#9C2536

Color #9C2536 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9C2536

Tints of Bright Red #9C2536

Color information

#9C2536 (or 0x9C2536) is unknown color: approx Bright Red. HEX triplet: 9C, 25 and 36. RGB value is (156,37,54). Sum of RGB (Red+Green+Blue) = 156+37+54=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2536 is #63DAC9. Grayscale: #4A4A4A. Windows color (decimal): -6544074 or 3548572. OLE color: 3548572.

HSL color Cylindrical-coordinate representation of color #9C2536: hue angle of 351.43º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2536 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1563754-
CMYK00.760.650.39
HSL351.43º61.66%37.84%-
HSV(B)351.43º76.28%61.18%-
XYZ15.048.664.37-
YUV74.52116.42186.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 54 (21.48% from 255) = 21.86%
R=63.16%
G=14.98%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156375400.760.650.39351.4361.6637.84
Hex9C253604C412715f3e26
Octal23445660114101475377646
Binary10011100100101110110010011001000001100111101011111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C2536; }

 p { color: rgb(156,37,54); }

 H1.HeaderClassName
 {
   color: #9C2536;
 }
 .AnyTagClassName
 {
   color: #9C2536;
 }
</style>
background-color css

<style>
 a { background-color: #9C2536; }

 a { background-color: rgb(156,37,54); }

 div.DivClassName
 {
   background-color: #9C2536;
 }
 .BgClassName
 {
   background-color: #9C2536;
 }
</style>
border-color css

<style>
 span { border-color: #9C2536; }

 span { border-color: rgb(156,37,54); }

 td.TdClassName
 {
   border-color: #9C2536;
 }
 .TagClassName
 {
   border-color: #9C2536;
 }
</style>