Shades of Alizarin #FE282E
Tints of Alizarin #FE282E
RGB
CMYK
RGB Variations
Color information
#FE282E (or 0xFE282E) is known color: Alizarin. HEX triplet: FE, 28 and 2E. RGB value is (254,40,46). Sum of RGB (Red+Green+Blue) = 254+40+46=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE282E is #01D7D1. Grayscale: #686868. Windows color (decimal): -120786 or 3025150. OLE color: 3025150.
HSL color Cylindrical-coordinate representation of color #FE282E: hue angle of 358.32º 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 #FE282E is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 46 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.00 |
| HSL | 358.32º | 0.99% | 0.58% | - |
| HSV(B) | 358.32º | 0.84% | 1% | - |
| XYZ | 42.12 | 22.79 | 4.76 | - |
| YUV | 104.67 | 94.9 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 46 | 0 | 0.84 | 0.82 | 0.00 | 358.32 | 0.99 | 0.58 |
| Hex | FE | 28 | 2E | 0 | 54 | 52 | 0 | 166 | 63 | 3A |
| Octal | 376 | 50 | 56 | 0 | 124 | 122 | 0 | 546 | 143 | 72 |
| Binary | 11111110 | 101000 | 101110 | 0 | 1010100 | 1010010 | 0 | 101100110 | 1100011 | 111010 |
Color Harmonies of #FE282E
Complementary color
Monochromatic Colors of #FE282E
Black with #FE282E
Text Example
Text Example
White with #FE282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE282E; }
p { color: rgb(254,40,46); }
H1.HeaderClassName
{
color: #FE282E;
}
.AnyTagClassName
{
color: #FE282E;
}
</style>
background-color css
<style>
a { background-color: #FE282E; }
a { background-color: rgb(254,40,46); }
div.DivClassName
{
background-color: #FE282E;
}
.BgClassName
{
background-color: #FE282E;
}
</style>
border-color css
<style>
span { border-color: #FE282E; }
span { border-color: rgb(254,40,46); }
td.TdClassName
{
border-color: #FE282E;
}
.TagClassName
{
border-color: #FE282E;
}
</style>