Shades of Alizarin #FA2833
Tints of Alizarin #FA2833
RGB
CMYK
RGB Variations
Color information
#FA2833 (or 0xFA2833) is known color: Alizarin. HEX triplet: FA, 28 and 33. RGB value is (250,40,51). Sum of RGB (Red+Green+Blue) = 250+40+51=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2833 is #05D7CC. Grayscale: #686868. Windows color (decimal): -382925 or 3352826. OLE color: 3352826.
HSL color Cylindrical-coordinate representation of color #FA2833: hue angle of 356.86º 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 #FA2833 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 51 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.02 |
| HSL | 356.86º | 0.95% | 0.57% | - |
| HSV(B) | 356.86º | 0.84% | 0.98% | - |
| XYZ | 40.78 | 22.08 | 5.24 | - |
| YUV | 104.04 | 98.07 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 51 | 0 | 0.84 | 0.80 | 0.02 | 356.86 | 0.95 | 0.57 |
| Hex | FA | 28 | 33 | 0 | 54 | 50 | 2 | 165 | 5F | 39 |
| Octal | 372 | 50 | 63 | 0 | 124 | 120 | 2 | 545 | 137 | 71 |
| Binary | 11111010 | 101000 | 110011 | 0 | 1010100 | 1010000 | 10 | 101100101 | 1011111 | 111001 |
Color Harmonies of #FA2833
Complementary color
Monochromatic Colors of #FA2833
Black with #FA2833
Text Example
Text Example
White with #FA2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2833; }
p { color: rgb(250,40,51); }
H1.HeaderClassName
{
color: #FA2833;
}
.AnyTagClassName
{
color: #FA2833;
}
</style>
background-color css
<style>
a { background-color: #FA2833; }
a { background-color: rgb(250,40,51); }
div.DivClassName
{
background-color: #FA2833;
}
.BgClassName
{
background-color: #FA2833;
}
</style>
border-color css
<style>
span { border-color: #FA2833; }
span { border-color: rgb(250,40,51); }
td.TdClassName
{
border-color: #FA2833;
}
.TagClassName
{
border-color: #FA2833;
}
</style>