Shades of Alizarin #F43538
Tints of Alizarin #F43538
RGB
CMYK
RGB Variations
Color information
#F43538 (or 0xF43538) is known color: Alizarin. HEX triplet: F4, 35 and 38. RGB value is (244,53,56). Sum of RGB (Red+Green+Blue) = 244+53+56=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F43538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43538 is #0BCAC7. Grayscale: #6E6E6E. Windows color (decimal): -772808 or 3683828. OLE color: 3683828.
HSL color Cylindrical-coordinate representation of color #F43538: hue angle of 359.06º 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 #F43538 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 56 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.04 |
| HSL | 359.06º | 0.9% | 0.58% | - |
| HSV(B) | 359.06º | 0.78% | 0.96% | - |
| XYZ | 39.3 | 22.06 | 5.93 | - |
| YUV | 110.45 | 97.28 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 56 | 0 | 0.78 | 0.77 | 0.04 | 359.06 | 0.9 | 0.58 |
| Hex | F4 | 35 | 38 | 0 | 4E | 4D | 4 | 167 | 5A | 3A |
| Octal | 364 | 65 | 70 | 0 | 116 | 115 | 4 | 547 | 132 | 72 |
| Binary | 11110100 | 110101 | 111000 | 0 | 1001110 | 1001101 | 100 | 101100111 | 1011010 | 111010 |
Color Harmonies of #F43538
Complementary color
Monochromatic Colors of #F43538
Black with #F43538
Text Example
Text Example
White with #F43538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43538; }
p { color: rgb(244,53,56); }
H1.HeaderClassName
{
color: #F43538;
}
.AnyTagClassName
{
color: #F43538;
}
</style>
background-color css
<style>
a { background-color: #F43538; }
a { background-color: rgb(244,53,56); }
div.DivClassName
{
background-color: #F43538;
}
.BgClassName
{
background-color: #F43538;
}
</style>
border-color css
<style>
span { border-color: #F43538; }
span { border-color: rgb(244,53,56); }
td.TdClassName
{
border-color: #F43538;
}
.TagClassName
{
border-color: #F43538;
}
</style>