Html Css Color HEX #8E0C01 Dark Red

📋 copy color: '#8E0C01'

red 142 ◦ green 12 ◦ blue 1

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

Shades of Dark Red #8E0C01

Tints of Dark Red #8E0C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.74%

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

R = 91.61%
G = 7.74%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8E0C01 (or 0x8E0C01) is known color: Dark Red. HEX triplet: 8E, 0C and 01. RGB value is (142,12,1). Sum of RGB (Red+Green+Blue) = 142+12+1=155 (20% of max value = 765). Red value is 142 (55.86% from 255 or 91.61% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0C01 is #71F3FE. Grayscale: #313131. Windows color (decimal): -7468031 or 68750. OLE color: 68750.

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

Color convert

RGB 142 12 1 -
CMYK 0 0.92 0.99 0.44
HSL 4.68º 0.99% 0.28% -
HSV(B) 4.68º 0.99% 0.56% -
XYZ 11.29 6.02 0.59 -
YUV 49.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 142 12 1 0 0.92 0.99 0.44 4.68 0.99 0.28
Hex 8E C 1 0 5C 63 2C 5 63 1C
Octal 216 14 1 0 134 143 54 5 143 34
Binary 10001110 1100 1 0 1011100 1100011 101100 101 1100011 11100

Color Harmonies of #8E0C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C01

Black with #8E0C01

Text Example


Text Example

White with #8E0C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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