Shades of Alizarin #F32E32
Tints of Alizarin #F32E32
RGB
CMYK
RGB Variations
Color information
#F32E32 (or 0xF32E32) is known color: Alizarin. HEX triplet: F3, 2E and 32. RGB value is (243,46,50). Sum of RGB (Red+Green+Blue) = 243+46+50=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E32 is #0CD1CD. Grayscale: #696969. Windows color (decimal): -840142 or 3288819. OLE color: 3288819.
HSL color Cylindrical-coordinate representation of color #F32E32: hue angle of 358.78º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32E32 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 50 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.05 |
| HSL | 358.78º | 0.89% | 0.57% | - |
| HSV(B) | 358.78º | 0.81% | 0.95% | - |
| XYZ | 38.51 | 21.24 | 5.09 | - |
| YUV | 105.36 | 96.77 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 50 | 0 | 0.81 | 0.79 | 0.05 | 358.78 | 0.89 | 0.57 |
| Hex | F3 | 2E | 32 | 0 | 51 | 4F | 5 | 167 | 59 | 39 |
| Octal | 363 | 56 | 62 | 0 | 121 | 117 | 5 | 547 | 131 | 71 |
| Binary | 11110011 | 101110 | 110010 | 0 | 1010001 | 1001111 | 101 | 101100111 | 1011001 | 111001 |
Color Harmonies of #F32E32
Complementary color
Monochromatic Colors of #F32E32
Black with #F32E32
Text Example
Text Example
White with #F32E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E32; }
p { color: rgb(243,46,50); }
H1.HeaderClassName
{
color: #F32E32;
}
.AnyTagClassName
{
color: #F32E32;
}
</style>
background-color css
<style>
a { background-color: #F32E32; }
a { background-color: rgb(243,46,50); }
div.DivClassName
{
background-color: #F32E32;
}
.BgClassName
{
background-color: #F32E32;
}
</style>
border-color css
<style>
span { border-color: #F32E32; }
span { border-color: rgb(243,46,50); }
td.TdClassName
{
border-color: #F32E32;
}
.TagClassName
{
border-color: #F32E32;
}
</style>