Shades of Alizarin #F01A32
Tints of Alizarin #F01A32
RGB
CMYK
RGB Variations
Color information
#F01A32 (or 0xF01A32) is known color: Alizarin. HEX triplet: F0, 1A and 32. RGB value is (240,26,50). Sum of RGB (Red+Green+Blue) = 240+26+50=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01A32 is #0FE5CD. Grayscale: #5C5C5C. Windows color (decimal): -1041870 or 3283696. OLE color: 3283696.
HSL color Cylindrical-coordinate representation of color #F01A32: hue angle of 353.27º 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 #F01A32 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 50 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.06 |
| HSL | 353.27º | 0.88% | 0.52% | - |
| HSV(B) | 353.27º | 0.89% | 0.94% | - |
| XYZ | 36.88 | 19.49 | 4.84 | - |
| YUV | 92.72 | 103.9 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 50 | 0 | 0.89 | 0.79 | 0.06 | 353.27 | 0.88 | 0.52 |
| Hex | F0 | 1A | 32 | 0 | 59 | 4F | 6 | 161 | 58 | 34 |
| Octal | 360 | 32 | 62 | 0 | 131 | 117 | 6 | 541 | 130 | 64 |
| Binary | 11110000 | 11010 | 110010 | 0 | 1011001 | 1001111 | 110 | 101100001 | 1011000 | 110100 |
Color Harmonies of #F01A32
Complementary color
Monochromatic Colors of #F01A32
Black with #F01A32
Text Example
Text Example
White with #F01A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A32; }
p { color: rgb(240,26,50); }
H1.HeaderClassName
{
color: #F01A32;
}
.AnyTagClassName
{
color: #F01A32;
}
</style>
background-color css
<style>
a { background-color: #F01A32; }
a { background-color: rgb(240,26,50); }
div.DivClassName
{
background-color: #F01A32;
}
.BgClassName
{
background-color: #F01A32;
}
</style>
border-color css
<style>
span { border-color: #F01A32; }
span { border-color: rgb(240,26,50); }
td.TdClassName
{
border-color: #F01A32;
}
.TagClassName
{
border-color: #F01A32;
}
</style>