Shades of Alizarin #F02535
Tints of Alizarin #F02535
RGB
CMYK
RGB Variations
Color information
#F02535 (or 0xF02535) is known color: Alizarin. HEX triplet: F0, 25 and 35. RGB value is (240,37,53). Sum of RGB (Red+Green+Blue) = 240+37+53=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F02535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02535 is #0FDACA. Grayscale: #636363. Windows color (decimal): -1039051 or 3483120. OLE color: 3483120.
HSL color Cylindrical-coordinate representation of color #F02535: hue angle of 355.27º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02535 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 53 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.06 |
| HSL | 355.27º | 0.87% | 0.54% | - |
| HSV(B) | 355.27º | 0.85% | 0.94% | - |
| XYZ | 37.24 | 20.11 | 5.29 | - |
| YUV | 99.52 | 101.75 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 53 | 0 | 0.85 | 0.78 | 0.06 | 355.27 | 0.87 | 0.54 |
| Hex | F0 | 25 | 35 | 0 | 55 | 4E | 6 | 163 | 57 | 36 |
| Octal | 360 | 45 | 65 | 0 | 125 | 116 | 6 | 543 | 127 | 66 |
| Binary | 11110000 | 100101 | 110101 | 0 | 1010101 | 1001110 | 110 | 101100011 | 1010111 | 110110 |
Color Harmonies of #F02535
Complementary color
Monochromatic Colors of #F02535
Black with #F02535
Text Example
Text Example
White with #F02535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02535; }
p { color: rgb(240,37,53); }
H1.HeaderClassName
{
color: #F02535;
}
.AnyTagClassName
{
color: #F02535;
}
</style>
background-color css
<style>
a { background-color: #F02535; }
a { background-color: rgb(240,37,53); }
div.DivClassName
{
background-color: #F02535;
}
.BgClassName
{
background-color: #F02535;
}
</style>
border-color css
<style>
span { border-color: #F02535; }
span { border-color: rgb(240,37,53); }
td.TdClassName
{
border-color: #F02535;
}
.TagClassName
{
border-color: #F02535;
}
</style>