Shades of Alizarin #FE3638
Tints of Alizarin #FE3638
RGB
CMYK
RGB Variations
Color information
#FE3638 (or 0xFE3638) is known color: Alizarin. HEX triplet: FE, 36 and 38. RGB value is (254,54,56). Sum of RGB (Red+Green+Blue) = 254+54+56=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3638 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3638 is #01C9C7. Grayscale: #727272. Windows color (decimal): -117192 or 3684094. OLE color: 3684094.
HSL color Cylindrical-coordinate representation of color #FE3638: hue angle of 359.4º 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 #FE3638 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 56 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.00 |
| HSL | 359.4º | 0.99% | 0.6% | - |
| HSV(B) | 359.4º | 0.79% | 1% | - |
| XYZ | 42.91 | 23.99 | 6.11 | - |
| YUV | 114.03 | 95.26 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 56 | 0 | 0.79 | 0.78 | 0.00 | 359.4 | 0.99 | 0.6 |
| Hex | FE | 36 | 38 | 0 | 4F | 4E | 0 | 167 | 63 | 3C |
| Octal | 376 | 66 | 70 | 0 | 117 | 116 | 0 | 547 | 143 | 74 |
| Binary | 11111110 | 110110 | 111000 | 0 | 1001111 | 1001110 | 0 | 101100111 | 1100011 | 111100 |
Color Harmonies of #FE3638
Complementary color
Monochromatic Colors of #FE3638
Black with #FE3638
Text Example
Text Example
White with #FE3638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3638; }
p { color: rgb(254,54,56); }
H1.HeaderClassName
{
color: #FE3638;
}
.AnyTagClassName
{
color: #FE3638;
}
</style>
background-color css
<style>
a { background-color: #FE3638; }
a { background-color: rgb(254,54,56); }
div.DivClassName
{
background-color: #FE3638;
}
.BgClassName
{
background-color: #FE3638;
}
</style>
border-color css
<style>
span { border-color: #FE3638; }
span { border-color: rgb(254,54,56); }
td.TdClassName
{
border-color: #FE3638;
}
.TagClassName
{
border-color: #FE3638;
}
</style>