Shades of Alizarin #FD282E
Tints of Alizarin #FD282E
RGB
CMYK
RGB Variations
Color information
#FD282E (or 0xFD282E) is known color: Alizarin. HEX triplet: FD, 28 and 2E. RGB value is (253,40,46). Sum of RGB (Red+Green+Blue) = 253+40+46=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD282E is #02D7D1. Grayscale: #686868. Windows color (decimal): -186322 or 3025149. OLE color: 3025149.
HSL color Cylindrical-coordinate representation of color #FD282E: hue angle of 358.31º 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 #FD282E is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 46 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.01 |
| HSL | 358.31º | 0.98% | 0.57% | - |
| HSV(B) | 358.31º | 0.84% | 0.99% | - |
| XYZ | 41.76 | 22.6 | 4.75 | - |
| YUV | 104.37 | 95.07 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 46 | 0 | 0.84 | 0.82 | 0.01 | 358.31 | 0.98 | 0.57 |
| Hex | FD | 28 | 2E | 0 | 54 | 52 | 1 | 166 | 62 | 39 |
| Octal | 375 | 50 | 56 | 0 | 124 | 122 | 1 | 546 | 142 | 71 |
| Binary | 11111101 | 101000 | 101110 | 0 | 1010100 | 1010010 | 1 | 101100110 | 1100010 | 111001 |
Color Harmonies of #FD282E
Complementary color
Monochromatic Colors of #FD282E
Black with #FD282E
Text Example
Text Example
White with #FD282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD282E; }
p { color: rgb(253,40,46); }
H1.HeaderClassName
{
color: #FD282E;
}
.AnyTagClassName
{
color: #FD282E;
}
</style>
background-color css
<style>
a { background-color: #FD282E; }
a { background-color: rgb(253,40,46); }
div.DivClassName
{
background-color: #FD282E;
}
.BgClassName
{
background-color: #FD282E;
}
</style>
border-color css
<style>
span { border-color: #FD282E; }
span { border-color: rgb(253,40,46); }
td.TdClassName
{
border-color: #FD282E;
}
.TagClassName
{
border-color: #FD282E;
}
</style>