#8F0213

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

Shades of Carmine #8F0213

Tints of Carmine #8F0213

Color information

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

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

Color convert

RGB143219-
CMYK00.990.870.44
HSL352.77º97.24%28.43%-
HSV(B)352.77º98.6%56.08%-
XYZ11.475.931.16-
YUV46.1112.71197.12-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14321900.990.870.44352.7797.2428.43
Hex8F213063572C161611c
Octal21722301431275454114134
Binary100011111010011011000111010111101100101100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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