Shades of Alizarin #F53B3F
Tints of Alizarin #F53B3F
RGB
CMYK
RGB Variations
Color information
#F53B3F (or 0xF53B3F) is known color: Alizarin. HEX triplet: F5, 3B and 3F. RGB value is (245,59,63). Sum of RGB (Red+Green+Blue) = 245+59+63=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53B3F is #0AC4C0. Grayscale: #737373. Windows color (decimal): -705729 or 4144117. OLE color: 4144117.
HSL color Cylindrical-coordinate representation of color #F53B3F: hue angle of 358.71º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53B3F is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 63 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.04 |
| HSL | 358.71º | 0.9% | 0.6% | - |
| HSV(B) | 358.71º | 0.76% | 0.96% | - |
| XYZ | 40.12 | 22.9 | 7.01 | - |
| YUV | 115.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 63 | 0 | 0.76 | 0.74 | 0.04 | 358.71 | 0.9 | 0.6 |
| Hex | F5 | 3B | 3F | 0 | 4C | 4A | 4 | 167 | 5A | 3C |
| Octal | 365 | 73 | 77 | 0 | 114 | 112 | 4 | 547 | 132 | 74 |
| Binary | 11110101 | 111011 | 111111 | 0 | 1001100 | 1001010 | 100 | 101100111 | 1011010 | 111100 |
Color Harmonies of #F53B3F
Complementary color
Monochromatic Colors of #F53B3F
Black with #F53B3F
Text Example
Text Example
White with #F53B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53B3F; }
p { color: rgb(245,59,63); }
H1.HeaderClassName
{
color: #F53B3F;
}
.AnyTagClassName
{
color: #F53B3F;
}
</style>
background-color css
<style>
a { background-color: #F53B3F; }
a { background-color: rgb(245,59,63); }
div.DivClassName
{
background-color: #F53B3F;
}
.BgClassName
{
background-color: #F53B3F;
}
</style>
border-color css
<style>
span { border-color: #F53B3F; }
span { border-color: rgb(245,59,63); }
td.TdClassName
{
border-color: #F53B3F;
}
.TagClassName
{
border-color: #F53B3F;
}
</style>