Shades of Alizarin #FE373C
Tints of Alizarin #FE373C
RGB
CMYK
RGB Variations
Color information
#FE373C (or 0xFE373C) is known color: Alizarin. HEX triplet: FE, 37 and 3C. RGB value is (254,55,60). Sum of RGB (Red+Green+Blue) = 254+55+60=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE373C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE373C is #01C8C3. Grayscale: #737373. Windows color (decimal): -116932 or 3946494. OLE color: 3946494.
HSL color Cylindrical-coordinate representation of color #FE373C: hue angle of 358.49º 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 #FE373C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 60 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.00 |
| HSL | 358.49º | 0.99% | 0.61% | - |
| HSV(B) | 358.49º | 0.78% | 1% | - |
| XYZ | 43.05 | 24.13 | 6.66 | - |
| YUV | 115.07 | 96.93 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 60 | 0 | 0.78 | 0.76 | 0.00 | 358.49 | 0.99 | 0.61 |
| Hex | FE | 37 | 3C | 0 | 4E | 4C | 0 | 166 | 63 | 3D |
| Octal | 376 | 67 | 74 | 0 | 116 | 114 | 0 | 546 | 143 | 75 |
| Binary | 11111110 | 110111 | 111100 | 0 | 1001110 | 1001100 | 0 | 101100110 | 1100011 | 111101 |
Color Harmonies of #FE373C
Complementary color
Monochromatic Colors of #FE373C
Black with #FE373C
Text Example
Text Example
White with #FE373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE373C; }
p { color: rgb(254,55,60); }
H1.HeaderClassName
{
color: #FE373C;
}
.AnyTagClassName
{
color: #FE373C;
}
</style>
background-color css
<style>
a { background-color: #FE373C; }
a { background-color: rgb(254,55,60); }
div.DivClassName
{
background-color: #FE373C;
}
.BgClassName
{
background-color: #FE373C;
}
</style>
border-color css
<style>
span { border-color: #FE373C; }
span { border-color: rgb(254,55,60); }
td.TdClassName
{
border-color: #FE373C;
}
.TagClassName
{
border-color: #FE373C;
}
</style>