Shades of Alizarin #FD2A39
Tints of Alizarin #FD2A39
RGB
CMYK
RGB Variations
Color information
#FD2A39 (or 0xFD2A39) is known color: Alizarin. HEX triplet: FD, 2A and 39. RGB value is (253,42,57). Sum of RGB (Red+Green+Blue) = 253+42+57=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2A39 is #02D5C6. Grayscale: #6A6A6A. Windows color (decimal): -185799 or 3746557. OLE color: 3746557.
HSL color Cylindrical-coordinate representation of color #FD2A39: hue angle of 355.73º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2A39 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 57 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.01 |
| HSL | 355.73º | 0.98% | 0.58% | - |
| HSV(B) | 355.73º | 0.83% | 0.99% | - |
| XYZ | 42.07 | 22.83 | 6.06 | - |
| YUV | 106.8 | 99.9 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 57 | 0 | 0.83 | 0.77 | 0.01 | 355.73 | 0.98 | 0.58 |
| Hex | FD | 2A | 39 | 0 | 53 | 4D | 1 | 164 | 62 | 3A |
| Octal | 375 | 52 | 71 | 0 | 123 | 115 | 1 | 544 | 142 | 72 |
| Binary | 11111101 | 101010 | 111001 | 0 | 1010011 | 1001101 | 1 | 101100100 | 1100010 | 111010 |
Color Harmonies of #FD2A39
Complementary color
Monochromatic Colors of #FD2A39
Black with #FD2A39
Text Example
Text Example
White with #FD2A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A39; }
p { color: rgb(253,42,57); }
H1.HeaderClassName
{
color: #FD2A39;
}
.AnyTagClassName
{
color: #FD2A39;
}
</style>
background-color css
<style>
a { background-color: #FD2A39; }
a { background-color: rgb(253,42,57); }
div.DivClassName
{
background-color: #FD2A39;
}
.BgClassName
{
background-color: #FD2A39;
}
</style>
border-color css
<style>
span { border-color: #FD2A39; }
span { border-color: rgb(253,42,57); }
td.TdClassName
{
border-color: #FD2A39;
}
.TagClassName
{
border-color: #FD2A39;
}
</style>