Shades of Alizarin #F01D32
Tints of Alizarin #F01D32
RGB
CMYK
RGB Variations
Color information
#F01D32 (or 0xF01D32) is known color: Alizarin. HEX triplet: F0, 1D and 32. RGB value is (240,29,50). Sum of RGB (Red+Green+Blue) = 240+29+50=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D32 is #0FE2CD. Grayscale: #5E5E5E. Windows color (decimal): -1041102 or 3284464. OLE color: 3284464.
HSL color Cylindrical-coordinate representation of color #F01D32: hue angle of 354.03º 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 #F01D32 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 50 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.06 |
| HSL | 354.03º | 0.88% | 0.53% | - |
| HSV(B) | 354.03º | 0.88% | 0.94% | - |
| XYZ | 36.95 | 19.63 | 4.86 | - |
| YUV | 94.48 | 102.9 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 50 | 0 | 0.88 | 0.79 | 0.06 | 354.03 | 0.88 | 0.53 |
| Hex | F0 | 1D | 32 | 0 | 58 | 4F | 6 | 162 | 58 | 35 |
| Octal | 360 | 35 | 62 | 0 | 130 | 117 | 6 | 542 | 130 | 65 |
| Binary | 11110000 | 11101 | 110010 | 0 | 1011000 | 1001111 | 110 | 101100010 | 1011000 | 110101 |
Color Harmonies of #F01D32
Complementary color
Monochromatic Colors of #F01D32
Black with #F01D32
Text Example
Text Example
White with #F01D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D32; }
p { color: rgb(240,29,50); }
H1.HeaderClassName
{
color: #F01D32;
}
.AnyTagClassName
{
color: #F01D32;
}
</style>
background-color css
<style>
a { background-color: #F01D32; }
a { background-color: rgb(240,29,50); }
div.DivClassName
{
background-color: #F01D32;
}
.BgClassName
{
background-color: #F01D32;
}
</style>
border-color css
<style>
span { border-color: #F01D32; }
span { border-color: rgb(240,29,50); }
td.TdClassName
{
border-color: #F01D32;
}
.TagClassName
{
border-color: #F01D32;
}
</style>