Shades of Alizarin #FE2F33
Tints of Alizarin #FE2F33
RGB
CMYK
RGB Variations
Color information
#FE2F33 (or 0xFE2F33) is known color: Alizarin. HEX triplet: FE, 2F and 33. RGB value is (254,47,51). Sum of RGB (Red+Green+Blue) = 254+47+51=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F33 is #01D0CC. Grayscale: #6D6D6D. Windows color (decimal): -118989 or 3354622. OLE color: 3354622.
HSL color Cylindrical-coordinate representation of color #FE2F33: hue angle of 358.84º 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 #FE2F33 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 51 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.00 |
| HSL | 358.84º | 0.99% | 0.59% | - |
| HSV(B) | 358.84º | 0.81% | 1% | - |
| XYZ | 42.49 | 23.34 | 5.4 | - |
| YUV | 109.35 | 95.08 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 51 | 0 | 0.81 | 0.80 | 0.00 | 358.84 | 0.99 | 0.59 |
| Hex | FE | 2F | 33 | 0 | 51 | 50 | 0 | 167 | 63 | 3B |
| Octal | 376 | 57 | 63 | 0 | 121 | 120 | 0 | 547 | 143 | 73 |
| Binary | 11111110 | 101111 | 110011 | 0 | 1010001 | 1010000 | 0 | 101100111 | 1100011 | 111011 |
Color Harmonies of #FE2F33
Complementary color
Monochromatic Colors of #FE2F33
Black with #FE2F33
Text Example
Text Example
White with #FE2F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F33; }
p { color: rgb(254,47,51); }
H1.HeaderClassName
{
color: #FE2F33;
}
.AnyTagClassName
{
color: #FE2F33;
}
</style>
background-color css
<style>
a { background-color: #FE2F33; }
a { background-color: rgb(254,47,51); }
div.DivClassName
{
background-color: #FE2F33;
}
.BgClassName
{
background-color: #FE2F33;
}
</style>
border-color css
<style>
span { border-color: #FE2F33; }
span { border-color: rgb(254,47,51); }
td.TdClassName
{
border-color: #FE2F33;
}
.TagClassName
{
border-color: #FE2F33;
}
</style>