Shades of Alizarin #F52831
Tints of Alizarin #F52831
RGB
CMYK
RGB Variations
Color information
#F52831 (or 0xF52831) is known color: Alizarin. HEX triplet: F5, 28 and 31. RGB value is (245,40,49). Sum of RGB (Red+Green+Blue) = 245+40+49=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F52831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52831 is #0AD7CE. Grayscale: #666666. Windows color (decimal): -710607 or 3221749. OLE color: 3221749.
HSL color Cylindrical-coordinate representation of color #F52831: hue angle of 357.37º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52831 is Cyan = 0, Magento = 0.84, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 49 | - |
| CMYK | 0 | 0.84 | 0.8 | 0.04 |
| HSL | 357.37º | 0.91% | 0.56% | - |
| HSV(B) | 357.37º | 0.84% | 0.96% | - |
| XYZ | 38.97 | 21.15 | 4.93 | - |
| YUV | 102.32 | 97.92 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 49 | 0 | 0.84 | 0.8 | 0.04 | 357.37 | 0.91 | 0.56 |
| Hex | F5 | 28 | 31 | 0 | 54 | 50 | 4 | 165 | 5B | 38 |
| Octal | 365 | 50 | 61 | 0 | 124 | 120 | 4 | 545 | 133 | 70 |
| Binary | 11110101 | 101000 | 110001 | 0 | 1010100 | 1010000 | 100 | 101100101 | 1011011 | 111000 |
Color Harmonies of #F52831
Complementary color
Monochromatic Colors of #F52831
Black with #F52831
Text Example
Text Example
White with #F52831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52831; }
p { color: rgb(245,40,49); }
H1.HeaderClassName
{
color: #F52831;
}
.AnyTagClassName
{
color: #F52831;
}
</style>
background-color css
<style>
a { background-color: #F52831; }
a { background-color: rgb(245,40,49); }
div.DivClassName
{
background-color: #F52831;
}
.BgClassName
{
background-color: #F52831;
}
</style>
border-color css
<style>
span { border-color: #F52831; }
span { border-color: rgb(245,40,49); }
td.TdClassName
{
border-color: #F52831;
}
.TagClassName
{
border-color: #F52831;
}
</style>