Shades of Alizarin #FE373A
Tints of Alizarin #FE373A
RGB
CMYK
RGB Variations
Color information
#FE373A (or 0xFE373A) is known color: Alizarin. HEX triplet: FE, 37 and 3A. RGB value is (254,55,58). Sum of RGB (Red+Green+Blue) = 254+55+58=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE373A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE373A is #01C8C5. Grayscale: #737373. Windows color (decimal): -116934 or 3815422. OLE color: 3815422.
HSL color Cylindrical-coordinate representation of color #FE373A: hue angle of 359.1º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE373A is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 58 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.00 |
| HSL | 359.1º | 0.99% | 0.61% | - |
| HSV(B) | 359.1º | 0.78% | 1% | - |
| XYZ | 43 | 24.11 | 6.39 | - |
| YUV | 114.84 | 95.93 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 58 | 0 | 0.78 | 0.77 | 0.00 | 359.1 | 0.99 | 0.61 |
| Hex | FE | 37 | 3A | 0 | 4E | 4D | 0 | 167 | 63 | 3D |
| Octal | 376 | 67 | 72 | 0 | 116 | 115 | 0 | 547 | 143 | 75 |
| Binary | 11111110 | 110111 | 111010 | 0 | 1001110 | 1001101 | 0 | 101100111 | 1100011 | 111101 |
Color Harmonies of #FE373A
Complementary color
Monochromatic Colors of #FE373A
Black with #FE373A
Text Example
Text Example
White with #FE373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE373A; }
p { color: rgb(254,55,58); }
H1.HeaderClassName
{
color: #FE373A;
}
.AnyTagClassName
{
color: #FE373A;
}
</style>
background-color css
<style>
a { background-color: #FE373A; }
a { background-color: rgb(254,55,58); }
div.DivClassName
{
background-color: #FE373A;
}
.BgClassName
{
background-color: #FE373A;
}
</style>
border-color css
<style>
span { border-color: #FE373A; }
span { border-color: rgb(254,55,58); }
td.TdClassName
{
border-color: #FE373A;
}
.TagClassName
{
border-color: #FE373A;
}
</style>