#8F001F

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

Shades of Carmine #8F001F

Tints of Carmine #8F001F

Color information

#8F001F (or 0x8F001F) is unknown color: approx Carmine. HEX triplet: 8F, 00 and 1F. RGB value is (143,0,31). Sum of RGB (Red+Green+Blue) = 143+0+31=174 (23% of max value = 765). Red value is 143 (56.25% from 255 or 82.18% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 143 - color contains mainly: red. Hex color #8F001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F001F is #70FFE0. Grayscale: #2E2E2E. Windows color (decimal): -7405537 or 2031759. OLE color: 2031759.

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

Color convert

RGB143031-
CMYK010.780.44
HSL346.99º100%28.04%-
HSV(B)346.99º100%56.08%-
XYZ11.585.941.83-
YUV46.29119.38196.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 82.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=82.18%
G=0%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143031010.780.44346.9910028.04
Hex8F01F0644E2C15b641c
Octal21703701441165453314434
Binary10001111011111011001001001110101100101011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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