Shades of Alizarin #FD293B
Tints of Alizarin #FD293B
RGB
CMYK
RGB Variations
Color information
#FD293B (or 0xFD293B) is known color: Alizarin. HEX triplet: FD, 29 and 3B. RGB value is (253,41,59). Sum of RGB (Red+Green+Blue) = 253+41+59=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD293B is #02D6C4. Grayscale: #6A6A6A. Windows color (decimal): -186053 or 3877373. OLE color: 3877373.
HSL color Cylindrical-coordinate representation of color #FD293B: hue angle of 354.91º 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 #FD293B is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 59 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.01 |
| HSL | 354.91º | 0.98% | 0.58% | - |
| HSV(B) | 354.91º | 0.84% | 0.99% | - |
| XYZ | 42.09 | 22.78 | 6.32 | - |
| YUV | 106.44 | 101.24 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 59 | 0 | 0.84 | 0.77 | 0.01 | 354.91 | 0.98 | 0.58 |
| Hex | FD | 29 | 3B | 0 | 54 | 4D | 1 | 163 | 62 | 3A |
| Octal | 375 | 51 | 73 | 0 | 124 | 115 | 1 | 543 | 142 | 72 |
| Binary | 11111101 | 101001 | 111011 | 0 | 1010100 | 1001101 | 1 | 101100011 | 1100010 | 111010 |
Color Harmonies of #FD293B
Complementary color
Monochromatic Colors of #FD293B
Black with #FD293B
Text Example
Text Example
White with #FD293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD293B; }
p { color: rgb(253,41,59); }
H1.HeaderClassName
{
color: #FD293B;
}
.AnyTagClassName
{
color: #FD293B;
}
</style>
background-color css
<style>
a { background-color: #FD293B; }
a { background-color: rgb(253,41,59); }
div.DivClassName
{
background-color: #FD293B;
}
.BgClassName
{
background-color: #FD293B;
}
</style>
border-color css
<style>
span { border-color: #FD293B; }
span { border-color: rgb(253,41,59); }
td.TdClassName
{
border-color: #FD293B;
}
.TagClassName
{
border-color: #FD293B;
}
</style>