Shades of Alizarin #FA283C
Tints of Alizarin #FA283C
RGB
CMYK
RGB Variations
Color information
#FA283C (or 0xFA283C) is known color: Alizarin. HEX triplet: FA, 28 and 3C. RGB value is (250,40,60). Sum of RGB (Red+Green+Blue) = 250+40+60=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA283C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA283C is #05D7C3. Grayscale: #696969. Windows color (decimal): -382916 or 3942650. OLE color: 3942650.
HSL color Cylindrical-coordinate representation of color #FA283C: hue angle of 354.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA283C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 60 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.02 |
| HSL | 354.29º | 0.95% | 0.57% | - |
| HSV(B) | 354.29º | 0.84% | 0.98% | - |
| XYZ | 41 | 22.17 | 6.39 | - |
| YUV | 105.07 | 102.57 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 60 | 0 | 0.84 | 0.76 | 0.02 | 354.29 | 0.95 | 0.57 |
| Hex | FA | 28 | 3C | 0 | 54 | 4C | 2 | 162 | 5F | 39 |
| Octal | 372 | 50 | 74 | 0 | 124 | 114 | 2 | 542 | 137 | 71 |
| Binary | 11111010 | 101000 | 111100 | 0 | 1010100 | 1001100 | 10 | 101100010 | 1011111 | 111001 |
Color Harmonies of #FA283C
Complementary color
Monochromatic Colors of #FA283C
Black with #FA283C
Text Example
Text Example
White with #FA283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA283C; }
p { color: rgb(250,40,60); }
H1.HeaderClassName
{
color: #FA283C;
}
.AnyTagClassName
{
color: #FA283C;
}
</style>
background-color css
<style>
a { background-color: #FA283C; }
a { background-color: rgb(250,40,60); }
div.DivClassName
{
background-color: #FA283C;
}
.BgClassName
{
background-color: #FA283C;
}
</style>
border-color css
<style>
span { border-color: #FA283C; }
span { border-color: rgb(250,40,60); }
td.TdClassName
{
border-color: #FA283C;
}
.TagClassName
{
border-color: #FA283C;
}
</style>