Shades of Alizarin #FE373D
Tints of Alizarin #FE373D
RGB
CMYK
RGB Variations
Color information
#FE373D (or 0xFE373D) is known color: Alizarin. HEX triplet: FE, 37 and 3D. RGB value is (254,55,61). Sum of RGB (Red+Green+Blue) = 254+55+61=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE373D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE373D is #01C8C2. Grayscale: #737373. Windows color (decimal): -116931 or 4012030. OLE color: 4012030.
HSL color Cylindrical-coordinate representation of color #FE373D: hue angle of 358.19º 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 #FE373D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 61 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.00 |
| HSL | 358.19º | 0.99% | 0.61% | - |
| HSV(B) | 358.19º | 0.78% | 1% | - |
| XYZ | 43.08 | 24.14 | 6.8 | - |
| YUV | 115.19 | 97.43 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 61 | 0 | 0.78 | 0.76 | 0.00 | 358.19 | 0.99 | 0.61 |
| Hex | FE | 37 | 3D | 0 | 4E | 4C | 0 | 166 | 63 | 3D |
| Octal | 376 | 67 | 75 | 0 | 116 | 114 | 0 | 546 | 143 | 75 |
| Binary | 11111110 | 110111 | 111101 | 0 | 1001110 | 1001100 | 0 | 101100110 | 1100011 | 111101 |
Color Harmonies of #FE373D
Complementary color
Monochromatic Colors of #FE373D
Black with #FE373D
Text Example
Text Example
White with #FE373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE373D; }
p { color: rgb(254,55,61); }
H1.HeaderClassName
{
color: #FE373D;
}
.AnyTagClassName
{
color: #FE373D;
}
</style>
background-color css
<style>
a { background-color: #FE373D; }
a { background-color: rgb(254,55,61); }
div.DivClassName
{
background-color: #FE373D;
}
.BgClassName
{
background-color: #FE373D;
}
</style>
border-color css
<style>
span { border-color: #FE373D; }
span { border-color: rgb(254,55,61); }
td.TdClassName
{
border-color: #FE373D;
}
.TagClassName
{
border-color: #FE373D;
}
</style>