Shades of Alizarin #FE293C
Tints of Alizarin #FE293C
RGB
CMYK
RGB Variations
Color information
#FE293C (or 0xFE293C) is known color: Alizarin. HEX triplet: FE, 29 and 3C. RGB value is (254,41,60). Sum of RGB (Red+Green+Blue) = 254+41+60=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE293C is #01D6C3. Grayscale: #6A6A6A. Windows color (decimal): -120516 or 3942910. OLE color: 3942910.
HSL color Cylindrical-coordinate representation of color #FE293C: hue angle of 354.65º 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 #FE293C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 60 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.00 |
| HSL | 354.65º | 0.99% | 0.58% | - |
| HSV(B) | 354.65º | 0.84% | 1% | - |
| XYZ | 42.48 | 22.98 | 6.47 | - |
| YUV | 106.85 | 101.57 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 60 | 0 | 0.84 | 0.76 | 0.00 | 354.65 | 0.99 | 0.58 |
| Hex | FE | 29 | 3C | 0 | 54 | 4C | 0 | 163 | 63 | 3A |
| Octal | 376 | 51 | 74 | 0 | 124 | 114 | 0 | 543 | 143 | 72 |
| Binary | 11111110 | 101001 | 111100 | 0 | 1010100 | 1001100 | 0 | 101100011 | 1100011 | 111010 |
Color Harmonies of #FE293C
Complementary color
Monochromatic Colors of #FE293C
Black with #FE293C
Text Example
Text Example
White with #FE293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE293C; }
p { color: rgb(254,41,60); }
H1.HeaderClassName
{
color: #FE293C;
}
.AnyTagClassName
{
color: #FE293C;
}
</style>
background-color css
<style>
a { background-color: #FE293C; }
a { background-color: rgb(254,41,60); }
div.DivClassName
{
background-color: #FE293C;
}
.BgClassName
{
background-color: #FE293C;
}
</style>
border-color css
<style>
span { border-color: #FE293C; }
span { border-color: rgb(254,41,60); }
td.TdClassName
{
border-color: #FE293C;
}
.TagClassName
{
border-color: #FE293C;
}
</style>