Shades of Alizarin #FE3738
Tints of Alizarin #FE3738
RGB
CMYK
RGB Variations
Color information
#FE3738 (or 0xFE3738) is known color: Alizarin. HEX triplet: FE, 37 and 38. RGB value is (254,55,56). Sum of RGB (Red+Green+Blue) = 254+55+56=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3738 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3738 is #01C8C7. Grayscale: #727272. Windows color (decimal): -116936 or 3684350. OLE color: 3684350.
HSL color Cylindrical-coordinate representation of color #FE3738: hue angle of 359.7º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3738 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 56 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.00 |
| HSL | 359.7º | 0.99% | 0.61% | - |
| HSV(B) | 359.7º | 0.78% | 1% | - |
| XYZ | 42.95 | 24.09 | 6.13 | - |
| YUV | 114.62 | 94.93 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 56 | 0 | 0.78 | 0.78 | 0.00 | 359.7 | 0.99 | 0.61 |
| Hex | FE | 37 | 38 | 0 | 4E | 4E | 0 | 168 | 63 | 3D |
| Octal | 376 | 67 | 70 | 0 | 116 | 116 | 0 | 550 | 143 | 75 |
| Binary | 11111110 | 110111 | 111000 | 0 | 1001110 | 1001110 | 0 | 101101000 | 1100011 | 111101 |
Color Harmonies of #FE3738
Complementary color
Monochromatic Colors of #FE3738
Black with #FE3738
Text Example
Text Example
White with #FE3738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3738; }
p { color: rgb(254,55,56); }
H1.HeaderClassName
{
color: #FE3738;
}
.AnyTagClassName
{
color: #FE3738;
}
</style>
background-color css
<style>
a { background-color: #FE3738; }
a { background-color: rgb(254,55,56); }
div.DivClassName
{
background-color: #FE3738;
}
.BgClassName
{
background-color: #FE3738;
}
</style>
border-color css
<style>
span { border-color: #FE3738; }
span { border-color: rgb(254,55,56); }
td.TdClassName
{
border-color: #FE3738;
}
.TagClassName
{
border-color: #FE3738;
}
</style>