#8F1B24

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

Shades of Flame Red #8F1B24

Tints of Flame Red #8F1B24

Color information

#8F1B24 (or 0x8F1B24) is unknown color: approx Flame Red. HEX triplet: 8F, 1B and 24. RGB value is (143,27,36). Sum of RGB (Red+Green+Blue) = 143+27+36=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1B24 is #70E4DB. Grayscale: #3E3E3E. Windows color (decimal): -7398620 or 2366351. OLE color: 2366351.

HSL color Cylindrical-coordinate representation of color #8F1B24: hue angle of 355.34º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F1B24 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB1432736-
CMYK00.810.750.44
HSL355.34º68.24%33.33%-
HSV(B)355.34º81.12%56.08%-
XYZ12.046.752.34-
YUV62.71112.93185.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 69.42%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 36 (14.45% from 255) = 17.48%
R=69.42%
G=13.11%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143273600.810.750.44355.3468.2433.33
Hex8F1B240514B2C1634421
Octal217334401211135454310441
Binary10001111110111001000101000110010111011001011000111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,27,36); }

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

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

 a { background-color: rgb(143,27,36); }

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

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

 span { border-color: rgb(143,27,36); }

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