Shades of Alizarin #F02835
Tints of Alizarin #F02835
RGB
CMYK
RGB Variations
Color information
#F02835 (or 0xF02835) is known color: Alizarin. HEX triplet: F0, 28 and 35. RGB value is (240,40,53). Sum of RGB (Red+Green+Blue) = 240+40+53=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F02835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02835 is #0FD7CA. Grayscale: #656565. Windows color (decimal): -1038283 or 3483888. OLE color: 3483888.
HSL color Cylindrical-coordinate representation of color #F02835: hue angle of 356.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02835 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 53 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.06 |
| HSL | 356.1º | 0.87% | 0.55% | - |
| HSV(B) | 356.1º | 0.83% | 0.94% | - |
| XYZ | 37.34 | 20.3 | 5.32 | - |
| YUV | 101.28 | 100.76 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 53 | 0 | 0.83 | 0.78 | 0.06 | 356.1 | 0.87 | 0.55 |
| Hex | F0 | 28 | 35 | 0 | 53 | 4E | 6 | 164 | 57 | 37 |
| Octal | 360 | 50 | 65 | 0 | 123 | 116 | 6 | 544 | 127 | 67 |
| Binary | 11110000 | 101000 | 110101 | 0 | 1010011 | 1001110 | 110 | 101100100 | 1010111 | 110111 |
Color Harmonies of #F02835
Complementary color
Monochromatic Colors of #F02835
Black with #F02835
Text Example
Text Example
White with #F02835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02835; }
p { color: rgb(240,40,53); }
H1.HeaderClassName
{
color: #F02835;
}
.AnyTagClassName
{
color: #F02835;
}
</style>
background-color css
<style>
a { background-color: #F02835; }
a { background-color: rgb(240,40,53); }
div.DivClassName
{
background-color: #F02835;
}
.BgClassName
{
background-color: #F02835;
}
</style>
border-color css
<style>
span { border-color: #F02835; }
span { border-color: rgb(240,40,53); }
td.TdClassName
{
border-color: #F02835;
}
.TagClassName
{
border-color: #F02835;
}
</style>