#9E140C

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

Shades of Dark Red #9E140C

Tints of Dark Red #9E140C

Color information

#9E140C (or 0x9E140C) is unknown color: approx Dark Red. HEX triplet: 9E, 14 and 0C. RGB value is (158,20,12). Sum of RGB (Red+Green+Blue) = 158+20+12=190 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.16% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 158 - color contains mainly: red. Hex color #9E140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E140C is #61EBF3. Grayscale: #3C3C3C. Windows color (decimal): -6417396 or 791710. OLE color: 791710.

HSL color Cylindrical-coordinate representation of color #9E140C: hue angle of 3.29º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E140C is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB1582012-
CMYK00.870.920.38
HSL3.29º85.88%33.33%-
HSV(B)3.29º92.41%61.96%-
XYZ14.427.81.09-
YUV60.35100.72197.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 83.16%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 12 (5.08% from 255) = 6.32%
R=83.16%
G=10.53%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158201200.870.920.383.2985.8833.33
Hex9E14C0575C2635621
Octal2362414012713446312641
Binary10011110101001100010101111011100100110111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,20,12); }

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

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

 a { background-color: rgb(158,20,12); }

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

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

 span { border-color: rgb(158,20,12); }

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