Html Css Color HEX #8F1201 Dark Red

📋 copy color: '#8F1201'

red 143 ◦ green 18 ◦ blue 1

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

Shades of Dark Red #8F1201

Tints of Dark Red #8F1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.11%

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 88.27%
G = 11.11%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8F1201 (or 0x8F1201) is known color: Dark Red. HEX triplet: 8F, 12 and 01. RGB value is (143,18,1). Sum of RGB (Red+Green+Blue) = 143+18+1=162 (21% of max value = 765). Red value is 143 (56.25% from 255 or 88.27% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1201 is #70EDFE. Grayscale: #353535. Windows color (decimal): -7400959 or 70287. OLE color: 70287.

HSL color Cylindrical-coordinate representation of color #8F1201: hue angle of 7.18º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F1201 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 18 1 -
CMYK 0 0.87 0.99 0.44
HSL 7.18º 0.99% 0.28% -
HSV(B) 7.18º 0.99% 0.56% -
XYZ 11.55 6.27 0.63 -
YUV 53.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 143 18 1 0 0.87 0.99 0.44 7.18 0.99 0.28
Hex 8F 12 1 0 57 63 2C 7 63 1C
Octal 217 22 1 0 127 143 54 7 143 34
Binary 10001111 10010 1 0 1010111 1100011 101100 111 1100011 11100

Color Harmonies of #8F1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1201

Black with #8F1201

Text Example


Text Example

White with #8F1201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,18,1); }

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

background-color css

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

 a { background-color: rgb(143,18,1); }

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

border-color css

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

 span { border-color: rgb(143,18,1); }

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