Shades of Alizarin #F42C35
Tints of Alizarin #F42C35
RGB
CMYK
RGB Variations
Color information
#F42C35 (or 0xF42C35) is known color: Alizarin. HEX triplet: F4, 2C and 35. RGB value is (244,44,53). Sum of RGB (Red+Green+Blue) = 244+44+53=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F42C35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42C35 is #0BD3CA. Grayscale: #686868. Windows color (decimal): -775115 or 3484916. OLE color: 3484916.
HSL color Cylindrical-coordinate representation of color #F42C35: hue angle of 357.3º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42C35 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 53 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.04 |
| HSL | 357.3º | 0.9% | 0.56% | - |
| HSV(B) | 357.3º | 0.82% | 0.96% | - |
| XYZ | 38.85 | 21.29 | 5.43 | - |
| YUV | 104.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 53 | 0 | 0.82 | 0.78 | 0.04 | 357.3 | 0.9 | 0.56 |
| Hex | F4 | 2C | 35 | 0 | 52 | 4E | 4 | 165 | 5A | 38 |
| Octal | 364 | 54 | 65 | 0 | 122 | 116 | 4 | 545 | 132 | 70 |
| Binary | 11110100 | 101100 | 110101 | 0 | 1010010 | 1001110 | 100 | 101100101 | 1011010 | 111000 |
Color Harmonies of #F42C35
Complementary color
Monochromatic Colors of #F42C35
Black with #F42C35
Text Example
Text Example
White with #F42C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42C35; }
p { color: rgb(244,44,53); }
H1.HeaderClassName
{
color: #F42C35;
}
.AnyTagClassName
{
color: #F42C35;
}
</style>
background-color css
<style>
a { background-color: #F42C35; }
a { background-color: rgb(244,44,53); }
div.DivClassName
{
background-color: #F42C35;
}
.BgClassName
{
background-color: #F42C35;
}
</style>
border-color css
<style>
span { border-color: #F42C35; }
span { border-color: rgb(244,44,53); }
td.TdClassName
{
border-color: #F42C35;
}
.TagClassName
{
border-color: #F42C35;
}
</style>