Shades of Alizarin #FE2E3A
Tints of Alizarin #FE2E3A
RGB
CMYK
RGB Variations
Color information
#FE2E3A (or 0xFE2E3A) is known color: Alizarin. HEX triplet: FE, 2E and 3A. RGB value is (254,46,58). Sum of RGB (Red+Green+Blue) = 254+46+58=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2E3A is #01D1C5. Grayscale: #6D6D6D. Windows color (decimal): -119238 or 3813118. OLE color: 3813118.
HSL color Cylindrical-coordinate representation of color #FE2E3A: hue angle of 356.54º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2E3A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 58 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.00 |
| HSL | 356.54º | 0.99% | 0.59% | - |
| HSV(B) | 356.54º | 0.82% | 1% | - |
| XYZ | 42.61 | 23.33 | 6.26 | - |
| YUV | 109.56 | 98.91 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 58 | 0 | 0.82 | 0.77 | 0.00 | 356.54 | 0.99 | 0.59 |
| Hex | FE | 2E | 3A | 0 | 52 | 4D | 0 | 165 | 63 | 3B |
| Octal | 376 | 56 | 72 | 0 | 122 | 115 | 0 | 545 | 143 | 73 |
| Binary | 11111110 | 101110 | 111010 | 0 | 1010010 | 1001101 | 0 | 101100101 | 1100011 | 111011 |
Color Harmonies of #FE2E3A
Complementary color
Monochromatic Colors of #FE2E3A
Black with #FE2E3A
Text Example
Text Example
White with #FE2E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E3A; }
p { color: rgb(254,46,58); }
H1.HeaderClassName
{
color: #FE2E3A;
}
.AnyTagClassName
{
color: #FE2E3A;
}
</style>
background-color css
<style>
a { background-color: #FE2E3A; }
a { background-color: rgb(254,46,58); }
div.DivClassName
{
background-color: #FE2E3A;
}
.BgClassName
{
background-color: #FE2E3A;
}
</style>
border-color css
<style>
span { border-color: #FE2E3A; }
span { border-color: rgb(254,46,58); }
td.TdClassName
{
border-color: #FE2E3A;
}
.TagClassName
{
border-color: #FE2E3A;
}
</style>