Shades of Alizarin #FE3839
Tints of Alizarin #FE3839
RGB
CMYK
RGB Variations
Color information
#FE3839 (or 0xFE3839) is known color: Alizarin. HEX triplet: FE, 38 and 39. RGB value is (254,56,57). Sum of RGB (Red+Green+Blue) = 254+56+57=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 57 (22.66% from 255 or 15.53% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3839 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3839 is #01C7C6. Grayscale: #737373. Windows color (decimal): -116679 or 3750142. OLE color: 3750142.
HSL color Cylindrical-coordinate representation of color #FE3839: hue angle of 359.7º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3839 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 57 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.00 |
| HSL | 359.7º | 0.99% | 0.61% | - |
| HSV(B) | 359.7º | 0.78% | 1% | - |
| XYZ | 43.03 | 24.19 | 6.27 | - |
| YUV | 115.32 | 95.1 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 57 | 0 | 0.78 | 0.78 | 0.00 | 359.7 | 0.99 | 0.61 |
| Hex | FE | 38 | 39 | 0 | 4E | 4E | 0 | 168 | 63 | 3D |
| Octal | 376 | 70 | 71 | 0 | 116 | 116 | 0 | 550 | 143 | 75 |
| Binary | 11111110 | 111000 | 111001 | 0 | 1001110 | 1001110 | 0 | 101101000 | 1100011 | 111101 |
Color Harmonies of #FE3839
Complementary color
Monochromatic Colors of #FE3839
Black with #FE3839
Text Example
Text Example
White with #FE3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3839; }
p { color: rgb(254,56,57); }
H1.HeaderClassName
{
color: #FE3839;
}
.AnyTagClassName
{
color: #FE3839;
}
</style>
background-color css
<style>
a { background-color: #FE3839; }
a { background-color: rgb(254,56,57); }
div.DivClassName
{
background-color: #FE3839;
}
.BgClassName
{
background-color: #FE3839;
}
</style>
border-color css
<style>
span { border-color: #FE3839; }
span { border-color: rgb(254,56,57); }
td.TdClassName
{
border-color: #FE3839;
}
.TagClassName
{
border-color: #FE3839;
}
</style>