Shades of Alizarin #FE293E
Tints of Alizarin #FE293E
RGB
CMYK
RGB Variations
Color information
#FE293E (or 0xFE293E) is known color: Alizarin. HEX triplet: FE, 29 and 3E. RGB value is (254,41,62). Sum of RGB (Red+Green+Blue) = 254+41+62=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE293E is #01D6C1. Grayscale: #6B6B6B. Windows color (decimal): -120514 or 4073982. OLE color: 4073982.
HSL color Cylindrical-coordinate representation of color #FE293E: hue angle of 354.08º 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 #FE293E is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 62 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.00 |
| HSL | 354.08º | 0.99% | 0.58% | - |
| HSV(B) | 354.08º | 0.84% | 1% | - |
| XYZ | 42.54 | 23 | 6.76 | - |
| YUV | 107.08 | 102.57 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 62 | 0 | 0.84 | 0.76 | 0.00 | 354.08 | 0.99 | 0.58 |
| Hex | FE | 29 | 3E | 0 | 54 | 4C | 0 | 162 | 63 | 3A |
| Octal | 376 | 51 | 76 | 0 | 124 | 114 | 0 | 542 | 143 | 72 |
| Binary | 11111110 | 101001 | 111110 | 0 | 1010100 | 1001100 | 0 | 101100010 | 1100011 | 111010 |
Color Harmonies of #FE293E
Complementary color
Monochromatic Colors of #FE293E
Black with #FE293E
Text Example
Text Example
White with #FE293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE293E; }
p { color: rgb(254,41,62); }
H1.HeaderClassName
{
color: #FE293E;
}
.AnyTagClassName
{
color: #FE293E;
}
</style>
background-color css
<style>
a { background-color: #FE293E; }
a { background-color: rgb(254,41,62); }
div.DivClassName
{
background-color: #FE293E;
}
.BgClassName
{
background-color: #FE293E;
}
</style>
border-color css
<style>
span { border-color: #FE293E; }
span { border-color: rgb(254,41,62); }
td.TdClassName
{
border-color: #FE293E;
}
.TagClassName
{
border-color: #FE293E;
}
</style>