Shades of Alizarin #FE292D
Tints of Alizarin #FE292D
RGB
CMYK
RGB Variations
Color information
#FE292D (or 0xFE292D) is known color: Alizarin. HEX triplet: FE, 29 and 2D. RGB value is (254,41,45). Sum of RGB (Red+Green+Blue) = 254+41+45=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE292D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE292D is #01D6D2. Grayscale: #696969. Windows color (decimal): -120531 or 2959870. OLE color: 2959870.
HSL color Cylindrical-coordinate representation of color #FE292D: hue angle of 358.87º 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 #FE292D is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 45 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.00 |
| HSL | 358.87º | 0.99% | 0.58% | - |
| HSV(B) | 358.87º | 0.84% | 1% | - |
| XYZ | 42.14 | 22.85 | 4.67 | - |
| YUV | 105.14 | 94.07 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 45 | 0 | 0.84 | 0.82 | 0.00 | 358.87 | 0.99 | 0.58 |
| Hex | FE | 29 | 2D | 0 | 54 | 52 | 0 | 167 | 63 | 3A |
| Octal | 376 | 51 | 55 | 0 | 124 | 122 | 0 | 547 | 143 | 72 |
| Binary | 11111110 | 101001 | 101101 | 0 | 1010100 | 1010010 | 0 | 101100111 | 1100011 | 111010 |
Color Harmonies of #FE292D
Complementary color
Monochromatic Colors of #FE292D
Black with #FE292D
Text Example
Text Example
White with #FE292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE292D; }
p { color: rgb(254,41,45); }
H1.HeaderClassName
{
color: #FE292D;
}
.AnyTagClassName
{
color: #FE292D;
}
</style>
background-color css
<style>
a { background-color: #FE292D; }
a { background-color: rgb(254,41,45); }
div.DivClassName
{
background-color: #FE292D;
}
.BgClassName
{
background-color: #FE292D;
}
</style>
border-color css
<style>
span { border-color: #FE292D; }
span { border-color: rgb(254,41,45); }
td.TdClassName
{
border-color: #FE292D;
}
.TagClassName
{
border-color: #FE292D;
}
</style>