Shades of Alizarin #F0252D
Tints of Alizarin #F0252D
RGB
CMYK
RGB Variations
Color information
#F0252D (or 0xF0252D) is known color: Alizarin. HEX triplet: F0, 25 and 2D. RGB value is (240,37,45). Sum of RGB (Red+Green+Blue) = 240+37+45=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F0252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0252D is #0FDAD2. Grayscale: #626262. Windows color (decimal): -1039059 or 2958832. OLE color: 2958832.
HSL color Cylindrical-coordinate representation of color #F0252D: hue angle of 357.64º 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 #F0252D is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 45 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.06 |
| HSL | 357.64º | 0.87% | 0.54% | - |
| HSV(B) | 357.64º | 0.85% | 0.94% | - |
| XYZ | 37.07 | 20.04 | 4.4 | - |
| YUV | 98.61 | 97.75 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 45 | 0 | 0.85 | 0.81 | 0.06 | 357.64 | 0.87 | 0.54 |
| Hex | F0 | 25 | 2D | 0 | 55 | 51 | 6 | 166 | 57 | 36 |
| Octal | 360 | 45 | 55 | 0 | 125 | 121 | 6 | 546 | 127 | 66 |
| Binary | 11110000 | 100101 | 101101 | 0 | 1010101 | 1010001 | 110 | 101100110 | 1010111 | 110110 |
Color Harmonies of #F0252D
Complementary color
Monochromatic Colors of #F0252D
Black with #F0252D
Text Example
Text Example
White with #F0252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0252D; }
p { color: rgb(240,37,45); }
H1.HeaderClassName
{
color: #F0252D;
}
.AnyTagClassName
{
color: #F0252D;
}
</style>
background-color css
<style>
a { background-color: #F0252D; }
a { background-color: rgb(240,37,45); }
div.DivClassName
{
background-color: #F0252D;
}
.BgClassName
{
background-color: #F0252D;
}
</style>
border-color css
<style>
span { border-color: #F0252D; }
span { border-color: rgb(240,37,45); }
td.TdClassName
{
border-color: #F0252D;
}
.TagClassName
{
border-color: #F0252D;
}
</style>