Shades of Alizarin #FD2839
Tints of Alizarin #FD2839
RGB
CMYK
RGB Variations
Color information
#FD2839 (or 0xFD2839) is known color: Alizarin. HEX triplet: FD, 28 and 39. RGB value is (253,40,57). Sum of RGB (Red+Green+Blue) = 253+40+57=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2839 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2839 is #02D7C6. Grayscale: #696969. Windows color (decimal): -186311 or 3746045. OLE color: 3746045.
HSL color Cylindrical-coordinate representation of color #FD2839: hue angle of 355.21º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2839 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 57 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.01 |
| HSL | 355.21º | 0.98% | 0.57% | - |
| HSV(B) | 355.21º | 0.84% | 0.99% | - |
| XYZ | 42.01 | 22.7 | 6.04 | - |
| YUV | 105.63 | 100.57 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 57 | 0 | 0.84 | 0.77 | 0.01 | 355.21 | 0.98 | 0.57 |
| Hex | FD | 28 | 39 | 0 | 54 | 4D | 1 | 163 | 62 | 39 |
| Octal | 375 | 50 | 71 | 0 | 124 | 115 | 1 | 543 | 142 | 71 |
| Binary | 11111101 | 101000 | 111001 | 0 | 1010100 | 1001101 | 1 | 101100011 | 1100010 | 111001 |
Color Harmonies of #FD2839
Complementary color
Monochromatic Colors of #FD2839
Black with #FD2839
Text Example
Text Example
White with #FD2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2839; }
p { color: rgb(253,40,57); }
H1.HeaderClassName
{
color: #FD2839;
}
.AnyTagClassName
{
color: #FD2839;
}
</style>
background-color css
<style>
a { background-color: #FD2839; }
a { background-color: rgb(253,40,57); }
div.DivClassName
{
background-color: #FD2839;
}
.BgClassName
{
background-color: #FD2839;
}
</style>
border-color css
<style>
span { border-color: #FD2839; }
span { border-color: rgb(253,40,57); }
td.TdClassName
{
border-color: #FD2839;
}
.TagClassName
{
border-color: #FD2839;
}
</style>