Html Css Color HEX #8F1109 Dark Red

📋 copy color: '#8F1109'

red 143 ◦ green 17 ◦ blue 9

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

Shades of Dark Red #8F1109

Tints of Dark Red #8F1109

RGB

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

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

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

R = 84.62%
G = 10.06%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8F1109 (or 0x8F1109) is known color: Dark Red. HEX triplet: 8F, 11 and 09. RGB value is (143,17,9). Sum of RGB (Red+Green+Blue) = 143+17+9=169 (22% of max value = 765). Red value is 143 (56.25% from 255 or 84.62% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1109 is #70EEF6. Grayscale: #353535. Windows color (decimal): -7401207 or 594319. OLE color: 594319.

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

Color convert

RGB 143 17 9 -
CMYK 0 0.88 0.94 0.44
HSL 3.58º 0.88% 0.3% -
HSV(B) 3.58º 0.94% 0.56% -
XYZ 11.58 6.26 0.86 -
YUV 53.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 143 17 9 0 0.88 0.94 0.44 3.58 0.88 0.3
Hex 8F 11 9 0 58 5E 2C 4 58 1E
Octal 217 21 11 0 130 136 54 4 130 36
Binary 10001111 10001 1001 0 1011000 1011110 101100 100 1011000 11110

Color Harmonies of #8F1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1109

Black with #8F1109

Text Example


Text Example

White with #8F1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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