Shades of Alizarin #FE2D3A
Tints of Alizarin #FE2D3A
RGB
CMYK
RGB Variations
Color information
#FE2D3A (or 0xFE2D3A) is known color: Alizarin. HEX triplet: FE, 2D and 3A. RGB value is (254,45,58). Sum of RGB (Red+Green+Blue) = 254+45+58=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D3A is #01D2C5. Grayscale: #6D6D6D. Windows color (decimal): -119494 or 3812862. OLE color: 3812862.
HSL color Cylindrical-coordinate representation of color #FE2D3A: hue angle of 356.27º 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 #FE2D3A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 58 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.00 |
| HSL | 356.27º | 0.99% | 0.59% | - |
| HSV(B) | 356.27º | 0.82% | 1% | - |
| XYZ | 42.58 | 23.25 | 6.25 | - |
| YUV | 108.97 | 99.24 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 58 | 0 | 0.82 | 0.77 | 0.00 | 356.27 | 0.99 | 0.59 |
| Hex | FE | 2D | 3A | 0 | 52 | 4D | 0 | 164 | 63 | 3B |
| Octal | 376 | 55 | 72 | 0 | 122 | 115 | 0 | 544 | 143 | 73 |
| Binary | 11111110 | 101101 | 111010 | 0 | 1010010 | 1001101 | 0 | 101100100 | 1100011 | 111011 |
Color Harmonies of #FE2D3A
Complementary color
Monochromatic Colors of #FE2D3A
Black with #FE2D3A
Text Example
Text Example
White with #FE2D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D3A; }
p { color: rgb(254,45,58); }
H1.HeaderClassName
{
color: #FE2D3A;
}
.AnyTagClassName
{
color: #FE2D3A;
}
</style>
background-color css
<style>
a { background-color: #FE2D3A; }
a { background-color: rgb(254,45,58); }
div.DivClassName
{
background-color: #FE2D3A;
}
.BgClassName
{
background-color: #FE2D3A;
}
</style>
border-color css
<style>
span { border-color: #FE2D3A; }
span { border-color: rgb(254,45,58); }
td.TdClassName
{
border-color: #FE2D3A;
}
.TagClassName
{
border-color: #FE2D3A;
}
</style>