Shades of Alizarin #FE2939
Tints of Alizarin #FE2939
RGB
CMYK
RGB Variations
Color information
#FE2939 (or 0xFE2939) is known color: Alizarin. HEX triplet: FE, 29 and 39. RGB value is (254,41,57). Sum of RGB (Red+Green+Blue) = 254+41+57=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2939 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2939 is #01D6C6. Grayscale: #6A6A6A. Windows color (decimal): -120519 or 3746302. OLE color: 3746302.
HSL color Cylindrical-coordinate representation of color #FE2939: hue angle of 355.49º 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 #FE2939 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 57 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.00 |
| HSL | 355.49º | 0.99% | 0.58% | - |
| HSV(B) | 355.49º | 0.84% | 1% | - |
| XYZ | 42.4 | 22.95 | 6.07 | - |
| YUV | 106.51 | 100.07 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 57 | 0 | 0.84 | 0.78 | 0.00 | 355.49 | 0.99 | 0.58 |
| Hex | FE | 29 | 39 | 0 | 54 | 4E | 0 | 163 | 63 | 3A |
| Octal | 376 | 51 | 71 | 0 | 124 | 116 | 0 | 543 | 143 | 72 |
| Binary | 11111110 | 101001 | 111001 | 0 | 1010100 | 1001110 | 0 | 101100011 | 1100011 | 111010 |
Color Harmonies of #FE2939
Complementary color
Monochromatic Colors of #FE2939
Black with #FE2939
Text Example
Text Example
White with #FE2939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2939; }
p { color: rgb(254,41,57); }
H1.HeaderClassName
{
color: #FE2939;
}
.AnyTagClassName
{
color: #FE2939;
}
</style>
background-color css
<style>
a { background-color: #FE2939; }
a { background-color: rgb(254,41,57); }
div.DivClassName
{
background-color: #FE2939;
}
.BgClassName
{
background-color: #FE2939;
}
</style>
border-color css
<style>
span { border-color: #FE2939; }
span { border-color: rgb(254,41,57); }
td.TdClassName
{
border-color: #FE2939;
}
.TagClassName
{
border-color: #FE2939;
}
</style>