Shades of Alizarin #FA2532
Tints of Alizarin #FA2532
RGB
CMYK
RGB Variations
Color information
#FA2532 (or 0xFA2532) is known color: Alizarin. HEX triplet: FA, 25 and 32. RGB value is (250,37,50). Sum of RGB (Red+Green+Blue) = 250+37+50=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2532 is #05DACD. Grayscale: #666666. Windows color (decimal): -383694 or 3286522. OLE color: 3286522.
HSL color Cylindrical-coordinate representation of color #FA2532: hue angle of 356.34º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2532 is Cyan = 0, Magento = 0.85, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 50 | - |
| CMYK | 0 | 0.85 | 0.8 | 0.02 |
| HSL | 356.34º | 0.96% | 0.56% | - |
| HSV(B) | 356.34º | 0.85% | 0.98% | - |
| XYZ | 40.66 | 21.88 | 5.1 | - |
| YUV | 102.17 | 98.57 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 50 | 0 | 0.85 | 0.8 | 0.02 | 356.34 | 0.96 | 0.56 |
| Hex | FA | 25 | 32 | 0 | 55 | 50 | 2 | 164 | 60 | 38 |
| Octal | 372 | 45 | 62 | 0 | 125 | 120 | 2 | 544 | 140 | 70 |
| Binary | 11111010 | 100101 | 110010 | 0 | 1010101 | 1010000 | 10 | 101100100 | 1100000 | 111000 |
Color Harmonies of #FA2532
Complementary color
Monochromatic Colors of #FA2532
Black with #FA2532
Text Example
Text Example
White with #FA2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2532; }
p { color: rgb(250,37,50); }
H1.HeaderClassName
{
color: #FA2532;
}
.AnyTagClassName
{
color: #FA2532;
}
</style>
background-color css
<style>
a { background-color: #FA2532; }
a { background-color: rgb(250,37,50); }
div.DivClassName
{
background-color: #FA2532;
}
.BgClassName
{
background-color: #FA2532;
}
</style>
border-color css
<style>
span { border-color: #FA2532; }
span { border-color: rgb(250,37,50); }
td.TdClassName
{
border-color: #FA2532;
}
.TagClassName
{
border-color: #FA2532;
}
</style>