Shades of Alizarin #F52127
Tints of Alizarin #F52127
RGB
CMYK
RGB Variations
Color information
#F52127 (or 0xF52127) is known color: Alizarin. HEX triplet: F5, 21 and 27. RGB value is (245,33,39). Sum of RGB (Red+Green+Blue) = 245+33+39=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F52127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52127 is #0ADED8. Grayscale: #616161. Windows color (decimal): -712409 or 2564597. OLE color: 2564597.
HSL color Cylindrical-coordinate representation of color #F52127: hue angle of 358.3º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52127 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 39 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.04 |
| HSL | 358.3º | 0.91% | 0.55% | - |
| HSV(B) | 358.3º | 0.87% | 0.96% | - |
| XYZ | 38.57 | 20.65 | 3.87 | - |
| YUV | 97.07 | 95.24 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 39 | 0 | 0.87 | 0.84 | 0.04 | 358.3 | 0.91 | 0.55 |
| Hex | F5 | 21 | 27 | 0 | 57 | 54 | 4 | 166 | 5B | 37 |
| Octal | 365 | 41 | 47 | 0 | 127 | 124 | 4 | 546 | 133 | 67 |
| Binary | 11110101 | 100001 | 100111 | 0 | 1010111 | 1010100 | 100 | 101100110 | 1011011 | 110111 |
Color Harmonies of #F52127
Complementary color
Monochromatic Colors of #F52127
Black with #F52127
Text Example
Text Example
White with #F52127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52127; }
p { color: rgb(245,33,39); }
H1.HeaderClassName
{
color: #F52127;
}
.AnyTagClassName
{
color: #F52127;
}
</style>
background-color css
<style>
a { background-color: #F52127; }
a { background-color: rgb(245,33,39); }
div.DivClassName
{
background-color: #F52127;
}
.BgClassName
{
background-color: #F52127;
}
</style>
border-color css
<style>
span { border-color: #F52127; }
span { border-color: rgb(245,33,39); }
td.TdClassName
{
border-color: #F52127;
}
.TagClassName
{
border-color: #F52127;
}
</style>