#8E0901

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

Shades of Dark Red #8E0901

Tints of Dark Red #8E0901

Color information

#8E0901 (or 0x8E0901) is unknown color: approx Dark Red. HEX triplet: 8E, 09 and 01. RGB value is (142,9,1). Sum of RGB (Red+Green+Blue) = 142+9+1=152 (20% of max value = 765). Red value is 142 (55.86% from 255 or 93.42% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0901 is #71F6FE. Grayscale: #303030. Windows color (decimal): -7468799 or 67982. OLE color: 67982.

HSL color Cylindrical-coordinate representation of color #8E0901: hue angle of 3.4º 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 #8E0901 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB14291-
CMYK00.940.990.44
HSL3.4º98.6%28.04%-
HSV(B)3.4º99.3%55.69%-
XYZ11.265.950.58-
YUV47.86101.56195.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 93.42%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=93.42%
G=5.92%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429100.940.990.443.498.628.04
Hex8E9105E632C3631c
Octal216111013614354314334
Binary100011101001101011110110001110110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,9,1); }

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

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

 a { background-color: rgb(142,9,1); }

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

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

 span { border-color: rgb(142,9,1); }

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