#9C2139

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

Shades of Bright Red #9C2139

Tints of Bright Red #9C2139

Color information

#9C2139 (or 0x9C2139) is unknown color: approx Bright Red. HEX triplet: 9C, 21 and 39. RGB value is (156,33,57). Sum of RGB (Red+Green+Blue) = 156+33+57=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2139 is #63DEC6. Grayscale: #484848. Windows color (decimal): -6545095 or 3744156. OLE color: 3744156.

HSL color Cylindrical-coordinate representation of color #9C2139: hue angle of 348.29º 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 #9C2139 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1563357-
CMYK00.790.630.39
HSL348.29º65.08%37.06%-
HSV(B)348.29º78.85%61.18%-
XYZ14.998.454.71-
YUV72.51119.25187.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.41%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 57 (22.66% from 255) = 23.17%
R=63.41%
G=13.41%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156335700.790.630.39348.2965.0837.06
Hex9C213904F3F2715c4125
Octal23441710117774753410145
Binary10011100100001111001010011111111111001111010111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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