#9c2131

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

Shades of Bright Red #9C2131

Tints of Bright Red #9C2131

Color information

#9C2131 (or 0x9C2131) is unknown color: approx Bright Red. HEX triplet: 9C, 21 and 31. RGB value is (156,33,49). Sum of RGB (Red+Green+Blue) = 156+33+49=238 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.55% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2131 is #63DECE. Grayscale: #474747. Windows color (decimal): -6545103 or 3219868. OLE color: 3219868.

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

Color convert

RGB1563349-
CMYK00.790.690.39
HSL352.2º65.08%37.06%-
HSV(B)352.2º78.85%61.18%-
XYZ14.818.383.74-
YUV71.6115.25188.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65.55%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=65.55%
G=13.87%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156334900.790.690.39352.265.0837.06
Hex9C213104F45271604125
Octal234416101171054754010145
Binary100111001000011100010100111110001011001111011000001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c2131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,33,49); }

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

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

 a { background-color: rgb(156,33,49); }

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

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

 span { border-color: rgb(156,33,49); }

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