Shades of Alizarin #F52435
Tints of Alizarin #F52435
RGB
CMYK
RGB Variations
Color information
#F52435 (or 0xF52435) is known color: Alizarin. HEX triplet: F5, 24 and 35. RGB value is (245,36,53). Sum of RGB (Red+Green+Blue) = 245+36+53=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F52435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52435 is #0ADBCA. Grayscale: #646464. Windows color (decimal): -711627 or 3482869. OLE color: 3482869.
HSL color Cylindrical-coordinate representation of color #F52435: hue angle of 355.12º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52435 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 53 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.04 |
| HSL | 355.12º | 0.91% | 0.55% | - |
| HSV(B) | 355.12º | 0.85% | 0.96% | - |
| XYZ | 38.93 | 20.93 | 5.36 | - |
| YUV | 100.43 | 101.24 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 53 | 0 | 0.85 | 0.78 | 0.04 | 355.12 | 0.91 | 0.55 |
| Hex | F5 | 24 | 35 | 0 | 55 | 4E | 4 | 163 | 5B | 37 |
| Octal | 365 | 44 | 65 | 0 | 125 | 116 | 4 | 543 | 133 | 67 |
| Binary | 11110101 | 100100 | 110101 | 0 | 1010101 | 1001110 | 100 | 101100011 | 1011011 | 110111 |
Color Harmonies of #F52435
Complementary color
Monochromatic Colors of #F52435
Black with #F52435
Text Example
Text Example
White with #F52435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52435; }
p { color: rgb(245,36,53); }
H1.HeaderClassName
{
color: #F52435;
}
.AnyTagClassName
{
color: #F52435;
}
</style>
background-color css
<style>
a { background-color: #F52435; }
a { background-color: rgb(245,36,53); }
div.DivClassName
{
background-color: #F52435;
}
.BgClassName
{
background-color: #F52435;
}
</style>
border-color css
<style>
span { border-color: #F52435; }
span { border-color: rgb(245,36,53); }
td.TdClassName
{
border-color: #F52435;
}
.TagClassName
{
border-color: #F52435;
}
</style>