Shades of Alizarin #FE282A
Tints of Alizarin #FE282A
RGB
CMYK
RGB Variations
Color information
#FE282A (or 0xFE282A) is known color: Alizarin. HEX triplet: FE, 28 and 2A. RGB value is (254,40,42). Sum of RGB (Red+Green+Blue) = 254+40+42=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE282A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE282A is #01D7D5. Grayscale: #686868. Windows color (decimal): -120790 or 2763006. OLE color: 2763006.
HSL color Cylindrical-coordinate representation of color #FE282A: hue angle of 359.44º 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 #FE282A is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 42 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.00 |
| HSL | 359.44º | 0.99% | 0.58% | - |
| HSV(B) | 359.44º | 0.84% | 1% | - |
| XYZ | 42.05 | 22.76 | 4.37 | - |
| YUV | 104.21 | 92.9 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 42 | 0 | 0.84 | 0.83 | 0.00 | 359.44 | 0.99 | 0.58 |
| Hex | FE | 28 | 2A | 0 | 54 | 53 | 0 | 167 | 63 | 3A |
| Octal | 376 | 50 | 52 | 0 | 124 | 123 | 0 | 547 | 143 | 72 |
| Binary | 11111110 | 101000 | 101010 | 0 | 1010100 | 1010011 | 0 | 101100111 | 1100011 | 111010 |
Color Harmonies of #FE282A
Complementary color
Monochromatic Colors of #FE282A
Black with #FE282A
Text Example
Text Example
White with #FE282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE282A; }
p { color: rgb(254,40,42); }
H1.HeaderClassName
{
color: #FE282A;
}
.AnyTagClassName
{
color: #FE282A;
}
</style>
background-color css
<style>
a { background-color: #FE282A; }
a { background-color: rgb(254,40,42); }
div.DivClassName
{
background-color: #FE282A;
}
.BgClassName
{
background-color: #FE282A;
}
</style>
border-color css
<style>
span { border-color: #FE282A; }
span { border-color: rgb(254,40,42); }
td.TdClassName
{
border-color: #FE282A;
}
.TagClassName
{
border-color: #FE282A;
}
</style>