Shades of Alizarin #FE3039
Tints of Alizarin #FE3039
RGB
CMYK
RGB Variations
Color information
#FE3039 (or 0xFE3039) is known color: Alizarin. HEX triplet: FE, 30 and 39. RGB value is (254,48,57). Sum of RGB (Red+Green+Blue) = 254+48+57=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3039 is #01CFC6. Grayscale: #6E6E6E. Windows color (decimal): -118727 or 3748094. OLE color: 3748094.
HSL color Cylindrical-coordinate representation of color #FE3039: hue angle of 357.38º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3039 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 57 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.00 |
| HSL | 357.38º | 0.99% | 0.59% | - |
| HSV(B) | 357.38º | 0.81% | 1% | - |
| XYZ | 42.67 | 23.48 | 6.15 | - |
| YUV | 110.62 | 97.75 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 57 | 0 | 0.81 | 0.78 | 0.00 | 357.38 | 0.99 | 0.59 |
| Hex | FE | 30 | 39 | 0 | 51 | 4E | 0 | 165 | 63 | 3B |
| Octal | 376 | 60 | 71 | 0 | 121 | 116 | 0 | 545 | 143 | 73 |
| Binary | 11111110 | 110000 | 111001 | 0 | 1010001 | 1001110 | 0 | 101100101 | 1100011 | 111011 |
Color Harmonies of #FE3039
Complementary color
Monochromatic Colors of #FE3039
Black with #FE3039
Text Example
Text Example
White with #FE3039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3039; }
p { color: rgb(254,48,57); }
H1.HeaderClassName
{
color: #FE3039;
}
.AnyTagClassName
{
color: #FE3039;
}
</style>
background-color css
<style>
a { background-color: #FE3039; }
a { background-color: rgb(254,48,57); }
div.DivClassName
{
background-color: #FE3039;
}
.BgClassName
{
background-color: #FE3039;
}
</style>
border-color css
<style>
span { border-color: #FE3039; }
span { border-color: rgb(254,48,57); }
td.TdClassName
{
border-color: #FE3039;
}
.TagClassName
{
border-color: #FE3039;
}
</style>