Shades of Alizarin #F0212A
Tints of Alizarin #F0212A
RGB
CMYK
RGB Variations
Color information
#F0212A (or 0xF0212A) is known color: Alizarin. HEX triplet: F0, 21 and 2A. RGB value is (240,33,42). Sum of RGB (Red+Green+Blue) = 240+33+42=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F0212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0212A is #0FDED5. Grayscale: #606060. Windows color (decimal): -1040086 or 2761200. OLE color: 2761200.
HSL color Cylindrical-coordinate representation of color #F0212A: hue angle of 357.39º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0212A is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 42 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.06 |
| HSL | 357.39º | 0.87% | 0.54% | - |
| HSV(B) | 357.39º | 0.86% | 0.94% | - |
| XYZ | 36.9 | 19.78 | 4.06 | - |
| YUV | 95.92 | 97.58 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 42 | 0 | 0.86 | 0.82 | 0.06 | 357.39 | 0.87 | 0.54 |
| Hex | F0 | 21 | 2A | 0 | 56 | 52 | 6 | 165 | 57 | 36 |
| Octal | 360 | 41 | 52 | 0 | 126 | 122 | 6 | 545 | 127 | 66 |
| Binary | 11110000 | 100001 | 101010 | 0 | 1010110 | 1010010 | 110 | 101100101 | 1010111 | 110110 |
Color Harmonies of #F0212A
Complementary color
Monochromatic Colors of #F0212A
Black with #F0212A
Text Example
Text Example
White with #F0212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0212A; }
p { color: rgb(240,33,42); }
H1.HeaderClassName
{
color: #F0212A;
}
.AnyTagClassName
{
color: #F0212A;
}
</style>
background-color css
<style>
a { background-color: #F0212A; }
a { background-color: rgb(240,33,42); }
div.DivClassName
{
background-color: #F0212A;
}
.BgClassName
{
background-color: #F0212A;
}
</style>
border-color css
<style>
span { border-color: #F0212A; }
span { border-color: rgb(240,33,42); }
td.TdClassName
{
border-color: #F0212A;
}
.TagClassName
{
border-color: #F0212A;
}
</style>