#9D1208

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

Shades of Dark Red #9D1208

Tints of Dark Red #9D1208

Color information

#9D1208 (or 0x9D1208) is unknown color: approx Dark Red. HEX triplet: 9D, 12 and 08. RGB value is (157,18,8). Sum of RGB (Red+Green+Blue) = 157+18+8=183 (24% of max value = 765). Red value is 157 (61.72% from 255 or 85.79% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1208 is #62EDF7. Grayscale: #3A3A3A. Windows color (decimal): -6483448 or 529053. OLE color: 529053.

HSL color Cylindrical-coordinate representation of color #9D1208: hue angle of 4.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D1208 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB157188-
CMYK00.890.950.38
HSL4.03º90.3%32.35%-
HSV(B)4.03º94.9%61.57%-
XYZ14.167.620.95-
YUV58.4299.55198.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 85.79%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 8 (3.52% from 255) = 4.37%
R=85.79%
G=9.84%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15718800.890.950.384.0390.332.35
Hex9D1280595F2645a20
Octal2352210013113746413240
Binary100111011001010000101100110111111001101001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,18,8); }

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

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

 a { background-color: rgb(157,18,8); }

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

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

 span { border-color: rgb(157,18,8); }

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