Shades of Alizarin #F53440
Tints of Alizarin #F53440
RGB
CMYK
RGB Variations
Color information
#F53440 (or 0xF53440) is known color: Alizarin. HEX triplet: F5, 34 and 40. RGB value is (245,52,64). Sum of RGB (Red+Green+Blue) = 245+52+64=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F53440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53440 is #0ACBBF. Grayscale: #6F6F6F. Windows color (decimal): -707520 or 4207861. OLE color: 4207861.
HSL color Cylindrical-coordinate representation of color #F53440: hue angle of 356.27º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53440 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 64 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.04 |
| HSL | 356.27º | 0.91% | 0.58% | - |
| HSV(B) | 356.27º | 0.79% | 0.96% | - |
| XYZ | 39.81 | 22.24 | 7.04 | - |
| YUV | 111.08 | 101.44 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 64 | 0 | 0.79 | 0.74 | 0.04 | 356.27 | 0.91 | 0.58 |
| Hex | F5 | 34 | 40 | 0 | 4F | 4A | 4 | 164 | 5B | 3A |
| Octal | 365 | 64 | 100 | 0 | 117 | 112 | 4 | 544 | 133 | 72 |
| Binary | 11110101 | 110100 | 1000000 | 0 | 1001111 | 1001010 | 100 | 101100100 | 1011011 | 111010 |
Color Harmonies of #F53440
Complementary color
Monochromatic Colors of #F53440
Black with #F53440
Text Example
Text Example
White with #F53440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53440; }
p { color: rgb(245,52,64); }
H1.HeaderClassName
{
color: #F53440;
}
.AnyTagClassName
{
color: #F53440;
}
</style>
background-color css
<style>
a { background-color: #F53440; }
a { background-color: rgb(245,52,64); }
div.DivClassName
{
background-color: #F53440;
}
.BgClassName
{
background-color: #F53440;
}
</style>
border-color css
<style>
span { border-color: #F53440; }
span { border-color: rgb(245,52,64); }
td.TdClassName
{
border-color: #F53440;
}
.TagClassName
{
border-color: #F53440;
}
</style>