Shades of Alizarin #F01A1D
Tints of Alizarin #F01A1D
RGB
CMYK
RGB Variations
Color information
#F01A1D (or 0xF01A1D) is known color: Alizarin. HEX triplet: F0, 1A and 1D. RGB value is (240,26,29). Sum of RGB (Red+Green+Blue) = 240+26+29=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01A1D is #0FE5E2. Grayscale: #5A5A5A. Windows color (decimal): -1041891 or 1907440. OLE color: 1907440.
HSL color Cylindrical-coordinate representation of color #F01A1D: hue angle of 359.16º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01A1D is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 29 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.06 |
| HSL | 359.16º | 0.88% | 0.52% | - |
| HSV(B) | 359.16º | 0.89% | 0.94% | - |
| XYZ | 36.53 | 19.35 | 2.97 | - |
| YUV | 90.33 | 93.4 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 29 | 0 | 0.89 | 0.88 | 0.06 | 359.16 | 0.88 | 0.52 |
| Hex | F0 | 1A | 1D | 0 | 59 | 58 | 6 | 167 | 58 | 34 |
| Octal | 360 | 32 | 35 | 0 | 131 | 130 | 6 | 547 | 130 | 64 |
| Binary | 11110000 | 11010 | 11101 | 0 | 1011001 | 1011000 | 110 | 101100111 | 1011000 | 110100 |
Color Harmonies of #F01A1D
Complementary color
Monochromatic Colors of #F01A1D
Black with #F01A1D
Text Example
Text Example
White with #F01A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A1D; }
p { color: rgb(240,26,29); }
H1.HeaderClassName
{
color: #F01A1D;
}
.AnyTagClassName
{
color: #F01A1D;
}
</style>
background-color css
<style>
a { background-color: #F01A1D; }
a { background-color: rgb(240,26,29); }
div.DivClassName
{
background-color: #F01A1D;
}
.BgClassName
{
background-color: #F01A1D;
}
</style>
border-color css
<style>
span { border-color: #F01A1D; }
span { border-color: rgb(240,26,29); }
td.TdClassName
{
border-color: #F01A1D;
}
.TagClassName
{
border-color: #F01A1D;
}
</style>