Shades of Alizarin #F01E32
Tints of Alizarin #F01E32
RGB
CMYK
RGB Variations
Color information
#F01E32 (or 0xF01E32) is known color: Alizarin. HEX triplet: F0, 1E and 32. RGB value is (240,30,50). Sum of RGB (Red+Green+Blue) = 240+30+50=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01E32 is #0FE1CD. Grayscale: #5F5F5F. Windows color (decimal): -1040846 or 3284720. OLE color: 3284720.
HSL color Cylindrical-coordinate representation of color #F01E32: hue angle of 354.29º 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 #F01E32 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 30 | 50 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.06 |
| HSL | 354.29º | 0.88% | 0.53% | - |
| HSV(B) | 354.29º | 0.88% | 0.94% | - |
| XYZ | 36.98 | 19.68 | 4.87 | - |
| YUV | 95.07 | 102.57 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 50 | 0 | 0.87 | 0.79 | 0.06 | 354.29 | 0.88 | 0.53 |
| Hex | F0 | 1E | 32 | 0 | 57 | 4F | 6 | 162 | 58 | 35 |
| Octal | 360 | 36 | 62 | 0 | 127 | 117 | 6 | 542 | 130 | 65 |
| Binary | 11110000 | 11110 | 110010 | 0 | 1010111 | 1001111 | 110 | 101100010 | 1011000 | 110101 |
Color Harmonies of #F01E32
Complementary color
Monochromatic Colors of #F01E32
Black with #F01E32
Text Example
Text Example
White with #F01E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01E32; }
p { color: rgb(240,30,50); }
H1.HeaderClassName
{
color: #F01E32;
}
.AnyTagClassName
{
color: #F01E32;
}
</style>
background-color css
<style>
a { background-color: #F01E32; }
a { background-color: rgb(240,30,50); }
div.DivClassName
{
background-color: #F01E32;
}
.BgClassName
{
background-color: #F01E32;
}
</style>
border-color css
<style>
span { border-color: #F01E32; }
span { border-color: rgb(240,30,50); }
td.TdClassName
{
border-color: #F01E32;
}
.TagClassName
{
border-color: #F01E32;
}
</style>