Shades of Alizarin #F32B41
Tints of Alizarin #F32B41
RGB
CMYK
RGB Variations
Color information
#F32B41 (or 0xF32B41) is known color: Alizarin. HEX triplet: F3, 2B and 41. RGB value is (243,43,65). Sum of RGB (Red+Green+Blue) = 243+43+65=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32B41 is #0CD4BE. Grayscale: #696969. Windows color (decimal): -840895 or 4271091. OLE color: 4271091.
HSL color Cylindrical-coordinate representation of color #F32B41: hue angle of 353.4º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32B41 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 65 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.05 |
| HSL | 353.4º | 0.89% | 0.56% | - |
| HSV(B) | 353.4º | 0.82% | 0.95% | - |
| XYZ | 38.78 | 21.16 | 7.04 | - |
| YUV | 105.31 | 105.26 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 65 | 0 | 0.82 | 0.73 | 0.05 | 353.4 | 0.89 | 0.56 |
| Hex | F3 | 2B | 41 | 0 | 52 | 49 | 5 | 161 | 59 | 38 |
| Octal | 363 | 53 | 101 | 0 | 122 | 111 | 5 | 541 | 131 | 70 |
| Binary | 11110011 | 101011 | 1000001 | 0 | 1010010 | 1001001 | 101 | 101100001 | 1011001 | 111000 |
Color Harmonies of #F32B41
Complementary color
Monochromatic Colors of #F32B41
Black with #F32B41
Text Example
Text Example
White with #F32B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B41; }
p { color: rgb(243,43,65); }
H1.HeaderClassName
{
color: #F32B41;
}
.AnyTagClassName
{
color: #F32B41;
}
</style>
background-color css
<style>
a { background-color: #F32B41; }
a { background-color: rgb(243,43,65); }
div.DivClassName
{
background-color: #F32B41;
}
.BgClassName
{
background-color: #F32B41;
}
</style>
border-color css
<style>
span { border-color: #F32B41; }
span { border-color: rgb(243,43,65); }
td.TdClassName
{
border-color: #F32B41;
}
.TagClassName
{
border-color: #F32B41;
}
</style>