Shades of Alizarin #F42735
Tints of Alizarin #F42735
RGB
CMYK
RGB Variations
Color information
#F42735 (or 0xF42735) is known color: Alizarin. HEX triplet: F4, 27 and 35. RGB value is (244,39,53). Sum of RGB (Red+Green+Blue) = 244+39+53=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F42735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42735 is #0BD8CA. Grayscale: #666666. Windows color (decimal): -776395 or 3483636. OLE color: 3483636.
HSL color Cylindrical-coordinate representation of color #F42735: hue angle of 355.9º 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 #F42735 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 53 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.04 |
| HSL | 355.9º | 0.9% | 0.55% | - |
| HSV(B) | 355.9º | 0.84% | 0.96% | - |
| XYZ | 38.68 | 20.94 | 5.37 | - |
| YUV | 101.89 | 100.42 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 53 | 0 | 0.84 | 0.78 | 0.04 | 355.9 | 0.9 | 0.55 |
| Hex | F4 | 27 | 35 | 0 | 54 | 4E | 4 | 164 | 5A | 37 |
| Octal | 364 | 47 | 65 | 0 | 124 | 116 | 4 | 544 | 132 | 67 |
| Binary | 11110100 | 100111 | 110101 | 0 | 1010100 | 1001110 | 100 | 101100100 | 1011010 | 110111 |
Color Harmonies of #F42735
Complementary color
Monochromatic Colors of #F42735
Black with #F42735
Text Example
Text Example
White with #F42735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42735; }
p { color: rgb(244,39,53); }
H1.HeaderClassName
{
color: #F42735;
}
.AnyTagClassName
{
color: #F42735;
}
</style>
background-color css
<style>
a { background-color: #F42735; }
a { background-color: rgb(244,39,53); }
div.DivClassName
{
background-color: #F42735;
}
.BgClassName
{
background-color: #F42735;
}
</style>
border-color css
<style>
span { border-color: #F42735; }
span { border-color: rgb(244,39,53); }
td.TdClassName
{
border-color: #F42735;
}
.TagClassName
{
border-color: #F42735;
}
</style>