Shades of Alizarin #FE2940
Tints of Alizarin #FE2940
RGB
CMYK
RGB Variations
Color information
#FE2940 (or 0xFE2940) is known color: Alizarin. HEX triplet: FE, 29 and 40. RGB value is (254,41,64). Sum of RGB (Red+Green+Blue) = 254+41+64=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2940 is #01D6BF. Grayscale: #6B6B6B. Windows color (decimal): -120512 or 4205054. OLE color: 4205054.
HSL color Cylindrical-coordinate representation of color #FE2940: hue angle of 353.52º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2940 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 64 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.00 |
| HSL | 353.52º | 0.99% | 0.58% | - |
| HSV(B) | 353.52º | 0.84% | 1% | - |
| XYZ | 42.59 | 23.03 | 7.05 | - |
| YUV | 107.31 | 103.57 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 64 | 0 | 0.84 | 0.75 | 0.00 | 353.52 | 0.99 | 0.58 |
| Hex | FE | 29 | 40 | 0 | 54 | 4B | 0 | 162 | 63 | 3A |
| Octal | 376 | 51 | 100 | 0 | 124 | 113 | 0 | 542 | 143 | 72 |
| Binary | 11111110 | 101001 | 1000000 | 0 | 1010100 | 1001011 | 0 | 101100010 | 1100011 | 111010 |
Color Harmonies of #FE2940
Complementary color
Monochromatic Colors of #FE2940
Black with #FE2940
Text Example
Text Example
White with #FE2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2940; }
p { color: rgb(254,41,64); }
H1.HeaderClassName
{
color: #FE2940;
}
.AnyTagClassName
{
color: #FE2940;
}
</style>
background-color css
<style>
a { background-color: #FE2940; }
a { background-color: rgb(254,41,64); }
div.DivClassName
{
background-color: #FE2940;
}
.BgClassName
{
background-color: #FE2940;
}
</style>
border-color css
<style>
span { border-color: #FE2940; }
span { border-color: rgb(254,41,64); }
td.TdClassName
{
border-color: #FE2940;
}
.TagClassName
{
border-color: #FE2940;
}
</style>