Shades of Alizarin #F4353B
Tints of Alizarin #F4353B
RGB
CMYK
RGB Variations
Color information
#F4353B (or 0xF4353B) is known color: Alizarin. HEX triplet: F4, 35 and 3B. RGB value is (244,53,59). Sum of RGB (Red+Green+Blue) = 244+53+59=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F4353B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4353B is #0BCAC4. Grayscale: #6E6E6E. Windows color (decimal): -772805 or 3880436. OLE color: 3880436.
HSL color Cylindrical-coordinate representation of color #F4353B: hue angle of 358.12º 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 #F4353B is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 59 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.04 |
| HSL | 358.12º | 0.9% | 0.58% | - |
| HSV(B) | 358.12º | 0.78% | 0.96% | - |
| XYZ | 39.37 | 22.1 | 6.33 | - |
| YUV | 110.79 | 98.78 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 59 | 0 | 0.78 | 0.76 | 0.04 | 358.12 | 0.9 | 0.58 |
| Hex | F4 | 35 | 3B | 0 | 4E | 4C | 4 | 166 | 5A | 3A |
| Octal | 364 | 65 | 73 | 0 | 116 | 114 | 4 | 546 | 132 | 72 |
| Binary | 11110100 | 110101 | 111011 | 0 | 1001110 | 1001100 | 100 | 101100110 | 1011010 | 111010 |
Color Harmonies of #F4353B
Complementary color
Monochromatic Colors of #F4353B
Black with #F4353B
Text Example
Text Example
White with #F4353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4353B; }
p { color: rgb(244,53,59); }
H1.HeaderClassName
{
color: #F4353B;
}
.AnyTagClassName
{
color: #F4353B;
}
</style>
background-color css
<style>
a { background-color: #F4353B; }
a { background-color: rgb(244,53,59); }
div.DivClassName
{
background-color: #F4353B;
}
.BgClassName
{
background-color: #F4353B;
}
</style>
border-color css
<style>
span { border-color: #F4353B; }
span { border-color: rgb(244,53,59); }
td.TdClassName
{
border-color: #F4353B;
}
.TagClassName
{
border-color: #F4353B;
}
</style>