Shades of Alizarin #FE363F
Tints of Alizarin #FE363F
RGB
CMYK
RGB Variations
Color information
#FE363F (or 0xFE363F) is known color: Alizarin. HEX triplet: FE, 36 and 3F. RGB value is (254,54,63). Sum of RGB (Red+Green+Blue) = 254+54+63=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE363F is #01C9C0. Grayscale: #727272. Windows color (decimal): -117185 or 4142846. OLE color: 4142846.
HSL color Cylindrical-coordinate representation of color #FE363F: hue angle of 357.3º 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 #FE363F is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 63 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.00 |
| HSL | 357.3º | 0.99% | 0.6% | - |
| HSV(B) | 357.3º | 0.79% | 1% | - |
| XYZ | 43.09 | 24.07 | 7.08 | - |
| YUV | 114.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 63 | 0 | 0.79 | 0.75 | 0.00 | 357.3 | 0.99 | 0.6 |
| Hex | FE | 36 | 3F | 0 | 4F | 4B | 0 | 165 | 63 | 3C |
| Octal | 376 | 66 | 77 | 0 | 117 | 113 | 0 | 545 | 143 | 74 |
| Binary | 11111110 | 110110 | 111111 | 0 | 1001111 | 1001011 | 0 | 101100101 | 1100011 | 111100 |
Color Harmonies of #FE363F
Complementary color
Monochromatic Colors of #FE363F
Black with #FE363F
Text Example
Text Example
White with #FE363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE363F; }
p { color: rgb(254,54,63); }
H1.HeaderClassName
{
color: #FE363F;
}
.AnyTagClassName
{
color: #FE363F;
}
</style>
background-color css
<style>
a { background-color: #FE363F; }
a { background-color: rgb(254,54,63); }
div.DivClassName
{
background-color: #FE363F;
}
.BgClassName
{
background-color: #FE363F;
}
</style>
border-color css
<style>
span { border-color: #FE363F; }
span { border-color: rgb(254,54,63); }
td.TdClassName
{
border-color: #FE363F;
}
.TagClassName
{
border-color: #FE363F;
}
</style>