#8F001C

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

Shades of Carmine #8F001C

Tints of Carmine #8F001C

Color information

#8F001C (or 0x8F001C) is unknown color: approx Carmine. HEX triplet: 8F, 00 and 1C. RGB value is (143,0,28). Sum of RGB (Red+Green+Blue) = 143+0+28=171 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.63% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 143 - color contains mainly: red. Hex color #8F001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F001C is #70FFE3. Grayscale: #2D2D2D. Windows color (decimal): -7405540 or 1835151. OLE color: 1835151.

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

Color convert

RGB143028-
CMYK010.800.44
HSL348.25º100%28.04%-
HSV(B)348.25º100%56.08%-
XYZ11.545.921.63-
YUV45.95117.88197.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 83.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=83.63%
G=0%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143028010.800.44348.2510028.04
Hex8F01C064502C15c641c
Octal21703401441205453414434
Binary10001111011100011001001010000101100101011100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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