Shades of Alizarin #F02831
Tints of Alizarin #F02831
RGB
CMYK
RGB Variations
Color information
#F02831 (or 0xF02831) is known color: Alizarin. HEX triplet: F0, 28 and 31. RGB value is (240,40,49). Sum of RGB (Red+Green+Blue) = 240+40+49=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F02831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02831 is #0FD7CE. Grayscale: #646464. Windows color (decimal): -1038287 or 3221744. OLE color: 3221744.
HSL color Cylindrical-coordinate representation of color #F02831: hue angle of 357.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02831 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 49 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.06 |
| HSL | 357.3º | 0.87% | 0.55% | - |
| HSV(B) | 357.3º | 0.83% | 0.94% | - |
| XYZ | 37.25 | 20.26 | 4.85 | - |
| YUV | 100.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 49 | 0 | 0.83 | 0.80 | 0.06 | 357.3 | 0.87 | 0.55 |
| Hex | F0 | 28 | 31 | 0 | 53 | 50 | 6 | 165 | 57 | 37 |
| Octal | 360 | 50 | 61 | 0 | 123 | 120 | 6 | 545 | 127 | 67 |
| Binary | 11110000 | 101000 | 110001 | 0 | 1010011 | 1010000 | 110 | 101100101 | 1010111 | 110111 |
Color Harmonies of #F02831
Complementary color
Monochromatic Colors of #F02831
Black with #F02831
Text Example
Text Example
White with #F02831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02831; }
p { color: rgb(240,40,49); }
H1.HeaderClassName
{
color: #F02831;
}
.AnyTagClassName
{
color: #F02831;
}
</style>
background-color css
<style>
a { background-color: #F02831; }
a { background-color: rgb(240,40,49); }
div.DivClassName
{
background-color: #F02831;
}
.BgClassName
{
background-color: #F02831;
}
</style>
border-color css
<style>
span { border-color: #F02831; }
span { border-color: rgb(240,40,49); }
td.TdClassName
{
border-color: #F02831;
}
.TagClassName
{
border-color: #F02831;
}
</style>