Shades of Alizarin #FE363C
Tints of Alizarin #FE363C
RGB
CMYK
RGB Variations
Color information
#FE363C (or 0xFE363C) is known color: Alizarin. HEX triplet: FE, 36 and 3C. RGB value is (254,54,60). Sum of RGB (Red+Green+Blue) = 254+54+60=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE363C is #01C9C3. Grayscale: #727272. Windows color (decimal): -117188 or 3946238. OLE color: 3946238.
HSL color Cylindrical-coordinate representation of color #FE363C: hue angle of 358.2º 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 #FE363C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 60 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.00 |
| HSL | 358.2º | 0.99% | 0.6% | - |
| HSV(B) | 358.2º | 0.79% | 1% | - |
| XYZ | 43.01 | 24.04 | 6.65 | - |
| YUV | 114.48 | 97.26 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 60 | 0 | 0.79 | 0.76 | 0.00 | 358.2 | 0.99 | 0.6 |
| Hex | FE | 36 | 3C | 0 | 4F | 4C | 0 | 166 | 63 | 3C |
| Octal | 376 | 66 | 74 | 0 | 117 | 114 | 0 | 546 | 143 | 74 |
| Binary | 11111110 | 110110 | 111100 | 0 | 1001111 | 1001100 | 0 | 101100110 | 1100011 | 111100 |
Color Harmonies of #FE363C
Complementary color
Monochromatic Colors of #FE363C
Black with #FE363C
Text Example
Text Example
White with #FE363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE363C; }
p { color: rgb(254,54,60); }
H1.HeaderClassName
{
color: #FE363C;
}
.AnyTagClassName
{
color: #FE363C;
}
</style>
background-color css
<style>
a { background-color: #FE363C; }
a { background-color: rgb(254,54,60); }
div.DivClassName
{
background-color: #FE363C;
}
.BgClassName
{
background-color: #FE363C;
}
</style>
border-color css
<style>
span { border-color: #FE363C; }
span { border-color: rgb(254,54,60); }
td.TdClassName
{
border-color: #FE363C;
}
.TagClassName
{
border-color: #FE363C;
}
</style>