Shades of Alizarin #FA253A
Tints of Alizarin #FA253A
RGB
CMYK
RGB Variations
Color information
#FA253A (or 0xFA253A) is known color: Alizarin. HEX triplet: FA, 25 and 3A. RGB value is (250,37,58). Sum of RGB (Red+Green+Blue) = 250+37+58=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA253A is #05DAC5. Grayscale: #676767. Windows color (decimal): -383686 or 3810810. OLE color: 3810810.
HSL color Cylindrical-coordinate representation of color #FA253A: hue angle of 354.08º 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 #FA253A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 58 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.02 |
| HSL | 354.08º | 0.96% | 0.56% | - |
| HSV(B) | 354.08º | 0.85% | 0.98% | - |
| XYZ | 40.85 | 21.95 | 6.09 | - |
| YUV | 103.08 | 102.57 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 58 | 0 | 0.85 | 0.77 | 0.02 | 354.08 | 0.96 | 0.56 |
| Hex | FA | 25 | 3A | 0 | 55 | 4D | 2 | 162 | 60 | 38 |
| Octal | 372 | 45 | 72 | 0 | 125 | 115 | 2 | 542 | 140 | 70 |
| Binary | 11111010 | 100101 | 111010 | 0 | 1010101 | 1001101 | 10 | 101100010 | 1100000 | 111000 |
Color Harmonies of #FA253A
Complementary color
Monochromatic Colors of #FA253A
Black with #FA253A
Text Example
Text Example
White with #FA253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA253A; }
p { color: rgb(250,37,58); }
H1.HeaderClassName
{
color: #FA253A;
}
.AnyTagClassName
{
color: #FA253A;
}
</style>
background-color css
<style>
a { background-color: #FA253A; }
a { background-color: rgb(250,37,58); }
div.DivClassName
{
background-color: #FA253A;
}
.BgClassName
{
background-color: #FA253A;
}
</style>
border-color css
<style>
span { border-color: #FA253A; }
span { border-color: rgb(250,37,58); }
td.TdClassName
{
border-color: #FA253A;
}
.TagClassName
{
border-color: #FA253A;
}
</style>