Html Css Color HEX #8E0505 Dark Red

📋 copy color: '#8E0505'

red 142 ◦ green 5 ◦ blue 5

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

Shades of Dark Red #8E0505

Tints of Dark Red #8E0505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

 BLUE value IS 5 (2.34% from 255) = 3.29%

R = 93.42%
G = 3.29%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8E0505 (or 0x8E0505) is known color: Dark Red. HEX triplet: 8E, 05 and 05. RGB value is (142,5,5). Sum of RGB (Red+Green+Blue) = 142+5+5=152 (20% of max value = 765). Red value is 142 (55.86% from 255 or 93.42% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0505 is #71FAFA. Grayscale: #2E2E2E. Windows color (decimal): -7469819 or 329102. OLE color: 329102.

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

Color convert

RGB 142 5 5 -
CMYK 0 0.96 0.96 0.44
HSL 0.93% 0.29% -
HSV(B) 0.96% 0.56% -
XYZ 11.24 5.87 0.68 -
YUV 45.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 142 5 5 0 0.96 0.96 0.44 0 0.93 0.29
Hex 8E 5 5 0 60 60 2C 0 5D 1D
Octal 216 5 5 0 140 140 54 0 135 35
Binary 10001110 101 101 0 1100000 1100000 101100 0 1011101 11101

Color Harmonies of #8E0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0505

Black with #8E0505

Text Example


Text Example

White with #8E0505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,5,5); }

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

background-color css

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

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

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

border-color css

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

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

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