Shades of Alizarin #FE3133
Tints of Alizarin #FE3133
RGB
CMYK
RGB Variations
Color information
#FE3133 (or 0xFE3133) is known color: Alizarin. HEX triplet: FE, 31 and 33. RGB value is (254,49,51). Sum of RGB (Red+Green+Blue) = 254+49+51=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3133 is #01CECC. Grayscale: #6E6E6E. Windows color (decimal): -118477 or 3355134. OLE color: 3355134.
HSL color Cylindrical-coordinate representation of color #FE3133: hue angle of 359.41º 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 #FE3133 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 51 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.00 |
| HSL | 359.41º | 0.99% | 0.59% | - |
| HSV(B) | 359.41º | 0.81% | 1% | - |
| XYZ | 42.57 | 23.51 | 5.43 | - |
| YUV | 110.52 | 94.42 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 51 | 0 | 0.81 | 0.80 | 0.00 | 359.41 | 0.99 | 0.59 |
| Hex | FE | 31 | 33 | 0 | 51 | 50 | 0 | 167 | 63 | 3B |
| Octal | 376 | 61 | 63 | 0 | 121 | 120 | 0 | 547 | 143 | 73 |
| Binary | 11111110 | 110001 | 110011 | 0 | 1010001 | 1010000 | 0 | 101100111 | 1100011 | 111011 |
Color Harmonies of #FE3133
Complementary color
Monochromatic Colors of #FE3133
Black with #FE3133
Text Example
Text Example
White with #FE3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3133; }
p { color: rgb(254,49,51); }
H1.HeaderClassName
{
color: #FE3133;
}
.AnyTagClassName
{
color: #FE3133;
}
</style>
background-color css
<style>
a { background-color: #FE3133; }
a { background-color: rgb(254,49,51); }
div.DivClassName
{
background-color: #FE3133;
}
.BgClassName
{
background-color: #FE3133;
}
</style>
border-color css
<style>
span { border-color: #FE3133; }
span { border-color: rgb(254,49,51); }
td.TdClassName
{
border-color: #FE3133;
}
.TagClassName
{
border-color: #FE3133;
}
</style>