Shades of Alizarin #F02D36
Tints of Alizarin #F02D36
RGB
CMYK
RGB Variations
Color information
#F02D36 (or 0xF02D36) is known color: Alizarin. HEX triplet: F0, 2D and 36. RGB value is (240,45,54). Sum of RGB (Red+Green+Blue) = 240+45+54=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D36 is #0FD2C9. Grayscale: #686868. Windows color (decimal): -1037002 or 3550704. OLE color: 3550704.
HSL color Cylindrical-coordinate representation of color #F02D36: hue angle of 357.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02D36 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 54 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.06 |
| HSL | 357.23º | 0.87% | 0.56% | - |
| HSV(B) | 357.23º | 0.81% | 0.94% | - |
| XYZ | 37.54 | 20.67 | 5.5 | - |
| YUV | 104.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 54 | 0 | 0.81 | 0.78 | 0.06 | 357.23 | 0.87 | 0.56 |
| Hex | F0 | 2D | 36 | 0 | 51 | 4E | 6 | 165 | 57 | 38 |
| Octal | 360 | 55 | 66 | 0 | 121 | 116 | 6 | 545 | 127 | 70 |
| Binary | 11110000 | 101101 | 110110 | 0 | 1010001 | 1001110 | 110 | 101100101 | 1010111 | 111000 |
Color Harmonies of #F02D36
Complementary color
Monochromatic Colors of #F02D36
Black with #F02D36
Text Example
Text Example
White with #F02D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02D36; }
p { color: rgb(240,45,54); }
H1.HeaderClassName
{
color: #F02D36;
}
.AnyTagClassName
{
color: #F02D36;
}
</style>
background-color css
<style>
a { background-color: #F02D36; }
a { background-color: rgb(240,45,54); }
div.DivClassName
{
background-color: #F02D36;
}
.BgClassName
{
background-color: #F02D36;
}
</style>
border-color css
<style>
span { border-color: #F02D36; }
span { border-color: rgb(240,45,54); }
td.TdClassName
{
border-color: #F02D36;
}
.TagClassName
{
border-color: #F02D36;
}
</style>