Html Css Color HEX #8D0E08 Dark Red

📋 copy color: '#8D0E08'

red 141 ◦ green 14 ◦ blue 8

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

Shades of Dark Red #8D0E08

Tints of Dark Red #8D0E08

RGB

 RED value IS 141 (55.47% from 255) = 86.5%

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

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

R = 86.5%
G = 8.59%
B = 4.91%

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

#8D0E08 (or 0x8D0E08) is known color: Dark Red. HEX triplet: 8D, 0E and 08. RGB value is (141,14,8). Sum of RGB (Red+Green+Blue) = 141+14+8=163 (21% of max value = 765). Red value is 141 (55.47% from 255 or 86.50% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0E08 is #72F1F7. Grayscale: #333333. Windows color (decimal): -7533048 or 528013. OLE color: 528013.

HSL color Cylindrical-coordinate representation of color #8D0E08: hue angle of 2.71º 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 #8D0E08 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 14 8 -
CMYK 0 0.90 0.94 0.45
HSL 2.71º 0.89% 0.29% -
HSV(B) 2.71º 0.94% 0.55% -
XYZ 11.19 5.99 0.8 -
YUV 51.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 141 14 8 0 0.90 0.94 0.45 2.71 0.89 0.29
Hex 8D E 8 0 5A 5E 2D 3 59 1D
Octal 215 16 10 0 132 136 55 3 131 35
Binary 10001101 1110 1000 0 1011010 1011110 101101 11 1011001 11101

Color Harmonies of #8D0E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0E08

Black with #8D0E08

Text Example


Text Example

White with #8D0E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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