Shades of Alizarin #F32332
Tints of Alizarin #F32332
RGB
CMYK
RGB Variations
Color information
#F32332 (or 0xF32332) is known color: Alizarin. HEX triplet: F3, 23 and 32. RGB value is (243,35,50). Sum of RGB (Red+Green+Blue) = 243+35+50=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F32332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32332 is #0CDCCD. Grayscale: #636363. Windows color (decimal): -842958 or 3286003. OLE color: 3286003.
HSL color Cylindrical-coordinate representation of color #F32332: hue angle of 355.67º 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 #F32332 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 50 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.05 |
| HSL | 355.67º | 0.9% | 0.55% | - |
| HSV(B) | 355.67º | 0.86% | 0.95% | - |
| XYZ | 38.14 | 20.49 | 4.96 | - |
| YUV | 98.9 | 100.41 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 50 | 0 | 0.86 | 0.79 | 0.05 | 355.67 | 0.9 | 0.55 |
| Hex | F3 | 23 | 32 | 0 | 56 | 4F | 5 | 164 | 5A | 37 |
| Octal | 363 | 43 | 62 | 0 | 126 | 117 | 5 | 544 | 132 | 67 |
| Binary | 11110011 | 100011 | 110010 | 0 | 1010110 | 1001111 | 101 | 101100100 | 1011010 | 110111 |
Color Harmonies of #F32332
Complementary color
Monochromatic Colors of #F32332
Black with #F32332
Text Example
Text Example
White with #F32332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32332; }
p { color: rgb(243,35,50); }
H1.HeaderClassName
{
color: #F32332;
}
.AnyTagClassName
{
color: #F32332;
}
</style>
background-color css
<style>
a { background-color: #F32332; }
a { background-color: rgb(243,35,50); }
div.DivClassName
{
background-color: #F32332;
}
.BgClassName
{
background-color: #F32332;
}
</style>
border-color css
<style>
span { border-color: #F32332; }
span { border-color: rgb(243,35,50); }
td.TdClassName
{
border-color: #F32332;
}
.TagClassName
{
border-color: #F32332;
}
</style>