Shades of Alizarin #F5212B
Tints of Alizarin #F5212B
RGB
CMYK
RGB Variations
Color information
#F5212B (or 0xF5212B) is known color: Alizarin. HEX triplet: F5, 21 and 2B. RGB value is (245,33,43). Sum of RGB (Red+Green+Blue) = 245+33+43=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F5212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5212B is #0ADED4. Grayscale: #616161. Windows color (decimal): -712405 or 2826741. OLE color: 2826741.
HSL color Cylindrical-coordinate representation of color #F5212B: hue angle of 357.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5212B is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 43 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.04 |
| HSL | 357.17º | 0.91% | 0.55% | - |
| HSV(B) | 357.17º | 0.87% | 0.96% | - |
| XYZ | 38.64 | 20.67 | 4.24 | - |
| YUV | 97.53 | 97.24 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 43 | 0 | 0.87 | 0.82 | 0.04 | 357.17 | 0.91 | 0.55 |
| Hex | F5 | 21 | 2B | 0 | 57 | 52 | 4 | 165 | 5B | 37 |
| Octal | 365 | 41 | 53 | 0 | 127 | 122 | 4 | 545 | 133 | 67 |
| Binary | 11110101 | 100001 | 101011 | 0 | 1010111 | 1010010 | 100 | 101100101 | 1011011 | 110111 |
Color Harmonies of #F5212B
Complementary color
Monochromatic Colors of #F5212B
Black with #F5212B
Text Example
Text Example
White with #F5212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5212B; }
p { color: rgb(245,33,43); }
H1.HeaderClassName
{
color: #F5212B;
}
.AnyTagClassName
{
color: #F5212B;
}
</style>
background-color css
<style>
a { background-color: #F5212B; }
a { background-color: rgb(245,33,43); }
div.DivClassName
{
background-color: #F5212B;
}
.BgClassName
{
background-color: #F5212B;
}
</style>
border-color css
<style>
span { border-color: #F5212B; }
span { border-color: rgb(245,33,43); }
td.TdClassName
{
border-color: #F5212B;
}
.TagClassName
{
border-color: #F5212B;
}
</style>