#9D0E07

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

Shades of Dark Red #9D0E07

Tints of Dark Red #9D0E07

Color information

#9D0E07 (or 0x9D0E07) is unknown color: approx Dark Red. HEX triplet: 9D, 0E and 07. RGB value is (157,14,7). Sum of RGB (Red+Green+Blue) = 157+14+7=178 (23% of max value = 765). Red value is 157 (61.72% from 255 or 88.20% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0E07 is #62F1F8. Grayscale: #383838. Windows color (decimal): -6484473 or 462493. OLE color: 462493.

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

Color convert

RGB157147-
CMYK00.910.960.38
HSL2.8º91.46%32.16%-
HSV(B)2.8º95.54%61.57%-
XYZ14.17.50.91-
YUV55.96100.38200.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 88.20%
GREEN value IS 14 (5.86% from 255) = 7.87%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=88.20%
G=7.87%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714700.910.960.382.891.4632.16
Hex9DE705B602635b20
Octal235167013314046313340
Binary100111011110111010110111100000100110111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,14,7); }

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

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

 a { background-color: rgb(157,14,7); }

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

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

 span { border-color: rgb(157,14,7); }

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