Shades of Alizarin #FE2833
Tints of Alizarin #FE2833
RGB
CMYK
RGB Variations
Color information
#FE2833 (or 0xFE2833) is known color: Alizarin. HEX triplet: FE, 28 and 33. RGB value is (254,40,51). Sum of RGB (Red+Green+Blue) = 254+40+51=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2833 is #01D7CC. Grayscale: #696969. Windows color (decimal): -120781 or 3352830. OLE color: 3352830.
HSL color Cylindrical-coordinate representation of color #FE2833: hue angle of 356.92º 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 #FE2833 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 51 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.00 |
| HSL | 356.92º | 0.99% | 0.58% | - |
| HSV(B) | 356.92º | 0.84% | 1% | - |
| XYZ | 42.23 | 22.83 | 5.31 | - |
| YUV | 105.24 | 97.4 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 51 | 0 | 0.84 | 0.80 | 0.00 | 356.92 | 0.99 | 0.58 |
| Hex | FE | 28 | 33 | 0 | 54 | 50 | 0 | 165 | 63 | 3A |
| Octal | 376 | 50 | 63 | 0 | 124 | 120 | 0 | 545 | 143 | 72 |
| Binary | 11111110 | 101000 | 110011 | 0 | 1010100 | 1010000 | 0 | 101100101 | 1100011 | 111010 |
Color Harmonies of #FE2833
Complementary color
Monochromatic Colors of #FE2833
Black with #FE2833
Text Example
Text Example
White with #FE2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2833; }
p { color: rgb(254,40,51); }
H1.HeaderClassName
{
color: #FE2833;
}
.AnyTagClassName
{
color: #FE2833;
}
</style>
background-color css
<style>
a { background-color: #FE2833; }
a { background-color: rgb(254,40,51); }
div.DivClassName
{
background-color: #FE2833;
}
.BgClassName
{
background-color: #FE2833;
}
</style>
border-color css
<style>
span { border-color: #FE2833; }
span { border-color: rgb(254,40,51); }
td.TdClassName
{
border-color: #FE2833;
}
.TagClassName
{
border-color: #FE2833;
}
</style>