Shades of Alizarin #FE3335
Tints of Alizarin #FE3335
RGB
CMYK
RGB Variations
Color information
#FE3335 (or 0xFE3335) is known color: Alizarin. HEX triplet: FE, 33 and 35. RGB value is (254,51,53). Sum of RGB (Red+Green+Blue) = 254+51+53=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3335 is #01CCCA. Grayscale: #707070. Windows color (decimal): -117963 or 3486718. OLE color: 3486718.
HSL color Cylindrical-coordinate representation of color #FE3335: hue angle of 359.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3335 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 53 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.00 |
| HSL | 359.41º | 0.99% | 0.6% | - |
| HSV(B) | 359.41º | 0.8% | 1% | - |
| XYZ | 42.7 | 23.7 | 5.69 | - |
| YUV | 111.93 | 94.75 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 53 | 0 | 0.80 | 0.79 | 0.00 | 359.41 | 0.99 | 0.6 |
| Hex | FE | 33 | 35 | 0 | 50 | 4F | 0 | 167 | 63 | 3C |
| Octal | 376 | 63 | 65 | 0 | 120 | 117 | 0 | 547 | 143 | 74 |
| Binary | 11111110 | 110011 | 110101 | 0 | 1010000 | 1001111 | 0 | 101100111 | 1100011 | 111100 |
Color Harmonies of #FE3335
Complementary color
Monochromatic Colors of #FE3335
Black with #FE3335
Text Example
Text Example
White with #FE3335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3335; }
p { color: rgb(254,51,53); }
H1.HeaderClassName
{
color: #FE3335;
}
.AnyTagClassName
{
color: #FE3335;
}
</style>
background-color css
<style>
a { background-color: #FE3335; }
a { background-color: rgb(254,51,53); }
div.DivClassName
{
background-color: #FE3335;
}
.BgClassName
{
background-color: #FE3335;
}
</style>
border-color css
<style>
span { border-color: #FE3335; }
span { border-color: rgb(254,51,53); }
td.TdClassName
{
border-color: #FE3335;
}
.TagClassName
{
border-color: #FE3335;
}
</style>