Shades of Alizarin #F01D1E
Tints of Alizarin #F01D1E
RGB
CMYK
RGB Variations
Color information
#F01D1E (or 0xF01D1E) is known color: Alizarin. HEX triplet: F0, 1D and 1E. RGB value is (240,29,30). Sum of RGB (Red+Green+Blue) = 240+29+30=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D1E is #0FE2E1. Grayscale: #5C5C5C. Windows color (decimal): -1041122 or 1973744. OLE color: 1973744.
HSL color Cylindrical-coordinate representation of color #F01D1E: hue angle of 359.72º 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 #F01D1E is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 30 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.06 |
| HSL | 359.72º | 0.88% | 0.53% | - |
| HSV(B) | 359.72º | 0.88% | 0.94% | - |
| XYZ | 36.61 | 19.5 | 3.06 | - |
| YUV | 92.2 | 92.9 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 30 | 0 | 0.88 | 0.87 | 0.06 | 359.72 | 0.88 | 0.53 |
| Hex | F0 | 1D | 1E | 0 | 58 | 57 | 6 | 168 | 58 | 35 |
| Octal | 360 | 35 | 36 | 0 | 130 | 127 | 6 | 550 | 130 | 65 |
| Binary | 11110000 | 11101 | 11110 | 0 | 1011000 | 1010111 | 110 | 101101000 | 1011000 | 110101 |
Color Harmonies of #F01D1E
Complementary color
Monochromatic Colors of #F01D1E
Black with #F01D1E
Text Example
Text Example
White with #F01D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D1E; }
p { color: rgb(240,29,30); }
H1.HeaderClassName
{
color: #F01D1E;
}
.AnyTagClassName
{
color: #F01D1E;
}
</style>
background-color css
<style>
a { background-color: #F01D1E; }
a { background-color: rgb(240,29,30); }
div.DivClassName
{
background-color: #F01D1E;
}
.BgClassName
{
background-color: #F01D1E;
}
</style>
border-color css
<style>
span { border-color: #F01D1E; }
span { border-color: rgb(240,29,30); }
td.TdClassName
{
border-color: #F01D1E;
}
.TagClassName
{
border-color: #F01D1E;
}
</style>