Shades of Alizarin #F42234
Tints of Alizarin #F42234
RGB
CMYK
RGB Variations
Color information
#F42234 (or 0xF42234) is known color: Alizarin. HEX triplet: F4, 22 and 34. RGB value is (244,34,52). Sum of RGB (Red+Green+Blue) = 244+34+52=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F42234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42234 is #0BDDCB. Grayscale: #626262. Windows color (decimal): -777676 or 3416820. OLE color: 3416820.
HSL color Cylindrical-coordinate representation of color #F42234: hue angle of 354.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42234 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 52 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.04 |
| HSL | 354.86º | 0.91% | 0.55% | - |
| HSV(B) | 354.86º | 0.86% | 0.96% | - |
| XYZ | 38.5 | 20.63 | 5.2 | - |
| YUV | 98.84 | 101.57 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 52 | 0 | 0.86 | 0.79 | 0.04 | 354.86 | 0.91 | 0.55 |
| Hex | F4 | 22 | 34 | 0 | 56 | 4F | 4 | 163 | 5B | 37 |
| Octal | 364 | 42 | 64 | 0 | 126 | 117 | 4 | 543 | 133 | 67 |
| Binary | 11110100 | 100010 | 110100 | 0 | 1010110 | 1001111 | 100 | 101100011 | 1011011 | 110111 |
Color Harmonies of #F42234
Complementary color
Monochromatic Colors of #F42234
Black with #F42234
Text Example
Text Example
White with #F42234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42234; }
p { color: rgb(244,34,52); }
H1.HeaderClassName
{
color: #F42234;
}
.AnyTagClassName
{
color: #F42234;
}
</style>
background-color css
<style>
a { background-color: #F42234; }
a { background-color: rgb(244,34,52); }
div.DivClassName
{
background-color: #F42234;
}
.BgClassName
{
background-color: #F42234;
}
</style>
border-color css
<style>
span { border-color: #F42234; }
span { border-color: rgb(244,34,52); }
td.TdClassName
{
border-color: #F42234;
}
.TagClassName
{
border-color: #F42234;
}
</style>