Shades of Alizarin #FE373F
Tints of Alizarin #FE373F
RGB
CMYK
RGB Variations
Color information
#FE373F (or 0xFE373F) is known color: Alizarin. HEX triplet: FE, 37 and 3F. RGB value is (254,55,63). Sum of RGB (Red+Green+Blue) = 254+55+63=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE373F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE373F is #01C8C0. Grayscale: #737373. Windows color (decimal): -116929 or 4143102. OLE color: 4143102.
HSL color Cylindrical-coordinate representation of color #FE373F: hue angle of 357.59º 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 #FE373F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 63 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.00 |
| HSL | 357.59º | 0.99% | 0.61% | - |
| HSV(B) | 357.59º | 0.78% | 1% | - |
| XYZ | 43.14 | 24.16 | 7.09 | - |
| YUV | 115.41 | 98.43 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 63 | 0 | 0.78 | 0.75 | 0.00 | 357.59 | 0.99 | 0.61 |
| Hex | FE | 37 | 3F | 0 | 4E | 4B | 0 | 166 | 63 | 3D |
| Octal | 376 | 67 | 77 | 0 | 116 | 113 | 0 | 546 | 143 | 75 |
| Binary | 11111110 | 110111 | 111111 | 0 | 1001110 | 1001011 | 0 | 101100110 | 1100011 | 111101 |
Color Harmonies of #FE373F
Complementary color
Monochromatic Colors of #FE373F
Black with #FE373F
Text Example
Text Example
White with #FE373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE373F; }
p { color: rgb(254,55,63); }
H1.HeaderClassName
{
color: #FE373F;
}
.AnyTagClassName
{
color: #FE373F;
}
</style>
background-color css
<style>
a { background-color: #FE373F; }
a { background-color: rgb(254,55,63); }
div.DivClassName
{
background-color: #FE373F;
}
.BgClassName
{
background-color: #FE373F;
}
</style>
border-color css
<style>
span { border-color: #FE373F; }
span { border-color: rgb(254,55,63); }
td.TdClassName
{
border-color: #FE373F;
}
.TagClassName
{
border-color: #FE373F;
}
</style>