Shades of Alizarin #F32D33
Tints of Alizarin #F32D33
RGB
CMYK
RGB Variations
Color information
#F32D33 (or 0xF32D33) is known color: Alizarin. HEX triplet: F3, 2D and 33. RGB value is (243,45,51). Sum of RGB (Red+Green+Blue) = 243+45+51=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D33 is #0CD2CC. Grayscale: #696969. Windows color (decimal): -840397 or 3354099. OLE color: 3354099.
HSL color Cylindrical-coordinate representation of color #F32D33: hue angle of 358.18º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32D33 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 51 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.05 |
| HSL | 358.18º | 0.89% | 0.56% | - |
| HSV(B) | 358.18º | 0.81% | 0.95% | - |
| XYZ | 38.5 | 21.17 | 5.19 | - |
| YUV | 104.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 51 | 0 | 0.81 | 0.79 | 0.05 | 358.18 | 0.89 | 0.56 |
| Hex | F3 | 2D | 33 | 0 | 51 | 4F | 5 | 166 | 59 | 38 |
| Octal | 363 | 55 | 63 | 0 | 121 | 117 | 5 | 546 | 131 | 70 |
| Binary | 11110011 | 101101 | 110011 | 0 | 1010001 | 1001111 | 101 | 101100110 | 1011001 | 111000 |
Color Harmonies of #F32D33
Complementary color
Monochromatic Colors of #F32D33
Black with #F32D33
Text Example
Text Example
White with #F32D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D33; }
p { color: rgb(243,45,51); }
H1.HeaderClassName
{
color: #F32D33;
}
.AnyTagClassName
{
color: #F32D33;
}
</style>
background-color css
<style>
a { background-color: #F32D33; }
a { background-color: rgb(243,45,51); }
div.DivClassName
{
background-color: #F32D33;
}
.BgClassName
{
background-color: #F32D33;
}
</style>
border-color css
<style>
span { border-color: #F32D33; }
span { border-color: rgb(243,45,51); }
td.TdClassName
{
border-color: #F32D33;
}
.TagClassName
{
border-color: #F32D33;
}
</style>