Shades of Alizarin #F32432
Tints of Alizarin #F32432
RGB
CMYK
RGB Variations
Color information
#F32432 (or 0xF32432) is known color: Alizarin. HEX triplet: F3, 24 and 32. RGB value is (243,36,50). Sum of RGB (Red+Green+Blue) = 243+36+50=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F32432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32432 is #0CDBCD. Grayscale: #636363. Windows color (decimal): -842702 or 3286259. OLE color: 3286259.
HSL color Cylindrical-coordinate representation of color #F32432: hue angle of 355.94º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32432 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 50 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.05 |
| HSL | 355.94º | 0.9% | 0.55% | - |
| HSV(B) | 355.94º | 0.85% | 0.95% | - |
| XYZ | 38.17 | 20.55 | 4.97 | - |
| YUV | 99.49 | 100.08 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 50 | 0 | 0.85 | 0.79 | 0.05 | 355.94 | 0.9 | 0.55 |
| Hex | F3 | 24 | 32 | 0 | 55 | 4F | 5 | 164 | 5A | 37 |
| Octal | 363 | 44 | 62 | 0 | 125 | 117 | 5 | 544 | 132 | 67 |
| Binary | 11110011 | 100100 | 110010 | 0 | 1010101 | 1001111 | 101 | 101100100 | 1011010 | 110111 |
Color Harmonies of #F32432
Complementary color
Monochromatic Colors of #F32432
Black with #F32432
Text Example
Text Example
White with #F32432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32432; }
p { color: rgb(243,36,50); }
H1.HeaderClassName
{
color: #F32432;
}
.AnyTagClassName
{
color: #F32432;
}
</style>
background-color css
<style>
a { background-color: #F32432; }
a { background-color: rgb(243,36,50); }
div.DivClassName
{
background-color: #F32432;
}
.BgClassName
{
background-color: #F32432;
}
</style>
border-color css
<style>
span { border-color: #F32432; }
span { border-color: rgb(243,36,50); }
td.TdClassName
{
border-color: #F32432;
}
.TagClassName
{
border-color: #F32432;
}
</style>