Shades of Alizarin #F53738
Tints of Alizarin #F53738
RGB
CMYK
RGB Variations
Color information
#F53738 (or 0xF53738) is known color: Alizarin. HEX triplet: F5, 37 and 38. RGB value is (245,55,56). Sum of RGB (Red+Green+Blue) = 245+55+56=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F53738 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53738 is #0AC8C7. Grayscale: #707070. Windows color (decimal): -706760 or 3684341. OLE color: 3684341.
HSL color Cylindrical-coordinate representation of color #F53738: hue angle of 359.68º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53738 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 56 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.04 |
| HSL | 359.68º | 0.9% | 0.59% | - |
| HSV(B) | 359.68º | 0.78% | 0.96% | - |
| XYZ | 39.74 | 22.43 | 5.98 | - |
| YUV | 111.92 | 96.45 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 56 | 0 | 0.78 | 0.77 | 0.04 | 359.68 | 0.9 | 0.59 |
| Hex | F5 | 37 | 38 | 0 | 4E | 4D | 4 | 168 | 5A | 3B |
| Octal | 365 | 67 | 70 | 0 | 116 | 115 | 4 | 550 | 132 | 73 |
| Binary | 11110101 | 110111 | 111000 | 0 | 1001110 | 1001101 | 100 | 101101000 | 1011010 | 111011 |
Color Harmonies of #F53738
Complementary color
Monochromatic Colors of #F53738
Black with #F53738
Text Example
Text Example
White with #F53738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53738; }
p { color: rgb(245,55,56); }
H1.HeaderClassName
{
color: #F53738;
}
.AnyTagClassName
{
color: #F53738;
}
</style>
background-color css
<style>
a { background-color: #F53738; }
a { background-color: rgb(245,55,56); }
div.DivClassName
{
background-color: #F53738;
}
.BgClassName
{
background-color: #F53738;
}
</style>
border-color css
<style>
span { border-color: #F53738; }
span { border-color: rgb(245,55,56); }
td.TdClassName
{
border-color: #F53738;
}
.TagClassName
{
border-color: #F53738;
}
</style>