Shades of Alizarin #FE3237
Tints of Alizarin #FE3237
RGB
CMYK
RGB Variations
Color information
#FE3237 (or 0xFE3237) is known color: Alizarin. HEX triplet: FE, 32 and 37. RGB value is (254,50,55). Sum of RGB (Red+Green+Blue) = 254+50+55=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3237 is #01CDC8. Grayscale: #6F6F6F. Windows color (decimal): -118217 or 3617534. OLE color: 3617534.
HSL color Cylindrical-coordinate representation of color #FE3237: hue angle of 358.53º 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 #FE3237 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 55 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.00 |
| HSL | 358.53º | 0.99% | 0.6% | - |
| HSV(B) | 358.53º | 0.8% | 1% | - |
| XYZ | 42.7 | 23.63 | 5.92 | - |
| YUV | 111.57 | 96.09 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 55 | 0 | 0.80 | 0.78 | 0.00 | 358.53 | 0.99 | 0.6 |
| Hex | FE | 32 | 37 | 0 | 50 | 4E | 0 | 167 | 63 | 3C |
| Octal | 376 | 62 | 67 | 0 | 120 | 116 | 0 | 547 | 143 | 74 |
| Binary | 11111110 | 110010 | 110111 | 0 | 1010000 | 1001110 | 0 | 101100111 | 1100011 | 111100 |
Color Harmonies of #FE3237
Complementary color
Monochromatic Colors of #FE3237
Black with #FE3237
Text Example
Text Example
White with #FE3237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3237; }
p { color: rgb(254,50,55); }
H1.HeaderClassName
{
color: #FE3237;
}
.AnyTagClassName
{
color: #FE3237;
}
</style>
background-color css
<style>
a { background-color: #FE3237; }
a { background-color: rgb(254,50,55); }
div.DivClassName
{
background-color: #FE3237;
}
.BgClassName
{
background-color: #FE3237;
}
</style>
border-color css
<style>
span { border-color: #FE3237; }
span { border-color: rgb(254,50,55); }
td.TdClassName
{
border-color: #FE3237;
}
.TagClassName
{
border-color: #FE3237;
}
</style>