Shades of Alizarin #F01D24
Tints of Alizarin #F01D24
RGB
CMYK
RGB Variations
Color information
#F01D24 (or 0xF01D24) is known color: Alizarin. HEX triplet: F0, 1D and 24. RGB value is (240,29,36). Sum of RGB (Red+Green+Blue) = 240+29+36=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D24 is #0FE2DB. Grayscale: #5D5D5D. Windows color (decimal): -1041116 or 2366960. OLE color: 2366960.
HSL color Cylindrical-coordinate representation of color #F01D24: hue angle of 358.01º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01D24 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 36 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.06 |
| HSL | 358.01º | 0.88% | 0.53% | - |
| HSV(B) | 358.01º | 0.88% | 0.94% | - |
| XYZ | 36.69 | 19.53 | 3.51 | - |
| YUV | 92.89 | 95.9 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 36 | 0 | 0.88 | 0.85 | 0.06 | 358.01 | 0.88 | 0.53 |
| Hex | F0 | 1D | 24 | 0 | 58 | 55 | 6 | 166 | 58 | 35 |
| Octal | 360 | 35 | 44 | 0 | 130 | 125 | 6 | 546 | 130 | 65 |
| Binary | 11110000 | 11101 | 100100 | 0 | 1011000 | 1010101 | 110 | 101100110 | 1011000 | 110101 |
Color Harmonies of #F01D24
Complementary color
Monochromatic Colors of #F01D24
Black with #F01D24
Text Example
Text Example
White with #F01D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D24; }
p { color: rgb(240,29,36); }
H1.HeaderClassName
{
color: #F01D24;
}
.AnyTagClassName
{
color: #F01D24;
}
</style>
background-color css
<style>
a { background-color: #F01D24; }
a { background-color: rgb(240,29,36); }
div.DivClassName
{
background-color: #F01D24;
}
.BgClassName
{
background-color: #F01D24;
}
</style>
border-color css
<style>
span { border-color: #F01D24; }
span { border-color: rgb(240,29,36); }
td.TdClassName
{
border-color: #F01D24;
}
.TagClassName
{
border-color: #F01D24;
}
</style>