#8F1519

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

Shades of Carmine #8F1519

Tints of Carmine #8F1519

Color information

#8F1519 (or 0x8F1519) is unknown color: approx Carmine. HEX triplet: 8F, 15 and 19. RGB value is (143,21,25). Sum of RGB (Red+Green+Blue) = 143+21+25=189 (25% of max value = 765). Red value is 143 (56.25% from 255 or 75.66% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1519 is #70EAE6. Grayscale: #3A3A3A. Windows color (decimal): -7400167 or 1643919. OLE color: 1643919.

HSL color Cylindrical-coordinate representation of color #8F1519: hue angle of 358.03º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1519 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1432125-
CMYK00.850.830.44
HSL358.03º74.39%32.16%-
HSV(B)358.03º85.31%56.08%-
XYZ11.776.451.54-
YUV57.93109.42188.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 75.66%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 25 (10.16% from 255) = 13.23%
R=75.66%
G=11.11%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143212500.850.830.44358.0374.3932.16
Hex8F1519055532C1664a20
Octal217253101251235454611240
Binary1000111110101110010101010110100111011001011001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,21,25); }

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

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

 a { background-color: rgb(143,21,25); }

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

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

 span { border-color: rgb(143,21,25); }

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