Shades of Alizarin #F92324
Tints of Alizarin #F92324
RGB
CMYK
RGB Variations
Color information
#F92324 (or 0xF92324) is known color: Alizarin. HEX triplet: F9, 23 and 24. RGB value is (249,35,36). Sum of RGB (Red+Green+Blue) = 249+35+36=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F92324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92324 is #06DCDB. Grayscale: #636363. Windows color (decimal): -449756 or 2368505. OLE color: 2368505.
HSL color Cylindrical-coordinate representation of color #F92324: hue angle of 359.72º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F92324 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 35 | 36 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.02 |
| HSL | 359.72º | 0.95% | 0.56% | - |
| HSV(B) | 359.72º | 0.86% | 0.98% | - |
| XYZ | 39.99 | 21.47 | 3.71 | - |
| YUV | 99.1 | 92.4 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 35 | 36 | 0 | 0.86 | 0.86 | 0.02 | 359.72 | 0.95 | 0.56 |
| Hex | F9 | 23 | 24 | 0 | 56 | 56 | 2 | 168 | 5F | 38 |
| Octal | 371 | 43 | 44 | 0 | 126 | 126 | 2 | 550 | 137 | 70 |
| Binary | 11111001 | 100011 | 100100 | 0 | 1010110 | 1010110 | 10 | 101101000 | 1011111 | 111000 |
Color Harmonies of #F92324
Complementary color
Monochromatic Colors of #F92324
Black with #F92324
Text Example
Text Example
White with #F92324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92324; }
p { color: rgb(249,35,36); }
H1.HeaderClassName
{
color: #F92324;
}
.AnyTagClassName
{
color: #F92324;
}
</style>
background-color css
<style>
a { background-color: #F92324; }
a { background-color: rgb(249,35,36); }
div.DivClassName
{
background-color: #F92324;
}
.BgClassName
{
background-color: #F92324;
}
</style>
border-color css
<style>
span { border-color: #F92324; }
span { border-color: rgb(249,35,36); }
td.TdClassName
{
border-color: #F92324;
}
.TagClassName
{
border-color: #F92324;
}
</style>