Shades of Alizarin #FA283B
Tints of Alizarin #FA283B
RGB
CMYK
RGB Variations
Color information
#FA283B (or 0xFA283B) is known color: Alizarin. HEX triplet: FA, 28 and 3B. RGB value is (250,40,59). Sum of RGB (Red+Green+Blue) = 250+40+59=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA283B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA283B is #05D7C4. Grayscale: #696969. Windows color (decimal): -382917 or 3877114. OLE color: 3877114.
HSL color Cylindrical-coordinate representation of color #FA283B: hue angle of 354.57º 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 #FA283B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 59 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.02 |
| HSL | 354.57º | 0.95% | 0.57% | - |
| HSV(B) | 354.57º | 0.84% | 0.98% | - |
| XYZ | 40.97 | 22.16 | 6.25 | - |
| YUV | 104.96 | 102.07 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 59 | 0 | 0.84 | 0.76 | 0.02 | 354.57 | 0.95 | 0.57 |
| Hex | FA | 28 | 3B | 0 | 54 | 4C | 2 | 163 | 5F | 39 |
| Octal | 372 | 50 | 73 | 0 | 124 | 114 | 2 | 543 | 137 | 71 |
| Binary | 11111010 | 101000 | 111011 | 0 | 1010100 | 1001100 | 10 | 101100011 | 1011111 | 111001 |
Color Harmonies of #FA283B
Complementary color
Monochromatic Colors of #FA283B
Black with #FA283B
Text Example
Text Example
White with #FA283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA283B; }
p { color: rgb(250,40,59); }
H1.HeaderClassName
{
color: #FA283B;
}
.AnyTagClassName
{
color: #FA283B;
}
</style>
background-color css
<style>
a { background-color: #FA283B; }
a { background-color: rgb(250,40,59); }
div.DivClassName
{
background-color: #FA283B;
}
.BgClassName
{
background-color: #FA283B;
}
</style>
border-color css
<style>
span { border-color: #FA283B; }
span { border-color: rgb(250,40,59); }
td.TdClassName
{
border-color: #FA283B;
}
.TagClassName
{
border-color: #FA283B;
}
</style>