Shades of Alizarin #FE2F36
Tints of Alizarin #FE2F36
RGB
CMYK
RGB Variations
Color information
#FE2F36 (or 0xFE2F36) is known color: Alizarin. HEX triplet: FE, 2F and 36. RGB value is (254,47,54). Sum of RGB (Red+Green+Blue) = 254+47+54=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F36 is #01D0C9. Grayscale: #6D6D6D. Windows color (decimal): -118986 or 3551230. OLE color: 3551230.
HSL color Cylindrical-coordinate representation of color #FE2F36: hue angle of 357.97º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2F36 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 54 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.00 |
| HSL | 357.97º | 0.99% | 0.59% | - |
| HSV(B) | 357.97º | 0.81% | 1% | - |
| XYZ | 42.56 | 23.37 | 5.76 | - |
| YUV | 109.69 | 96.58 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 54 | 0 | 0.81 | 0.79 | 0.00 | 357.97 | 0.99 | 0.59 |
| Hex | FE | 2F | 36 | 0 | 51 | 4F | 0 | 166 | 63 | 3B |
| Octal | 376 | 57 | 66 | 0 | 121 | 117 | 0 | 546 | 143 | 73 |
| Binary | 11111110 | 101111 | 110110 | 0 | 1010001 | 1001111 | 0 | 101100110 | 1100011 | 111011 |
Color Harmonies of #FE2F36
Complementary color
Monochromatic Colors of #FE2F36
Black with #FE2F36
Text Example
Text Example
White with #FE2F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F36; }
p { color: rgb(254,47,54); }
H1.HeaderClassName
{
color: #FE2F36;
}
.AnyTagClassName
{
color: #FE2F36;
}
</style>
background-color css
<style>
a { background-color: #FE2F36; }
a { background-color: rgb(254,47,54); }
div.DivClassName
{
background-color: #FE2F36;
}
.BgClassName
{
background-color: #FE2F36;
}
</style>
border-color css
<style>
span { border-color: #FE2F36; }
span { border-color: rgb(254,47,54); }
td.TdClassName
{
border-color: #FE2F36;
}
.TagClassName
{
border-color: #FE2F36;
}
</style>