Shades of Alizarin #FE3239
Tints of Alizarin #FE3239
RGB
CMYK
RGB Variations
Color information
#FE3239 (or 0xFE3239) is known color: Alizarin. HEX triplet: FE, 32 and 39. RGB value is (254,50,57). Sum of RGB (Red+Green+Blue) = 254+50+57=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3239 is #01CDC6. Grayscale: #6F6F6F. Windows color (decimal): -118215 or 3748606. OLE color: 3748606.
HSL color Cylindrical-coordinate representation of color #FE3239: hue angle of 357.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3239 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 57 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.00 |
| HSL | 357.94º | 0.99% | 0.6% | - |
| HSV(B) | 357.94º | 0.8% | 1% | - |
| XYZ | 42.75 | 23.65 | 6.18 | - |
| YUV | 111.79 | 97.09 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 57 | 0 | 0.80 | 0.78 | 0.00 | 357.94 | 0.99 | 0.6 |
| Hex | FE | 32 | 39 | 0 | 50 | 4E | 0 | 166 | 63 | 3C |
| Octal | 376 | 62 | 71 | 0 | 120 | 116 | 0 | 546 | 143 | 74 |
| Binary | 11111110 | 110010 | 111001 | 0 | 1010000 | 1001110 | 0 | 101100110 | 1100011 | 111100 |
Color Harmonies of #FE3239
Complementary color
Monochromatic Colors of #FE3239
Black with #FE3239
Text Example
Text Example
White with #FE3239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3239; }
p { color: rgb(254,50,57); }
H1.HeaderClassName
{
color: #FE3239;
}
.AnyTagClassName
{
color: #FE3239;
}
</style>
background-color css
<style>
a { background-color: #FE3239; }
a { background-color: rgb(254,50,57); }
div.DivClassName
{
background-color: #FE3239;
}
.BgClassName
{
background-color: #FE3239;
}
</style>
border-color css
<style>
span { border-color: #FE3239; }
span { border-color: rgb(254,50,57); }
td.TdClassName
{
border-color: #FE3239;
}
.TagClassName
{
border-color: #FE3239;
}
</style>