Shades of Alizarin #FE2931
Tints of Alizarin #FE2931
RGB
CMYK
RGB Variations
Color information
#FE2931 (or 0xFE2931) is known color: Alizarin. HEX triplet: FE, 29 and 31. RGB value is (254,41,49). Sum of RGB (Red+Green+Blue) = 254+41+49=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2931 is #01D6CE. Grayscale: #696969. Windows color (decimal): -120527 or 3222014. OLE color: 3222014.
HSL color Cylindrical-coordinate representation of color #FE2931: hue angle of 357.75º 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 #FE2931 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 49 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.00 |
| HSL | 357.75º | 0.99% | 0.58% | - |
| HSV(B) | 357.75º | 0.84% | 1% | - |
| XYZ | 42.22 | 22.88 | 5.1 | - |
| YUV | 105.6 | 96.07 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 49 | 0 | 0.84 | 0.81 | 0.00 | 357.75 | 0.99 | 0.58 |
| Hex | FE | 29 | 31 | 0 | 54 | 51 | 0 | 166 | 63 | 3A |
| Octal | 376 | 51 | 61 | 0 | 124 | 121 | 0 | 546 | 143 | 72 |
| Binary | 11111110 | 101001 | 110001 | 0 | 1010100 | 1010001 | 0 | 101100110 | 1100011 | 111010 |
Color Harmonies of #FE2931
Complementary color
Monochromatic Colors of #FE2931
Black with #FE2931
Text Example
Text Example
White with #FE2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2931; }
p { color: rgb(254,41,49); }
H1.HeaderClassName
{
color: #FE2931;
}
.AnyTagClassName
{
color: #FE2931;
}
</style>
background-color css
<style>
a { background-color: #FE2931; }
a { background-color: rgb(254,41,49); }
div.DivClassName
{
background-color: #FE2931;
}
.BgClassName
{
background-color: #FE2931;
}
</style>
border-color css
<style>
span { border-color: #FE2931; }
span { border-color: rgb(254,41,49); }
td.TdClassName
{
border-color: #FE2931;
}
.TagClassName
{
border-color: #FE2931;
}
</style>