Html Css Color HEX #8E1500 Dark Red

📋 copy color: '#8E1500'

red 142 ◦ green 21 ◦ blue 0

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

Shades of Dark Red #8E1500

Tints of Dark Red #8E1500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.12%
G = 12.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#8E1500 (or 0x8E1500) is known color: Dark Red. HEX triplet: 8E, 15 and 00. RGB value is (142,21,0). Sum of RGB (Red+Green+Blue) = 142+21+0=163 (21% of max value = 765). Red value is 142 (55.86% from 255 or 87.12% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1500 is #71EAFF. Grayscale: #363636. Windows color (decimal): -7465728 or 5518. OLE color: 5518.

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

Color convert

RGB 142 21 0 -
CMYK 0 0.85 1 0.44
HSL 8.87º 1% 0.28% -
HSV(B) 8.87º 1% 0.56% -
XYZ 11.42 6.29 0.61 -
YUV 54.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 142 21 0 0 0.85 1 0.44 8.87 1 0.28
Hex 8E 15 0 0 55 64 2C 9 64 1C
Octal 216 25 0 0 125 144 54 11 144 34
Binary 10001110 10101 0 0 1010101 1100100 101100 1001 1100100 11100

Color Harmonies of #8E1500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1500

Black with #8E1500

Text Example


Text Example

White with #8E1500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,21,0); }

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

background-color css

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

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

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

border-color css

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

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

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