Html Css Color HEX #8E0D01 Dark Red

📋 copy color: '#8E0D01'

red 142 ◦ green 13 ◦ blue 1

#8E0D01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #8E0D01

Tints of Dark Red #8E0D01

RGB

 RED value IS 142 (55.86% from 255) = 91.03%

 GREEN value IS 13 (5.47% from 255) = 8.33%

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 91.03%
G = 8.33%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8E0D01 (or 0x8E0D01) is known color: Dark Red. HEX triplet: 8E, 0D and 01. RGB value is (142,13,1). Sum of RGB (Red+Green+Blue) = 142+13+1=156 (20% of max value = 765). Red value is 142 (55.86% from 255 or 91.03% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0D01 is #71F2FE. Grayscale: #323232. Windows color (decimal): -7467775 or 69006. OLE color: 69006.

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

Color convert

RGB 142 13 1 -
CMYK 0 0.91 0.99 0.44
HSL 5.11º 0.99% 0.28% -
HSV(B) 5.11º 0.99% 0.56% -
XYZ 11.3 6.04 0.6 -
YUV 50.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 142 13 1 0 0.91 0.99 0.44 5.11 0.99 0.28
Hex 8E D 1 0 5B 63 2C 5 63 1C
Octal 216 15 1 0 133 143 54 5 143 34
Binary 10001110 1101 1 0 1011011 1100011 101100 101 1100011 11100

Color Harmonies of #8E0D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0D01

Black with #8E0D01

Text Example


Text Example

White with #8E0D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E0D01;
 }
 .AnyTagClassName
 {
   color: #8E0D01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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