Shades of Alizarin #FE2728
Tints of Alizarin #FE2728
RGB
CMYK
RGB Variations
Color information
#FE2728 (or 0xFE2728) is known color: Alizarin. HEX triplet: FE, 27 and 28. RGB value is (254,39,40). Sum of RGB (Red+Green+Blue) = 254+39+40=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2728 is #01D8D7. Grayscale: #676767. Windows color (decimal): -121048 or 2631678. OLE color: 2631678.
HSL color Cylindrical-coordinate representation of color #FE2728: hue angle of 359.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2728 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 40 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.00 |
| HSL | 359.72º | 0.99% | 0.57% | - |
| HSV(B) | 359.72º | 0.85% | 1% | - |
| XYZ | 41.98 | 22.68 | 4.17 | - |
| YUV | 103.4 | 92.23 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 40 | 0 | 0.85 | 0.84 | 0.00 | 359.72 | 0.99 | 0.57 |
| Hex | FE | 27 | 28 | 0 | 55 | 54 | 0 | 168 | 63 | 39 |
| Octal | 376 | 47 | 50 | 0 | 125 | 124 | 0 | 550 | 143 | 71 |
| Binary | 11111110 | 100111 | 101000 | 0 | 1010101 | 1010100 | 0 | 101101000 | 1100011 | 111001 |
Color Harmonies of #FE2728
Complementary color
Monochromatic Colors of #FE2728
Black with #FE2728
Text Example
Text Example
White with #FE2728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2728; }
p { color: rgb(254,39,40); }
H1.HeaderClassName
{
color: #FE2728;
}
.AnyTagClassName
{
color: #FE2728;
}
</style>
background-color css
<style>
a { background-color: #FE2728; }
a { background-color: rgb(254,39,40); }
div.DivClassName
{
background-color: #FE2728;
}
.BgClassName
{
background-color: #FE2728;
}
</style>
border-color css
<style>
span { border-color: #FE2728; }
span { border-color: rgb(254,39,40); }
td.TdClassName
{
border-color: #FE2728;
}
.TagClassName
{
border-color: #FE2728;
}
</style>