Shades of Alizarin #F32224
Tints of Alizarin #F32224
RGB
CMYK
RGB Variations
Color information
#F32224 (or 0xF32224) is known color: Alizarin. HEX triplet: F3, 22 and 24. RGB value is (243,34,36). Sum of RGB (Red+Green+Blue) = 243+34+36=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F32224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32224 is #0CDDDB. Grayscale: #606060. Windows color (decimal): -843228 or 2368243. OLE color: 2368243.
HSL color Cylindrical-coordinate representation of color #F32224: hue angle of 359.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32224 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 36 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.05 |
| HSL | 359.43º | 0.9% | 0.54% | - |
| HSV(B) | 359.43º | 0.86% | 0.95% | - |
| XYZ | 37.85 | 20.33 | 3.6 | - |
| YUV | 96.72 | 93.74 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 36 | 0 | 0.86 | 0.85 | 0.05 | 359.43 | 0.9 | 0.54 |
| Hex | F3 | 22 | 24 | 0 | 56 | 55 | 5 | 167 | 5A | 36 |
| Octal | 363 | 42 | 44 | 0 | 126 | 125 | 5 | 547 | 132 | 66 |
| Binary | 11110011 | 100010 | 100100 | 0 | 1010110 | 1010101 | 101 | 101100111 | 1011010 | 110110 |
Color Harmonies of #F32224
Complementary color
Monochromatic Colors of #F32224
Black with #F32224
Text Example
Text Example
White with #F32224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32224; }
p { color: rgb(243,34,36); }
H1.HeaderClassName
{
color: #F32224;
}
.AnyTagClassName
{
color: #F32224;
}
</style>
background-color css
<style>
a { background-color: #F32224; }
a { background-color: rgb(243,34,36); }
div.DivClassName
{
background-color: #F32224;
}
.BgClassName
{
background-color: #F32224;
}
</style>
border-color css
<style>
span { border-color: #F32224; }
span { border-color: rgb(243,34,36); }
td.TdClassName
{
border-color: #F32224;
}
.TagClassName
{
border-color: #F32224;
}
</style>