Shades of Alizarin #FD282B
Tints of Alizarin #FD282B
RGB
CMYK
RGB Variations
Color information
#FD282B (or 0xFD282B) is known color: Alizarin. HEX triplet: FD, 28 and 2B. RGB value is (253,40,43). Sum of RGB (Red+Green+Blue) = 253+40+43=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD282B is #02D7D4. Grayscale: #686868. Windows color (decimal): -186325 or 2828541. OLE color: 2828541.
HSL color Cylindrical-coordinate representation of color #FD282B: hue angle of 359.15º 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 #FD282B is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 43 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.01 |
| HSL | 359.15º | 0.98% | 0.57% | - |
| HSV(B) | 359.15º | 0.84% | 0.99% | - |
| XYZ | 41.7 | 22.57 | 4.44 | - |
| YUV | 104.03 | 93.57 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 43 | 0 | 0.84 | 0.83 | 0.01 | 359.15 | 0.98 | 0.57 |
| Hex | FD | 28 | 2B | 0 | 54 | 53 | 1 | 167 | 62 | 39 |
| Octal | 375 | 50 | 53 | 0 | 124 | 123 | 1 | 547 | 142 | 71 |
| Binary | 11111101 | 101000 | 101011 | 0 | 1010100 | 1010011 | 1 | 101100111 | 1100010 | 111001 |
Color Harmonies of #FD282B
Complementary color
Monochromatic Colors of #FD282B
Black with #FD282B
Text Example
Text Example
White with #FD282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD282B; }
p { color: rgb(253,40,43); }
H1.HeaderClassName
{
color: #FD282B;
}
.AnyTagClassName
{
color: #FD282B;
}
</style>
background-color css
<style>
a { background-color: #FD282B; }
a { background-color: rgb(253,40,43); }
div.DivClassName
{
background-color: #FD282B;
}
.BgClassName
{
background-color: #FD282B;
}
</style>
border-color css
<style>
span { border-color: #FD282B; }
span { border-color: rgb(253,40,43); }
td.TdClassName
{
border-color: #FD282B;
}
.TagClassName
{
border-color: #FD282B;
}
</style>