Shades of Alizarin #FE3135
Tints of Alizarin #FE3135
RGB
CMYK
RGB Variations
Color information
#FE3135 (or 0xFE3135) is known color: Alizarin. HEX triplet: FE, 31 and 35. RGB value is (254,49,53). Sum of RGB (Red+Green+Blue) = 254+49+53=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3135 is #01CECA. Grayscale: #6E6E6E. Windows color (decimal): -118475 or 3486206. OLE color: 3486206.
HSL color Cylindrical-coordinate representation of color #FE3135: hue angle of 358.83º 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 #FE3135 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 53 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.00 |
| HSL | 358.83º | 0.99% | 0.59% | - |
| HSV(B) | 358.83º | 0.81% | 1% | - |
| XYZ | 42.61 | 23.52 | 5.66 | - |
| YUV | 110.75 | 95.42 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 53 | 0 | 0.81 | 0.79 | 0.00 | 358.83 | 0.99 | 0.59 |
| Hex | FE | 31 | 35 | 0 | 51 | 4F | 0 | 167 | 63 | 3B |
| Octal | 376 | 61 | 65 | 0 | 121 | 117 | 0 | 547 | 143 | 73 |
| Binary | 11111110 | 110001 | 110101 | 0 | 1010001 | 1001111 | 0 | 101100111 | 1100011 | 111011 |
Color Harmonies of #FE3135
Complementary color
Monochromatic Colors of #FE3135
Black with #FE3135
Text Example
Text Example
White with #FE3135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3135; }
p { color: rgb(254,49,53); }
H1.HeaderClassName
{
color: #FE3135;
}
.AnyTagClassName
{
color: #FE3135;
}
</style>
background-color css
<style>
a { background-color: #FE3135; }
a { background-color: rgb(254,49,53); }
div.DivClassName
{
background-color: #FE3135;
}
.BgClassName
{
background-color: #FE3135;
}
</style>
border-color css
<style>
span { border-color: #FE3135; }
span { border-color: rgb(254,49,53); }
td.TdClassName
{
border-color: #FE3135;
}
.TagClassName
{
border-color: #FE3135;
}
</style>