Shades of Alizarin #F52028
Tints of Alizarin #F52028
RGB
CMYK
RGB Variations
Color information
#F52028 (or 0xF52028) is known color: Alizarin. HEX triplet: F5, 20 and 28. RGB value is (245,32,40). Sum of RGB (Red+Green+Blue) = 245+32+40=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F52028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52028 is #0ADFD7. Grayscale: #606060. Windows color (decimal): -712664 or 2629877. OLE color: 2629877.
HSL color Cylindrical-coordinate representation of color #F52028: hue angle of 357.75º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52028 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 40 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.04 |
| HSL | 357.75º | 0.91% | 0.54% | - |
| HSV(B) | 357.75º | 0.87% | 0.96% | - |
| XYZ | 38.56 | 20.6 | 3.95 | - |
| YUV | 96.6 | 96.07 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 40 | 0 | 0.87 | 0.84 | 0.04 | 357.75 | 0.91 | 0.54 |
| Hex | F5 | 20 | 28 | 0 | 57 | 54 | 4 | 166 | 5B | 36 |
| Octal | 365 | 40 | 50 | 0 | 127 | 124 | 4 | 546 | 133 | 66 |
| Binary | 11110101 | 100000 | 101000 | 0 | 1010111 | 1010100 | 100 | 101100110 | 1011011 | 110110 |
Color Harmonies of #F52028
Complementary color
Monochromatic Colors of #F52028
Black with #F52028
Text Example
Text Example
White with #F52028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52028; }
p { color: rgb(245,32,40); }
H1.HeaderClassName
{
color: #F52028;
}
.AnyTagClassName
{
color: #F52028;
}
</style>
background-color css
<style>
a { background-color: #F52028; }
a { background-color: rgb(245,32,40); }
div.DivClassName
{
background-color: #F52028;
}
.BgClassName
{
background-color: #F52028;
}
</style>
border-color css
<style>
span { border-color: #F52028; }
span { border-color: rgb(245,32,40); }
td.TdClassName
{
border-color: #F52028;
}
.TagClassName
{
border-color: #F52028;
}
</style>