Shades of Alizarin #F52732
Tints of Alizarin #F52732
RGB
CMYK
RGB Variations
Color information
#F52732 (or 0xF52732) is known color: Alizarin. HEX triplet: F5, 27 and 32. RGB value is (245,39,50). Sum of RGB (Red+Green+Blue) = 245+39+50=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F52732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52732 is #0AD8CD. Grayscale: #666666. Windows color (decimal): -710862 or 3287029. OLE color: 3287029.
HSL color Cylindrical-coordinate representation of color #F52732: hue angle of 356.8º 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 #F52732 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 50 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.04 |
| HSL | 356.8º | 0.91% | 0.56% | - |
| HSV(B) | 356.8º | 0.84% | 0.96% | - |
| XYZ | 38.96 | 21.09 | 5.04 | - |
| YUV | 101.85 | 98.75 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 50 | 0 | 0.84 | 0.80 | 0.04 | 356.8 | 0.91 | 0.56 |
| Hex | F5 | 27 | 32 | 0 | 54 | 50 | 4 | 165 | 5B | 38 |
| Octal | 365 | 47 | 62 | 0 | 124 | 120 | 4 | 545 | 133 | 70 |
| Binary | 11110101 | 100111 | 110010 | 0 | 1010100 | 1010000 | 100 | 101100101 | 1011011 | 111000 |
Color Harmonies of #F52732
Complementary color
Monochromatic Colors of #F52732
Black with #F52732
Text Example
Text Example
White with #F52732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52732; }
p { color: rgb(245,39,50); }
H1.HeaderClassName
{
color: #F52732;
}
.AnyTagClassName
{
color: #F52732;
}
</style>
background-color css
<style>
a { background-color: #F52732; }
a { background-color: rgb(245,39,50); }
div.DivClassName
{
background-color: #F52732;
}
.BgClassName
{
background-color: #F52732;
}
</style>
border-color css
<style>
span { border-color: #F52732; }
span { border-color: rgb(245,39,50); }
td.TdClassName
{
border-color: #F52732;
}
.TagClassName
{
border-color: #F52732;
}
</style>