Shades of Alizarin #F52230
Tints of Alizarin #F52230
RGB
CMYK
RGB Variations
Color information
#F52230 (or 0xF52230) is known color: Alizarin. HEX triplet: F5, 22 and 30. RGB value is (245,34,48). Sum of RGB (Red+Green+Blue) = 245+34+48=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F52230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52230 is #0ADDCF. Grayscale: #626262. Windows color (decimal): -712144 or 3154677. OLE color: 3154677.
HSL color Cylindrical-coordinate representation of color #F52230: hue angle of 356.02º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52230 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 48 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.04 |
| HSL | 356.02º | 0.91% | 0.55% | - |
| HSV(B) | 356.02º | 0.86% | 0.96% | - |
| XYZ | 38.76 | 20.77 | 4.76 | - |
| YUV | 98.69 | 99.4 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 48 | 0 | 0.86 | 0.80 | 0.04 | 356.02 | 0.91 | 0.55 |
| Hex | F5 | 22 | 30 | 0 | 56 | 50 | 4 | 164 | 5B | 37 |
| Octal | 365 | 42 | 60 | 0 | 126 | 120 | 4 | 544 | 133 | 67 |
| Binary | 11110101 | 100010 | 110000 | 0 | 1010110 | 1010000 | 100 | 101100100 | 1011011 | 110111 |
Color Harmonies of #F52230
Complementary color
Monochromatic Colors of #F52230
Black with #F52230
Text Example
Text Example
White with #F52230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52230; }
p { color: rgb(245,34,48); }
H1.HeaderClassName
{
color: #F52230;
}
.AnyTagClassName
{
color: #F52230;
}
</style>
background-color css
<style>
a { background-color: #F52230; }
a { background-color: rgb(245,34,48); }
div.DivClassName
{
background-color: #F52230;
}
.BgClassName
{
background-color: #F52230;
}
</style>
border-color css
<style>
span { border-color: #F52230; }
span { border-color: rgb(245,34,48); }
td.TdClassName
{
border-color: #F52230;
}
.TagClassName
{
border-color: #F52230;
}
</style>