Html Css Color HEX #8F0F0B Dark Red

📋 copy color: '#8F0F0B'

red 143 ◦ green 15 ◦ blue 11

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

Shades of Dark Red #8F0F0B

Tints of Dark Red #8F0F0B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.88%

 BLUE value IS 11 (4.69% from 255) = 6.51%

R = 84.62%
G = 8.88%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F0F0B (or 0x8F0F0B) is known color: Dark Red. HEX triplet: 8F, 0F and 0B. RGB value is (143,15,11). Sum of RGB (Red+Green+Blue) = 143+15+11=169 (22% of max value = 765). Red value is 143 (56.25% from 255 or 84.62% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0F0B is #70F0F4. Grayscale: #343434. Windows color (decimal): -7401717 or 724879. OLE color: 724879.

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

Color convert

RGB 143 15 11 -
CMYK 0 0.90 0.92 0.44
HSL 1.82º 0.86% 0.3% -
HSV(B) 1.82º 0.92% 0.56% -
XYZ 11.56 6.21 0.91 -
YUV 52.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 143 15 11 0 0.90 0.92 0.44 1.82 0.86 0.3
Hex 8F F B 0 5A 5C 2C 2 56 1E
Octal 217 17 13 0 132 134 54 2 126 36
Binary 10001111 1111 1011 0 1011010 1011100 101100 10 1010110 11110

Color Harmonies of #8F0F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0F0B

Black with #8F0F0B

Text Example


Text Example

White with #8F0F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,15,11); }

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

background-color css

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

 a { background-color: rgb(143,15,11); }

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

border-color css

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

 span { border-color: rgb(143,15,11); }

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