Shades of Alizarin #F53034
Tints of Alizarin #F53034
RGB
CMYK
RGB Variations
Color information
#F53034 (or 0xF53034) is known color: Alizarin. HEX triplet: F5, 30 and 34. RGB value is (245,48,52). Sum of RGB (Red+Green+Blue) = 245+48+52=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F53034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53034 is #0ACFCB. Grayscale: #6B6B6B. Windows color (decimal): -708556 or 3420405. OLE color: 3420405.
HSL color Cylindrical-coordinate representation of color #F53034: hue angle of 358.78º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53034 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 52 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.04 |
| HSL | 358.78º | 0.91% | 0.57% | - |
| HSV(B) | 358.78º | 0.8% | 0.96% | - |
| XYZ | 39.33 | 21.77 | 5.38 | - |
| YUV | 107.36 | 96.77 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 52 | 0 | 0.80 | 0.79 | 0.04 | 358.78 | 0.91 | 0.57 |
| Hex | F5 | 30 | 34 | 0 | 50 | 4F | 4 | 167 | 5B | 39 |
| Octal | 365 | 60 | 64 | 0 | 120 | 117 | 4 | 547 | 133 | 71 |
| Binary | 11110101 | 110000 | 110100 | 0 | 1010000 | 1001111 | 100 | 101100111 | 1011011 | 111001 |
Color Harmonies of #F53034
Complementary color
Monochromatic Colors of #F53034
Black with #F53034
Text Example
Text Example
White with #F53034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53034; }
p { color: rgb(245,48,52); }
H1.HeaderClassName
{
color: #F53034;
}
.AnyTagClassName
{
color: #F53034;
}
</style>
background-color css
<style>
a { background-color: #F53034; }
a { background-color: rgb(245,48,52); }
div.DivClassName
{
background-color: #F53034;
}
.BgClassName
{
background-color: #F53034;
}
</style>
border-color css
<style>
span { border-color: #F53034; }
span { border-color: rgb(245,48,52); }
td.TdClassName
{
border-color: #F53034;
}
.TagClassName
{
border-color: #F53034;
}
</style>