Shades of Alizarin #F32932
Tints of Alizarin #F32932
RGB
CMYK
RGB Variations
Color information
#F32932 (or 0xF32932) is known color: Alizarin. HEX triplet: F3, 29 and 32. RGB value is (243,41,50). Sum of RGB (Red+Green+Blue) = 243+41+50=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F32932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32932 is #0CD6CD. Grayscale: #666666. Windows color (decimal): -841422 or 3287539. OLE color: 3287539.
HSL color Cylindrical-coordinate representation of color #F32932: hue angle of 357.33º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32932 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 50 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.05 |
| HSL | 357.33º | 0.89% | 0.56% | - |
| HSV(B) | 357.33º | 0.83% | 0.95% | - |
| XYZ | 38.33 | 20.87 | 5.03 | - |
| YUV | 102.42 | 98.42 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 50 | 0 | 0.83 | 0.79 | 0.05 | 357.33 | 0.89 | 0.56 |
| Hex | F3 | 29 | 32 | 0 | 53 | 4F | 5 | 165 | 59 | 38 |
| Octal | 363 | 51 | 62 | 0 | 123 | 117 | 5 | 545 | 131 | 70 |
| Binary | 11110011 | 101001 | 110010 | 0 | 1010011 | 1001111 | 101 | 101100101 | 1011001 | 111000 |
Color Harmonies of #F32932
Complementary color
Monochromatic Colors of #F32932
Black with #F32932
Text Example
Text Example
White with #F32932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32932; }
p { color: rgb(243,41,50); }
H1.HeaderClassName
{
color: #F32932;
}
.AnyTagClassName
{
color: #F32932;
}
</style>
background-color css
<style>
a { background-color: #F32932; }
a { background-color: rgb(243,41,50); }
div.DivClassName
{
background-color: #F32932;
}
.BgClassName
{
background-color: #F32932;
}
</style>
border-color css
<style>
span { border-color: #F32932; }
span { border-color: rgb(243,41,50); }
td.TdClassName
{
border-color: #F32932;
}
.TagClassName
{
border-color: #F32932;
}
</style>