Html Css Color HEX #8E1104 Dark Red

📋 copy color: '#8E1104'

red 142 ◦ green 17 ◦ blue 4

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

Shades of Dark Red #8E1104

Tints of Dark Red #8E1104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

 BLUE value IS 4 (1.95% from 255) = 2.45%

R = 87.12%
G = 10.43%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8E1104 (or 0x8E1104) is known color: Dark Red. HEX triplet: 8E, 11 and 04. RGB value is (142,17,4). Sum of RGB (Red+Green+Blue) = 142+17+4=163 (21% of max value = 765). Red value is 142 (55.86% from 255 or 87.12% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1104 is #71EEFB. Grayscale: #353535. Windows color (decimal): -7466748 or 266638. OLE color: 266638.

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

Color convert

RGB 142 17 4 -
CMYK 0 0.88 0.97 0.44
HSL 5.65º 0.95% 0.29% -
HSV(B) 5.65º 0.97% 0.56% -
XYZ 11.38 6.16 0.7 -
YUV 52.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 142 17 4 0 0.88 0.97 0.44 5.65 0.95 0.29
Hex 8E 11 4 0 58 61 2C 6 5F 1D
Octal 216 21 4 0 130 141 54 6 137 35
Binary 10001110 10001 100 0 1011000 1100001 101100 110 1011111 11101

Color Harmonies of #8E1104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1104

Black with #8E1104

Text Example


Text Example

White with #8E1104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,4); }

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

background-color css

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

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

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

border-color css

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

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

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