#9D0C04

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

Shades of Dark Red #9D0C04

Tints of Dark Red #9D0C04

Color information

#9D0C04 (or 0x9D0C04) is unknown color: approx Dark Red. HEX triplet: 9D, 0C and 04. RGB value is (157,12,4). Sum of RGB (Red+Green+Blue) = 157+12+4=173 (22% of max value = 765). Red value is 157 (61.72% from 255 or 90.75% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0C04 is #62F3FB. Grayscale: #363636. Windows color (decimal): -6484988 or 265373. OLE color: 265373.

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

Color convert

RGB157124-
CMYK00.920.970.38
HSL3.14º95.03%31.57%-
HSV(B)3.14º97.45%61.57%-
XYZ14.067.440.81-
YUV54.4499.54201.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 90.75%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=90.75%
G=6.94%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712400.920.970.383.1495.0331.57
Hex9DC405C612635f20
Octal235144013414146313740
Binary100111011100100010111001100001100110111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,12,4); }

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

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

 a { background-color: rgb(157,12,4); }

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

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

 span { border-color: rgb(157,12,4); }

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