Html Css Color HEX #8F0E09 Dark Red

📋 copy color: '#8F0E09'

red 143 ◦ green 14 ◦ blue 9

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

Shades of Dark Red #8F0E09

Tints of Dark Red #8F0E09

RGB

 RED value IS 143 (56.25% from 255) = 86.14%

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

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

R = 86.14%
G = 8.43%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8F0E09 (or 0x8F0E09) is known color: Dark Red. HEX triplet: 8F, 0E and 09. RGB value is (143,14,9). Sum of RGB (Red+Green+Blue) = 143+14+9=166 (21% of max value = 765). Red value is 143 (56.25% from 255 or 86.14% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0E09 is #70F1F6. Grayscale: #343434. Windows color (decimal): -7401975 or 593551. OLE color: 593551.

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

Color convert

RGB 143 14 9 -
CMYK 0 0.90 0.94 0.44
HSL 2.24º 0.88% 0.3% -
HSV(B) 2.24º 0.94% 0.56% -
XYZ 11.53 6.17 0.84 -
YUV 52 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 143 14 9 0 0.90 0.94 0.44 2.24 0.88 0.3
Hex 8F E 9 0 5A 5E 2C 2 58 1E
Octal 217 16 11 0 132 136 54 2 130 36
Binary 10001111 1110 1001 0 1011010 1011110 101100 10 1011000 11110

Color Harmonies of #8F0E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E09

Black with #8F0E09

Text Example


Text Example

White with #8F0E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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