Shades of Alizarin #FD2841
Tints of Alizarin #FD2841
RGB
CMYK
RGB Variations
Color information
#FD2841 (or 0xFD2841) is known color: Alizarin. HEX triplet: FD, 28 and 41. RGB value is (253,40,65). Sum of RGB (Red+Green+Blue) = 253+40+65=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2841 is #02D7BE. Grayscale: #6A6A6A. Windows color (decimal): -186303 or 4270333. OLE color: 4270333.
HSL color Cylindrical-coordinate representation of color #FD2841: hue angle of 352.96º 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 #FD2841 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 65 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.01 |
| HSL | 352.96º | 0.98% | 0.57% | - |
| HSV(B) | 352.96º | 0.84% | 0.99% | - |
| XYZ | 42.22 | 22.78 | 7.17 | - |
| YUV | 106.54 | 104.57 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 65 | 0 | 0.84 | 0.74 | 0.01 | 352.96 | 0.98 | 0.57 |
| Hex | FD | 28 | 41 | 0 | 54 | 4A | 1 | 161 | 62 | 39 |
| Octal | 375 | 50 | 101 | 0 | 124 | 112 | 1 | 541 | 142 | 71 |
| Binary | 11111101 | 101000 | 1000001 | 0 | 1010100 | 1001010 | 1 | 101100001 | 1100010 | 111001 |
Color Harmonies of #FD2841
Complementary color
Monochromatic Colors of #FD2841
Black with #FD2841
Text Example
Text Example
White with #FD2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2841; }
p { color: rgb(253,40,65); }
H1.HeaderClassName
{
color: #FD2841;
}
.AnyTagClassName
{
color: #FD2841;
}
</style>
background-color css
<style>
a { background-color: #FD2841; }
a { background-color: rgb(253,40,65); }
div.DivClassName
{
background-color: #FD2841;
}
.BgClassName
{
background-color: #FD2841;
}
</style>
border-color css
<style>
span { border-color: #FD2841; }
span { border-color: rgb(253,40,65); }
td.TdClassName
{
border-color: #FD2841;
}
.TagClassName
{
border-color: #FD2841;
}
</style>