Html Css Color HEX #8C0E09 Dark Red

📋 copy color: '#8C0E09'

red 140 ◦ green 14 ◦ blue 9

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

Shades of Dark Red #8C0E09

Tints of Dark Red #8C0E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.52%

R = 85.89%
G = 8.59%
B = 5.52%

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

#8C0E09 (or 0x8C0E09) is known color: Dark Red. HEX triplet: 8C, 0E and 09. RGB value is (140,14,9). Sum of RGB (Red+Green+Blue) = 140+14+9=163 (21% of max value = 765). Red value is 140 (55.08% from 255 or 85.89% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0E09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0E09 is #73F1F6. Grayscale: #333333. Windows color (decimal): -7598583 or 593548. OLE color: 593548.

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

Color convert

RGB 140 14 9 -
CMYK 0 0.90 0.94 0.45
HSL 2.29º 0.88% 0.29% -
HSV(B) 2.29º 0.94% 0.55% -
XYZ 11.02 5.91 0.82 -
YUV 51.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 140 14 9 0 0.90 0.94 0.45 2.29 0.88 0.29
Hex 8C E 9 0 5A 5E 2D 2 58 1D
Octal 214 16 11 0 132 136 55 2 130 35
Binary 10001100 1110 1001 0 1011010 1011110 101101 10 1011000 11101

Color Harmonies of #8C0E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0E09

Black with #8C0E09

Text Example


Text Example

White with #8C0E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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