Shades of Alizarin #FE3539
Tints of Alizarin #FE3539
RGB
CMYK
RGB Variations
Color information
#FE3539 (or 0xFE3539) is known color: Alizarin. HEX triplet: FE, 35 and 39. RGB value is (254,53,57). Sum of RGB (Red+Green+Blue) = 254+53+57=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3539 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3539 is #01CAC6. Grayscale: #717171. Windows color (decimal): -117447 or 3749374. OLE color: 3749374.
HSL color Cylindrical-coordinate representation of color #FE3539: hue angle of 358.81º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE3539 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 57 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.00 |
| HSL | 358.81º | 0.99% | 0.6% | - |
| HSV(B) | 358.81º | 0.79% | 1% | - |
| XYZ | 42.88 | 23.91 | 6.23 | - |
| YUV | 113.56 | 96.09 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 57 | 0 | 0.79 | 0.78 | 0.00 | 358.81 | 0.99 | 0.6 |
| Hex | FE | 35 | 39 | 0 | 4F | 4E | 0 | 167 | 63 | 3C |
| Octal | 376 | 65 | 71 | 0 | 117 | 116 | 0 | 547 | 143 | 74 |
| Binary | 11111110 | 110101 | 111001 | 0 | 1001111 | 1001110 | 0 | 101100111 | 1100011 | 111100 |
Color Harmonies of #FE3539
Complementary color
Monochromatic Colors of #FE3539
Black with #FE3539
Text Example
Text Example
White with #FE3539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3539; }
p { color: rgb(254,53,57); }
H1.HeaderClassName
{
color: #FE3539;
}
.AnyTagClassName
{
color: #FE3539;
}
</style>
background-color css
<style>
a { background-color: #FE3539; }
a { background-color: rgb(254,53,57); }
div.DivClassName
{
background-color: #FE3539;
}
.BgClassName
{
background-color: #FE3539;
}
</style>
border-color css
<style>
span { border-color: #FE3539; }
span { border-color: rgb(254,53,57); }
td.TdClassName
{
border-color: #FE3539;
}
.TagClassName
{
border-color: #FE3539;
}
</style>