Shades of Alizarin #F42435
Tints of Alizarin #F42435
RGB
CMYK
RGB Variations
Color information
#F42435 (or 0xF42435) is known color: Alizarin. HEX triplet: F4, 24 and 35. RGB value is (244,36,53). Sum of RGB (Red+Green+Blue) = 244+36+53=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F42435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42435 is #0BDBCA. Grayscale: #646464. Windows color (decimal): -777163 or 3482868. OLE color: 3482868.
HSL color Cylindrical-coordinate representation of color #F42435: hue angle of 355.1º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42435 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 53 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.04 |
| HSL | 355.1º | 0.9% | 0.55% | - |
| HSV(B) | 355.1º | 0.85% | 0.96% | - |
| XYZ | 38.58 | 20.75 | 5.34 | - |
| YUV | 100.13 | 101.41 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 53 | 0 | 0.85 | 0.78 | 0.04 | 355.1 | 0.9 | 0.55 |
| Hex | F4 | 24 | 35 | 0 | 55 | 4E | 4 | 163 | 5A | 37 |
| Octal | 364 | 44 | 65 | 0 | 125 | 116 | 4 | 543 | 132 | 67 |
| Binary | 11110100 | 100100 | 110101 | 0 | 1010101 | 1001110 | 100 | 101100011 | 1011010 | 110111 |
Color Harmonies of #F42435
Complementary color
Monochromatic Colors of #F42435
Black with #F42435
Text Example
Text Example
White with #F42435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42435; }
p { color: rgb(244,36,53); }
H1.HeaderClassName
{
color: #F42435;
}
.AnyTagClassName
{
color: #F42435;
}
</style>
background-color css
<style>
a { background-color: #F42435; }
a { background-color: rgb(244,36,53); }
div.DivClassName
{
background-color: #F42435;
}
.BgClassName
{
background-color: #F42435;
}
</style>
border-color css
<style>
span { border-color: #F42435; }
span { border-color: rgb(244,36,53); }
td.TdClassName
{
border-color: #F42435;
}
.TagClassName
{
border-color: #F42435;
}
</style>