Shades of Alizarin #F32324
Tints of Alizarin #F32324
RGB
CMYK
RGB Variations
Color information
#F32324 (or 0xF32324) is known color: Alizarin. HEX triplet: F3, 23 and 24. RGB value is (243,35,36). Sum of RGB (Red+Green+Blue) = 243+35+36=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F32324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32324 is #0CDCDB. Grayscale: #616161. Windows color (decimal): -842972 or 2368499. OLE color: 2368499.
HSL color Cylindrical-coordinate representation of color #F32324: hue angle of 359.71º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32324 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 36 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.05 |
| HSL | 359.71º | 0.9% | 0.55% | - |
| HSV(B) | 359.71º | 0.86% | 0.95% | - |
| XYZ | 37.88 | 20.38 | 3.61 | - |
| YUV | 97.31 | 93.41 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 36 | 0 | 0.86 | 0.85 | 0.05 | 359.71 | 0.9 | 0.55 |
| Hex | F3 | 23 | 24 | 0 | 56 | 55 | 5 | 168 | 5A | 37 |
| Octal | 363 | 43 | 44 | 0 | 126 | 125 | 5 | 550 | 132 | 67 |
| Binary | 11110011 | 100011 | 100100 | 0 | 1010110 | 1010101 | 101 | 101101000 | 1011010 | 110111 |
Color Harmonies of #F32324
Complementary color
Monochromatic Colors of #F32324
Black with #F32324
Text Example
Text Example
White with #F32324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32324; }
p { color: rgb(243,35,36); }
H1.HeaderClassName
{
color: #F32324;
}
.AnyTagClassName
{
color: #F32324;
}
</style>
background-color css
<style>
a { background-color: #F32324; }
a { background-color: rgb(243,35,36); }
div.DivClassName
{
background-color: #F32324;
}
.BgClassName
{
background-color: #F32324;
}
</style>
border-color css
<style>
span { border-color: #F32324; }
span { border-color: rgb(243,35,36); }
td.TdClassName
{
border-color: #F32324;
}
.TagClassName
{
border-color: #F32324;
}
</style>