#8D1703

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

Shades of Dark Red #8D1703

Tints of Dark Red #8D1703

Color information

#8D1703 (or 0x8D1703) is unknown color: approx Dark Red. HEX triplet: 8D, 17 and 03. RGB value is (141,23,3). Sum of RGB (Red+Green+Blue) = 141+23+3=167 (22% of max value = 765). Red value is 141 (55.47% from 255 or 84.43% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1703 is #72E8FC. Grayscale: #383838. Windows color (decimal): -7530749 or 202637. OLE color: 202637.

HSL color Cylindrical-coordinate representation of color #8D1703: hue angle of 8.7º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D1703 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB141233-
CMYK00.840.980.45
HSL8.7º95.83%28.24%-
HSV(B)8.7º97.87%55.29%-
XYZ11.316.280.7-
YUV5698.09188.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 84.43%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 3 (1.56% from 255) = 1.80%
R=84.43%
G=13.77%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14123300.840.980.458.795.8328.24
Hex8D173054622D9601c
Octal2152730124142551114034
Binary1000110110111110101010011000101011011001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D1703; }

 p { color: rgb(141,23,3); }

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

<style>
 a { background-color: #8D1703; }

 a { background-color: rgb(141,23,3); }

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

<style>
 span { border-color: #8D1703; }

 span { border-color: rgb(141,23,3); }

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