Shades of Alizarin #F02127
Tints of Alizarin #F02127
RGB
CMYK
RGB Variations
Color information
#F02127 (or 0xF02127) is known color: Alizarin. HEX triplet: F0, 21 and 27. RGB value is (240,33,39). Sum of RGB (Red+Green+Blue) = 240+33+39=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F02127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02127 is #0FDED8. Grayscale: #5F5F5F. Windows color (decimal): -1040089 or 2564592. OLE color: 2564592.
HSL color Cylindrical-coordinate representation of color #F02127: hue angle of 358.26º 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 #F02127 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 39 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.06 |
| HSL | 358.26º | 0.87% | 0.54% | - |
| HSV(B) | 358.26º | 0.86% | 0.94% | - |
| XYZ | 36.85 | 19.76 | 3.79 | - |
| YUV | 95.58 | 96.08 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 39 | 0 | 0.86 | 0.84 | 0.06 | 358.26 | 0.87 | 0.54 |
| Hex | F0 | 21 | 27 | 0 | 56 | 54 | 6 | 166 | 57 | 36 |
| Octal | 360 | 41 | 47 | 0 | 126 | 124 | 6 | 546 | 127 | 66 |
| Binary | 11110000 | 100001 | 100111 | 0 | 1010110 | 1010100 | 110 | 101100110 | 1010111 | 110110 |
Color Harmonies of #F02127
Complementary color
Monochromatic Colors of #F02127
Black with #F02127
Text Example
Text Example
White with #F02127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02127; }
p { color: rgb(240,33,39); }
H1.HeaderClassName
{
color: #F02127;
}
.AnyTagClassName
{
color: #F02127;
}
</style>
background-color css
<style>
a { background-color: #F02127; }
a { background-color: rgb(240,33,39); }
div.DivClassName
{
background-color: #F02127;
}
.BgClassName
{
background-color: #F02127;
}
</style>
border-color css
<style>
span { border-color: #F02127; }
span { border-color: rgb(240,33,39); }
td.TdClassName
{
border-color: #F02127;
}
.TagClassName
{
border-color: #F02127;
}
</style>