#8F1302

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

Shades of Dark Red #8F1302

Tints of Dark Red #8F1302

Color information

#8F1302 (or 0x8F1302) is unknown color: approx Dark Red. HEX triplet: 8F, 13 and 02. RGB value is (143,19,2). Sum of RGB (Red+Green+Blue) = 143+19+2=164 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.20% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1302 is #70ECFD. Grayscale: #363636. Windows color (decimal): -7400702 or 136079. OLE color: 136079.

HSL color Cylindrical-coordinate representation of color #8F1302: hue angle of 7.23º degrees, saturation: 0.97, 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 #8F1302 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB143192-
CMYK00.870.990.44
HSL7.23º97.24%28.43%-
HSV(B)7.23º98.6%56.08%-
XYZ11.576.310.67-
YUV54.1498.58191.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 87.20%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=87.20%
G=11.59%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14319200.870.990.447.2397.2428.43
Hex8F132057632C7611c
Octal217232012714354714134
Binary100011111001110010101111100011101100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,19,2); }

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

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

 a { background-color: rgb(143,19,2); }

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

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

 span { border-color: rgb(143,19,2); }

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