Shades of Alizarin #F32F39
Tints of Alizarin #F32F39
RGB
CMYK
RGB Variations
Color information
#F32F39 (or 0xF32F39) is known color: Alizarin. HEX triplet: F3, 2F and 39. RGB value is (243,47,57). Sum of RGB (Red+Green+Blue) = 243+47+57=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F39 is #0CD0C6. Grayscale: #6A6A6A. Windows color (decimal): -839879 or 3747827. OLE color: 3747827.
HSL color Cylindrical-coordinate representation of color #F32F39: hue angle of 356.94º 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 #F32F39 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 57 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.05 |
| HSL | 356.94º | 0.89% | 0.57% | - |
| HSV(B) | 356.94º | 0.81% | 0.95% | - |
| XYZ | 38.72 | 21.38 | 5.96 | - |
| YUV | 106.74 | 99.93 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 57 | 0 | 0.81 | 0.77 | 0.05 | 356.94 | 0.89 | 0.57 |
| Hex | F3 | 2F | 39 | 0 | 51 | 4D | 5 | 165 | 59 | 39 |
| Octal | 363 | 57 | 71 | 0 | 121 | 115 | 5 | 545 | 131 | 71 |
| Binary | 11110011 | 101111 | 111001 | 0 | 1010001 | 1001101 | 101 | 101100101 | 1011001 | 111001 |
Color Harmonies of #F32F39
Complementary color
Monochromatic Colors of #F32F39
Black with #F32F39
Text Example
Text Example
White with #F32F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F39; }
p { color: rgb(243,47,57); }
H1.HeaderClassName
{
color: #F32F39;
}
.AnyTagClassName
{
color: #F32F39;
}
</style>
background-color css
<style>
a { background-color: #F32F39; }
a { background-color: rgb(243,47,57); }
div.DivClassName
{
background-color: #F32F39;
}
.BgClassName
{
background-color: #F32F39;
}
</style>
border-color css
<style>
span { border-color: #F32F39; }
span { border-color: rgb(243,47,57); }
td.TdClassName
{
border-color: #F32F39;
}
.TagClassName
{
border-color: #F32F39;
}
</style>