Shades of Alizarin #F43540
Tints of Alizarin #F43540
RGB
CMYK
RGB Variations
Color information
#F43540 (or 0xF43540) is known color: Alizarin. HEX triplet: F4, 35 and 40. RGB value is (244,53,64). Sum of RGB (Red+Green+Blue) = 244+53+64=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F43540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43540 is #0BCABF. Grayscale: #6F6F6F. Windows color (decimal): -772800 or 4208116. OLE color: 4208116.
HSL color Cylindrical-coordinate representation of color #F43540: hue angle of 356.54º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F43540 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 64 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.04 |
| HSL | 356.54º | 0.9% | 0.58% | - |
| HSV(B) | 356.54º | 0.78% | 0.96% | - |
| XYZ | 39.51 | 22.15 | 7.04 | - |
| YUV | 111.36 | 101.28 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 64 | 0 | 0.78 | 0.74 | 0.04 | 356.54 | 0.9 | 0.58 |
| Hex | F4 | 35 | 40 | 0 | 4E | 4A | 4 | 165 | 5A | 3A |
| Octal | 364 | 65 | 100 | 0 | 116 | 112 | 4 | 545 | 132 | 72 |
| Binary | 11110100 | 110101 | 1000000 | 0 | 1001110 | 1001010 | 100 | 101100101 | 1011010 | 111010 |
Color Harmonies of #F43540
Complementary color
Monochromatic Colors of #F43540
Black with #F43540
Text Example
Text Example
White with #F43540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43540; }
p { color: rgb(244,53,64); }
H1.HeaderClassName
{
color: #F43540;
}
.AnyTagClassName
{
color: #F43540;
}
</style>
background-color css
<style>
a { background-color: #F43540; }
a { background-color: rgb(244,53,64); }
div.DivClassName
{
background-color: #F43540;
}
.BgClassName
{
background-color: #F43540;
}
</style>
border-color css
<style>
span { border-color: #F43540; }
span { border-color: rgb(244,53,64); }
td.TdClassName
{
border-color: #F43540;
}
.TagClassName
{
border-color: #F43540;
}
</style>