Shades of Alizarin #FE282D
Tints of Alizarin #FE282D
RGB
CMYK
RGB Variations
Color information
#FE282D (or 0xFE282D) is known color: Alizarin. HEX triplet: FE, 28 and 2D. RGB value is (254,40,45). Sum of RGB (Red+Green+Blue) = 254+40+45=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE282D is #01D7D2. Grayscale: #686868. Windows color (decimal): -120787 or 2959614. OLE color: 2959614.
HSL color Cylindrical-coordinate representation of color #FE282D: hue angle of 358.6º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE282D is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 45 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.00 |
| HSL | 358.6º | 0.99% | 0.58% | - |
| HSV(B) | 358.6º | 0.84% | 1% | - |
| XYZ | 42.11 | 22.78 | 4.66 | - |
| YUV | 104.56 | 94.4 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 45 | 0 | 0.84 | 0.82 | 0.00 | 358.6 | 0.99 | 0.58 |
| Hex | FE | 28 | 2D | 0 | 54 | 52 | 0 | 167 | 63 | 3A |
| Octal | 376 | 50 | 55 | 0 | 124 | 122 | 0 | 547 | 143 | 72 |
| Binary | 11111110 | 101000 | 101101 | 0 | 1010100 | 1010010 | 0 | 101100111 | 1100011 | 111010 |
Color Harmonies of #FE282D
Complementary color
Monochromatic Colors of #FE282D
Black with #FE282D
Text Example
Text Example
White with #FE282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE282D; }
p { color: rgb(254,40,45); }
H1.HeaderClassName
{
color: #FE282D;
}
.AnyTagClassName
{
color: #FE282D;
}
</style>
background-color css
<style>
a { background-color: #FE282D; }
a { background-color: rgb(254,40,45); }
div.DivClassName
{
background-color: #FE282D;
}
.BgClassName
{
background-color: #FE282D;
}
</style>
border-color css
<style>
span { border-color: #FE282D; }
span { border-color: rgb(254,40,45); }
td.TdClassName
{
border-color: #FE282D;
}
.TagClassName
{
border-color: #FE282D;
}
</style>