Shades of Alizarin #F42635
Tints of Alizarin #F42635
RGB
CMYK
RGB Variations
Color information
#F42635 (or 0xF42635) is known color: Alizarin. HEX triplet: F4, 26 and 35. RGB value is (244,38,53). Sum of RGB (Red+Green+Blue) = 244+38+53=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F42635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42635 is #0BD9CA. Grayscale: #656565. Windows color (decimal): -776651 or 3483380. OLE color: 3483380.
HSL color Cylindrical-coordinate representation of color #F42635: hue angle of 355.63º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42635 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 53 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.04 |
| HSL | 355.63º | 0.9% | 0.55% | - |
| HSV(B) | 355.63º | 0.84% | 0.96% | - |
| XYZ | 38.64 | 20.88 | 5.36 | - |
| YUV | 101.3 | 100.75 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 53 | 0 | 0.84 | 0.78 | 0.04 | 355.63 | 0.9 | 0.55 |
| Hex | F4 | 26 | 35 | 0 | 54 | 4E | 4 | 164 | 5A | 37 |
| Octal | 364 | 46 | 65 | 0 | 124 | 116 | 4 | 544 | 132 | 67 |
| Binary | 11110100 | 100110 | 110101 | 0 | 1010100 | 1001110 | 100 | 101100100 | 1011010 | 110111 |
Color Harmonies of #F42635
Complementary color
Monochromatic Colors of #F42635
Black with #F42635
Text Example
Text Example
White with #F42635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42635; }
p { color: rgb(244,38,53); }
H1.HeaderClassName
{
color: #F42635;
}
.AnyTagClassName
{
color: #F42635;
}
</style>
background-color css
<style>
a { background-color: #F42635; }
a { background-color: rgb(244,38,53); }
div.DivClassName
{
background-color: #F42635;
}
.BgClassName
{
background-color: #F42635;
}
</style>
border-color css
<style>
span { border-color: #F42635; }
span { border-color: rgb(244,38,53); }
td.TdClassName
{
border-color: #F42635;
}
.TagClassName
{
border-color: #F42635;
}
</style>