Shades of Alizarin #F32941
Tints of Alizarin #F32941
RGB
CMYK
RGB Variations
Color information
#F32941 (or 0xF32941) is known color: Alizarin. HEX triplet: F3, 29 and 41. RGB value is (243,41,65). Sum of RGB (Red+Green+Blue) = 243+41+65=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F32941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32941 is #0CD6BE. Grayscale: #686868. Windows color (decimal): -841407 or 4270579. OLE color: 4270579.
HSL color Cylindrical-coordinate representation of color #F32941: hue angle of 352.87º 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 #F32941 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 65 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.05 |
| HSL | 352.87º | 0.89% | 0.56% | - |
| HSV(B) | 352.87º | 0.83% | 0.95% | - |
| XYZ | 38.71 | 21.02 | 7.02 | - |
| YUV | 104.13 | 105.92 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 65 | 0 | 0.83 | 0.73 | 0.05 | 352.87 | 0.89 | 0.56 |
| Hex | F3 | 29 | 41 | 0 | 53 | 49 | 5 | 161 | 59 | 38 |
| Octal | 363 | 51 | 101 | 0 | 123 | 111 | 5 | 541 | 131 | 70 |
| Binary | 11110011 | 101001 | 1000001 | 0 | 1010011 | 1001001 | 101 | 101100001 | 1011001 | 111000 |
Color Harmonies of #F32941
Complementary color
Monochromatic Colors of #F32941
Black with #F32941
Text Example
Text Example
White with #F32941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32941; }
p { color: rgb(243,41,65); }
H1.HeaderClassName
{
color: #F32941;
}
.AnyTagClassName
{
color: #F32941;
}
</style>
background-color css
<style>
a { background-color: #F32941; }
a { background-color: rgb(243,41,65); }
div.DivClassName
{
background-color: #F32941;
}
.BgClassName
{
background-color: #F32941;
}
</style>
border-color css
<style>
span { border-color: #F32941; }
span { border-color: rgb(243,41,65); }
td.TdClassName
{
border-color: #F32941;
}
.TagClassName
{
border-color: #F32941;
}
</style>