Shades of Alizarin #FD293A
Tints of Alizarin #FD293A
RGB
CMYK
RGB Variations
Color information
#FD293A (or 0xFD293A) is known color: Alizarin. HEX triplet: FD, 29 and 3A. RGB value is (253,41,58). Sum of RGB (Red+Green+Blue) = 253+41+58=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD293A is #02D6C5. Grayscale: #6A6A6A. Windows color (decimal): -186054 or 3811837. OLE color: 3811837.
HSL color Cylindrical-coordinate representation of color #FD293A: hue angle of 355.19º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD293A is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 58 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.01 |
| HSL | 355.19º | 0.98% | 0.58% | - |
| HSV(B) | 355.19º | 0.84% | 0.99% | - |
| XYZ | 42.06 | 22.77 | 6.18 | - |
| YUV | 106.33 | 100.74 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 58 | 0 | 0.84 | 0.77 | 0.01 | 355.19 | 0.98 | 0.58 |
| Hex | FD | 29 | 3A | 0 | 54 | 4D | 1 | 163 | 62 | 3A |
| Octal | 375 | 51 | 72 | 0 | 124 | 115 | 1 | 543 | 142 | 72 |
| Binary | 11111101 | 101001 | 111010 | 0 | 1010100 | 1001101 | 1 | 101100011 | 1100010 | 111010 |
Color Harmonies of #FD293A
Complementary color
Monochromatic Colors of #FD293A
Black with #FD293A
Text Example
Text Example
White with #FD293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD293A; }
p { color: rgb(253,41,58); }
H1.HeaderClassName
{
color: #FD293A;
}
.AnyTagClassName
{
color: #FD293A;
}
</style>
background-color css
<style>
a { background-color: #FD293A; }
a { background-color: rgb(253,41,58); }
div.DivClassName
{
background-color: #FD293A;
}
.BgClassName
{
background-color: #FD293A;
}
</style>
border-color css
<style>
span { border-color: #FD293A; }
span { border-color: rgb(253,41,58); }
td.TdClassName
{
border-color: #FD293A;
}
.TagClassName
{
border-color: #FD293A;
}
</style>