Shades of Alizarin #F02131
Tints of Alizarin #F02131
RGB
CMYK
RGB Variations
Color information
#F02131 (or 0xF02131) is known color: Alizarin. HEX triplet: F0, 21 and 31. RGB value is (240,33,49). Sum of RGB (Red+Green+Blue) = 240+33+49=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F02131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02131 is #0FDECE. Grayscale: #606060. Windows color (decimal): -1040079 or 3219952. OLE color: 3219952.
HSL color Cylindrical-coordinate representation of color #F02131: hue angle of 355.36º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02131 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 49 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.06 |
| HSL | 355.36º | 0.87% | 0.54% | - |
| HSV(B) | 355.36º | 0.86% | 0.94% | - |
| XYZ | 37.03 | 19.83 | 4.78 | - |
| YUV | 96.72 | 101.08 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 49 | 0 | 0.86 | 0.80 | 0.06 | 355.36 | 0.87 | 0.54 |
| Hex | F0 | 21 | 31 | 0 | 56 | 50 | 6 | 163 | 57 | 36 |
| Octal | 360 | 41 | 61 | 0 | 126 | 120 | 6 | 543 | 127 | 66 |
| Binary | 11110000 | 100001 | 110001 | 0 | 1010110 | 1010000 | 110 | 101100011 | 1010111 | 110110 |
Color Harmonies of #F02131
Complementary color
Monochromatic Colors of #F02131
Black with #F02131
Text Example
Text Example
White with #F02131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02131; }
p { color: rgb(240,33,49); }
H1.HeaderClassName
{
color: #F02131;
}
.AnyTagClassName
{
color: #F02131;
}
</style>
background-color css
<style>
a { background-color: #F02131; }
a { background-color: rgb(240,33,49); }
div.DivClassName
{
background-color: #F02131;
}
.BgClassName
{
background-color: #F02131;
}
</style>
border-color css
<style>
span { border-color: #F02131; }
span { border-color: rgb(240,33,49); }
td.TdClassName
{
border-color: #F02131;
}
.TagClassName
{
border-color: #F02131;
}
</style>