Shades of Alizarin #FE2839
Tints of Alizarin #FE2839
RGB
CMYK
RGB Variations
Color information
#FE2839 (or 0xFE2839) is known color: Alizarin. HEX triplet: FE, 28 and 39. RGB value is (254,40,57). Sum of RGB (Red+Green+Blue) = 254+40+57=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2839 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2839 is #01D7C6. Grayscale: #6A6A6A. Windows color (decimal): -120775 or 3746046. OLE color: 3746046.
HSL color Cylindrical-coordinate representation of color #FE2839: hue angle of 355.23º 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 #FE2839 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 57 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.00 |
| HSL | 355.23º | 0.99% | 0.58% | - |
| HSV(B) | 355.23º | 0.84% | 1% | - |
| XYZ | 42.37 | 22.88 | 6.05 | - |
| YUV | 105.92 | 100.4 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 57 | 0 | 0.84 | 0.78 | 0.00 | 355.23 | 0.99 | 0.58 |
| Hex | FE | 28 | 39 | 0 | 54 | 4E | 0 | 163 | 63 | 3A |
| Octal | 376 | 50 | 71 | 0 | 124 | 116 | 0 | 543 | 143 | 72 |
| Binary | 11111110 | 101000 | 111001 | 0 | 1010100 | 1001110 | 0 | 101100011 | 1100011 | 111010 |
Color Harmonies of #FE2839
Complementary color
Monochromatic Colors of #FE2839
Black with #FE2839
Text Example
Text Example
White with #FE2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2839; }
p { color: rgb(254,40,57); }
H1.HeaderClassName
{
color: #FE2839;
}
.AnyTagClassName
{
color: #FE2839;
}
</style>
background-color css
<style>
a { background-color: #FE2839; }
a { background-color: rgb(254,40,57); }
div.DivClassName
{
background-color: #FE2839;
}
.BgClassName
{
background-color: #FE2839;
}
</style>
border-color css
<style>
span { border-color: #FE2839; }
span { border-color: rgb(254,40,57); }
td.TdClassName
{
border-color: #FE2839;
}
.TagClassName
{
border-color: #FE2839;
}
</style>