Shades of Alizarin #F01D1F
Tints of Alizarin #F01D1F
RGB
CMYK
RGB Variations
Color information
#F01D1F (or 0xF01D1F) is known color: Alizarin. HEX triplet: F0, 1D and 1F. RGB value is (240,29,31). Sum of RGB (Red+Green+Blue) = 240+29+31=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D1F is #0FE2E0. Grayscale: #5C5C5C. Windows color (decimal): -1041121 or 2039280. OLE color: 2039280.
HSL color Cylindrical-coordinate representation of color #F01D1F: hue angle of 359.43º 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 #F01D1F is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 31 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.06 |
| HSL | 359.43º | 0.88% | 0.53% | - |
| HSV(B) | 359.43º | 0.88% | 0.94% | - |
| XYZ | 36.62 | 19.5 | 3.13 | - |
| YUV | 92.32 | 93.4 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 31 | 0 | 0.88 | 0.87 | 0.06 | 359.43 | 0.88 | 0.53 |
| Hex | F0 | 1D | 1F | 0 | 58 | 57 | 6 | 167 | 58 | 35 |
| Octal | 360 | 35 | 37 | 0 | 130 | 127 | 6 | 547 | 130 | 65 |
| Binary | 11110000 | 11101 | 11111 | 0 | 1011000 | 1010111 | 110 | 101100111 | 1011000 | 110101 |
Color Harmonies of #F01D1F
Complementary color
Monochromatic Colors of #F01D1F
Black with #F01D1F
Text Example
Text Example
White with #F01D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D1F; }
p { color: rgb(240,29,31); }
H1.HeaderClassName
{
color: #F01D1F;
}
.AnyTagClassName
{
color: #F01D1F;
}
</style>
background-color css
<style>
a { background-color: #F01D1F; }
a { background-color: rgb(240,29,31); }
div.DivClassName
{
background-color: #F01D1F;
}
.BgClassName
{
background-color: #F01D1F;
}
</style>
border-color css
<style>
span { border-color: #F01D1F; }
span { border-color: rgb(240,29,31); }
td.TdClassName
{
border-color: #F01D1F;
}
.TagClassName
{
border-color: #F01D1F;
}
</style>