#8F1801

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

Shades of Dark Red #8F1801

Tints of Dark Red #8F1801

Color information

#8F1801 (or 0x8F1801) is unknown color: approx Dark Red. HEX triplet: 8F, 18 and 01. RGB value is (143,24,1). Sum of RGB (Red+Green+Blue) = 143+24+1=168 (22% of max value = 765). Red value is 143 (56.25% from 255 or 85.12% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1801 is #70E7FE. Grayscale: #393939. Windows color (decimal): -7399423 or 71823. OLE color: 71823.

HSL color Cylindrical-coordinate representation of color #8F1801: hue angle of 9.72º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F1801 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB143241-
CMYK00.830.990.44
HSL9.72º98.61%28.24%-
HSV(B)9.72º99.3%56.08%-
XYZ11.666.50.67-
YUV56.9696.42189.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 85.12%
GREEN value IS 24 (9.77% from 255) = 14.29%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=85.12%
G=14.29%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14324100.830.990.449.7298.6128.24
Hex8F181053632Ca631c
Octal2173010123143541214334
Binary100011111100010101001111000111011001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,24,1); }

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

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

 a { background-color: rgb(143,24,1); }

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

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

 span { border-color: rgb(143,24,1); }

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