Html Css Color HEX #8C0E08 Dark Red

📋 copy color: '#8C0E08'

red 140 ◦ green 14 ◦ blue 8

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

Shades of Dark Red #8C0E08

Tints of Dark Red #8C0E08

RGB

 RED value IS 140 (55.08% from 255) = 86.42%

 GREEN value IS 14 (5.86% from 255) = 8.64%

 BLUE value IS 8 (3.52% from 255) = 4.94%

R = 86.42%
G = 8.64%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C0E08 (or 0x8C0E08) is known color: Dark Red. HEX triplet: 8C, 0E and 08. RGB value is (140,14,8). Sum of RGB (Red+Green+Blue) = 140+14+8=162 (21% of max value = 765). Red value is 140 (55.08% from 255 or 86.42% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0E08 is #73F1F7. Grayscale: #333333. Windows color (decimal): -7598584 or 528012. OLE color: 528012.

HSL color Cylindrical-coordinate representation of color #8C0E08: hue angle of 2.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0E08 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 14 8 -
CMYK 0 0.90 0.94 0.45
HSL 2.73º 0.89% 0.29% -
HSV(B) 2.73º 0.94% 0.55% -
XYZ 11.02 5.91 0.79 -
YUV 50.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 140 14 8 0 0.90 0.94 0.45 2.73 0.89 0.29
Hex 8C E 8 0 5A 5E 2D 3 59 1D
Octal 214 16 10 0 132 136 55 3 131 35
Binary 10001100 1110 1000 0 1011010 1011110 101101 11 1011001 11101

Color Harmonies of #8C0E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0E08

Black with #8C0E08

Text Example


Text Example

White with #8C0E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,14,8); }

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

background-color css

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

 a { background-color: rgb(140,14,8); }

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

border-color css

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

 span { border-color: rgb(140,14,8); }

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