Shades of Alizarin #FE2830
Tints of Alizarin #FE2830
RGB
CMYK
RGB Variations
Color information
#FE2830 (or 0xFE2830) is known color: Alizarin. HEX triplet: FE, 28 and 30. RGB value is (254,40,48). Sum of RGB (Red+Green+Blue) = 254+40+48=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2830 is #01D7CF. Grayscale: #696969. Windows color (decimal): -120784 or 3156222. OLE color: 3156222.
HSL color Cylindrical-coordinate representation of color #FE2830: hue angle of 357.76º 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 #FE2830 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 48 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.00 |
| HSL | 357.76º | 0.99% | 0.58% | - |
| HSV(B) | 357.76º | 0.84% | 1% | - |
| XYZ | 42.17 | 22.8 | 4.98 | - |
| YUV | 104.9 | 95.9 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 48 | 0 | 0.84 | 0.81 | 0.00 | 357.76 | 0.99 | 0.58 |
| Hex | FE | 28 | 30 | 0 | 54 | 51 | 0 | 166 | 63 | 3A |
| Octal | 376 | 50 | 60 | 0 | 124 | 121 | 0 | 546 | 143 | 72 |
| Binary | 11111110 | 101000 | 110000 | 0 | 1010100 | 1010001 | 0 | 101100110 | 1100011 | 111010 |
Color Harmonies of #FE2830
Complementary color
Monochromatic Colors of #FE2830
Black with #FE2830
Text Example
Text Example
White with #FE2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2830; }
p { color: rgb(254,40,48); }
H1.HeaderClassName
{
color: #FE2830;
}
.AnyTagClassName
{
color: #FE2830;
}
</style>
background-color css
<style>
a { background-color: #FE2830; }
a { background-color: rgb(254,40,48); }
div.DivClassName
{
background-color: #FE2830;
}
.BgClassName
{
background-color: #FE2830;
}
</style>
border-color css
<style>
span { border-color: #FE2830; }
span { border-color: rgb(254,40,48); }
td.TdClassName
{
border-color: #FE2830;
}
.TagClassName
{
border-color: #FE2830;
}
</style>