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