Shades of Alizarin #F32235
Tints of Alizarin #F32235
RGB
CMYK
RGB Variations
Color information
#F32235 (or 0xF32235) is known color: Alizarin. HEX triplet: F3, 22 and 35. RGB value is (243,34,53). Sum of RGB (Red+Green+Blue) = 243+34+53=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F32235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32235 is #0CDDCA. Grayscale: #626262. Windows color (decimal): -843211 or 3482355. OLE color: 3482355.
HSL color Cylindrical-coordinate representation of color #F32235: hue angle of 354.55º 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 #F32235 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 53 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.05 |
| HSL | 354.55º | 0.9% | 0.54% | - |
| HSV(B) | 354.55º | 0.86% | 0.95% | - |
| XYZ | 38.18 | 20.46 | 5.3 | - |
| YUV | 98.66 | 102.24 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 53 | 0 | 0.86 | 0.78 | 0.05 | 354.55 | 0.9 | 0.54 |
| Hex | F3 | 22 | 35 | 0 | 56 | 4E | 5 | 163 | 5A | 36 |
| Octal | 363 | 42 | 65 | 0 | 126 | 116 | 5 | 543 | 132 | 66 |
| Binary | 11110011 | 100010 | 110101 | 0 | 1010110 | 1001110 | 101 | 101100011 | 1011010 | 110110 |
Color Harmonies of #F32235
Complementary color
Monochromatic Colors of #F32235
Black with #F32235
Text Example
Text Example
White with #F32235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32235; }
p { color: rgb(243,34,53); }
H1.HeaderClassName
{
color: #F32235;
}
.AnyTagClassName
{
color: #F32235;
}
</style>
background-color css
<style>
a { background-color: #F32235; }
a { background-color: rgb(243,34,53); }
div.DivClassName
{
background-color: #F32235;
}
.BgClassName
{
background-color: #F32235;
}
</style>
border-color css
<style>
span { border-color: #F32235; }
span { border-color: rgb(243,34,53); }
td.TdClassName
{
border-color: #F32235;
}
.TagClassName
{
border-color: #F32235;
}
</style>