Shades of Alizarin #FE3337
Tints of Alizarin #FE3337
RGB
CMYK
RGB Variations
Color information
#FE3337 (or 0xFE3337) is known color: Alizarin. HEX triplet: FE, 33 and 37. RGB value is (254,51,55). Sum of RGB (Red+Green+Blue) = 254+51+55=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3337 is #01CCC8. Grayscale: #707070. Windows color (decimal): -117961 or 3617790. OLE color: 3617790.
HSL color Cylindrical-coordinate representation of color #FE3337: hue angle of 358.82º 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 #FE3337 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 55 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.00 |
| HSL | 358.82º | 0.99% | 0.6% | - |
| HSV(B) | 358.82º | 0.8% | 1% | - |
| XYZ | 42.75 | 23.71 | 5.94 | - |
| YUV | 112.15 | 95.75 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 55 | 0 | 0.80 | 0.78 | 0.00 | 358.82 | 0.99 | 0.6 |
| Hex | FE | 33 | 37 | 0 | 50 | 4E | 0 | 167 | 63 | 3C |
| Octal | 376 | 63 | 67 | 0 | 120 | 116 | 0 | 547 | 143 | 74 |
| Binary | 11111110 | 110011 | 110111 | 0 | 1010000 | 1001110 | 0 | 101100111 | 1100011 | 111100 |
Color Harmonies of #FE3337
Complementary color
Monochromatic Colors of #FE3337
Black with #FE3337
Text Example
Text Example
White with #FE3337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3337; }
p { color: rgb(254,51,55); }
H1.HeaderClassName
{
color: #FE3337;
}
.AnyTagClassName
{
color: #FE3337;
}
</style>
background-color css
<style>
a { background-color: #FE3337; }
a { background-color: rgb(254,51,55); }
div.DivClassName
{
background-color: #FE3337;
}
.BgClassName
{
background-color: #FE3337;
}
</style>
border-color css
<style>
span { border-color: #FE3337; }
span { border-color: rgb(254,51,55); }
td.TdClassName
{
border-color: #FE3337;
}
.TagClassName
{
border-color: #FE3337;
}
</style>