#8F1400

Color #8F1400 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #8F1400

Tints of Dark Red #8F1400

Color information

#8F1400 (or 0x8F1400) is unknown color: approx Dark Red. HEX triplet: 8F, 14 and 00. RGB value is (143,20,0). Sum of RGB (Red+Green+Blue) = 143+20+0=163 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.73% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1400 is #70EBFF. Grayscale: #363636. Windows color (decimal): -7400448 or 5263. OLE color: 5263.

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

Color convert

RGB143200-
CMYK00.8610.44
HSL8.39º100%28.04%-
HSV(B)8.39º100%56.08%-
XYZ11.586.340.61-
YUV54.597.25191.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 87.73%
GREEN value IS 20 (8.20% from 255) = 12.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.73%
G=12.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14320000.8610.448.3910028.04
Hex8F140056642C8641c
Octal2172400126144541014434
Binary100011111010000101011011001001011001000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,20,0); }

 H1.HeaderClassName
 {
   color: #8F1400;
 }
 .AnyTagClassName
 {
   color: #8F1400;
 }
</style>
background-color css

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

 a { background-color: rgb(143,20,0); }

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

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

 span { border-color: rgb(143,20,0); }

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