Shades of Alizarin #F42334
Tints of Alizarin #F42334
RGB
CMYK
RGB Variations
Color information
#F42334 (or 0xF42334) is known color: Alizarin. HEX triplet: F4, 23 and 34. RGB value is (244,35,52). Sum of RGB (Red+Green+Blue) = 244+35+52=331 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.72% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 244 - color contains mainly: red. Hex color #F42334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42334 is #0BDCCB. Grayscale: #636363. Windows color (decimal): -777420 or 3417076. OLE color: 3417076.
HSL color Cylindrical-coordinate representation of color #F42334: hue angle of 355.12º degrees, saturation: 0.9, 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 #F42334 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 52 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.04 |
| HSL | 355.12º | 0.9% | 0.55% | - |
| HSV(B) | 355.12º | 0.86% | 0.96% | - |
| XYZ | 38.53 | 20.68 | 5.21 | - |
| YUV | 99.43 | 101.24 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 52 | 0 | 0.86 | 0.79 | 0.04 | 355.12 | 0.9 | 0.55 |
| Hex | F4 | 23 | 34 | 0 | 56 | 4F | 4 | 163 | 5A | 37 |
| Octal | 364 | 43 | 64 | 0 | 126 | 117 | 4 | 543 | 132 | 67 |
| Binary | 11110100 | 100011 | 110100 | 0 | 1010110 | 1001111 | 100 | 101100011 | 1011010 | 110111 |
Color Harmonies of #F42334
Complementary color
Monochromatic Colors of #F42334
Black with #F42334
Text Example
Text Example
White with #F42334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42334; }
p { color: rgb(244,35,52); }
H1.HeaderClassName
{
color: #F42334;
}
.AnyTagClassName
{
color: #F42334;
}
</style>
background-color css
<style>
a { background-color: #F42334; }
a { background-color: rgb(244,35,52); }
div.DivClassName
{
background-color: #F42334;
}
.BgClassName
{
background-color: #F42334;
}
</style>
border-color css
<style>
span { border-color: #F42334; }
span { border-color: rgb(244,35,52); }
td.TdClassName
{
border-color: #F42334;
}
.TagClassName
{
border-color: #F42334;
}
</style>