Shades of Alizarin #F42134
Tints of Alizarin #F42134
RGB
CMYK
RGB Variations
Color information
#F42134 (or 0xF42134) is known color: Alizarin. HEX triplet: F4, 21 and 34. RGB value is (244,33,52). Sum of RGB (Red+Green+Blue) = 244+33+52=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F42134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42134 is #0BDECB. Grayscale: #626262. Windows color (decimal): -777932 or 3416564. OLE color: 3416564.
HSL color Cylindrical-coordinate representation of color #F42134: hue angle of 354.6º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42134 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 52 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.04 |
| HSL | 354.6º | 0.91% | 0.54% | - |
| HSV(B) | 354.6º | 0.86% | 0.96% | - |
| XYZ | 38.47 | 20.57 | 5.19 | - |
| YUV | 98.26 | 101.9 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 52 | 0 | 0.86 | 0.79 | 0.04 | 354.6 | 0.91 | 0.54 |
| Hex | F4 | 21 | 34 | 0 | 56 | 4F | 4 | 163 | 5B | 36 |
| Octal | 364 | 41 | 64 | 0 | 126 | 117 | 4 | 543 | 133 | 66 |
| Binary | 11110100 | 100001 | 110100 | 0 | 1010110 | 1001111 | 100 | 101100011 | 1011011 | 110110 |
Color Harmonies of #F42134
Complementary color
Monochromatic Colors of #F42134
Black with #F42134
Text Example
Text Example
White with #F42134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42134; }
p { color: rgb(244,33,52); }
H1.HeaderClassName
{
color: #F42134;
}
.AnyTagClassName
{
color: #F42134;
}
</style>
background-color css
<style>
a { background-color: #F42134; }
a { background-color: rgb(244,33,52); }
div.DivClassName
{
background-color: #F42134;
}
.BgClassName
{
background-color: #F42134;
}
</style>
border-color css
<style>
span { border-color: #F42134; }
span { border-color: rgb(244,33,52); }
td.TdClassName
{
border-color: #F42134;
}
.TagClassName
{
border-color: #F42134;
}
</style>