Shades of Alizarin #FE353A
Tints of Alizarin #FE353A
RGB
CMYK
RGB Variations
Color information
#FE353A (or 0xFE353A) is known color: Alizarin. HEX triplet: FE, 35 and 3A. RGB value is (254,53,58). Sum of RGB (Red+Green+Blue) = 254+53+58=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE353A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE353A is #01CAC5. Grayscale: #717171. Windows color (decimal): -117446 or 3814910. OLE color: 3814910.
HSL color Cylindrical-coordinate representation of color #FE353A: hue angle of 358.51º 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 #FE353A is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 58 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.00 |
| HSL | 358.51º | 0.99% | 0.6% | - |
| HSV(B) | 358.51º | 0.79% | 1% | - |
| XYZ | 42.91 | 23.92 | 6.36 | - |
| YUV | 113.67 | 96.59 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 58 | 0 | 0.79 | 0.77 | 0.00 | 358.51 | 0.99 | 0.6 |
| Hex | FE | 35 | 3A | 0 | 4F | 4D | 0 | 167 | 63 | 3C |
| Octal | 376 | 65 | 72 | 0 | 117 | 115 | 0 | 547 | 143 | 74 |
| Binary | 11111110 | 110101 | 111010 | 0 | 1001111 | 1001101 | 0 | 101100111 | 1100011 | 111100 |
Color Harmonies of #FE353A
Complementary color
Monochromatic Colors of #FE353A
Black with #FE353A
Text Example
Text Example
White with #FE353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE353A; }
p { color: rgb(254,53,58); }
H1.HeaderClassName
{
color: #FE353A;
}
.AnyTagClassName
{
color: #FE353A;
}
</style>
background-color css
<style>
a { background-color: #FE353A; }
a { background-color: rgb(254,53,58); }
div.DivClassName
{
background-color: #FE353A;
}
.BgClassName
{
background-color: #FE353A;
}
</style>
border-color css
<style>
span { border-color: #FE353A; }
span { border-color: rgb(254,53,58); }
td.TdClassName
{
border-color: #FE353A;
}
.TagClassName
{
border-color: #FE353A;
}
</style>