Shades of Alizarin #FA2425
Tints of Alizarin #FA2425
RGB
CMYK
RGB Variations
Color information
#FA2425 (or 0xFA2425) is known color: Alizarin. HEX triplet: FA, 24 and 25. RGB value is (250,36,37). Sum of RGB (Red+Green+Blue) = 250+36+37=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2425 is #05DBDA. Grayscale: #646464. Windows color (decimal): -383963 or 2434298. OLE color: 2434298.
HSL color Cylindrical-coordinate representation of color #FA2425: hue angle of 359.72º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2425 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 37 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.02 |
| HSL | 359.72º | 0.96% | 0.56% | - |
| HSV(B) | 359.72º | 0.86% | 0.98% | - |
| XYZ | 40.39 | 21.72 | 3.81 | - |
| YUV | 100.1 | 92.4 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 37 | 0 | 0.86 | 0.85 | 0.02 | 359.72 | 0.96 | 0.56 |
| Hex | FA | 24 | 25 | 0 | 56 | 55 | 2 | 168 | 60 | 38 |
| Octal | 372 | 44 | 45 | 0 | 126 | 125 | 2 | 550 | 140 | 70 |
| Binary | 11111010 | 100100 | 100101 | 0 | 1010110 | 1010101 | 10 | 101101000 | 1100000 | 111000 |
Color Harmonies of #FA2425
Complementary color
Monochromatic Colors of #FA2425
Black with #FA2425
Text Example
Text Example
White with #FA2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2425; }
p { color: rgb(250,36,37); }
H1.HeaderClassName
{
color: #FA2425;
}
.AnyTagClassName
{
color: #FA2425;
}
</style>
background-color css
<style>
a { background-color: #FA2425; }
a { background-color: rgb(250,36,37); }
div.DivClassName
{
background-color: #FA2425;
}
.BgClassName
{
background-color: #FA2425;
}
</style>
border-color css
<style>
span { border-color: #FA2425; }
span { border-color: rgb(250,36,37); }
td.TdClassName
{
border-color: #FA2425;
}
.TagClassName
{
border-color: #FA2425;
}
</style>