Shades of Alizarin #FE3435
Tints of Alizarin #FE3435
RGB
CMYK
RGB Variations
Color information
#FE3435 (or 0xFE3435) is known color: Alizarin. HEX triplet: FE, 34 and 35. RGB value is (254,52,53). Sum of RGB (Red+Green+Blue) = 254+52+53=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3435 is #01CBCA. Grayscale: #707070. Windows color (decimal): -117707 or 3486974. OLE color: 3486974.
HSL color Cylindrical-coordinate representation of color #FE3435: hue angle of 359.7º 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 #FE3435 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 53 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.00 |
| HSL | 359.7º | 0.99% | 0.6% | - |
| HSV(B) | 359.7º | 0.8% | 1% | - |
| XYZ | 42.74 | 23.78 | 5.71 | - |
| YUV | 112.51 | 94.42 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 53 | 0 | 0.80 | 0.79 | 0.00 | 359.7 | 0.99 | 0.6 |
| Hex | FE | 34 | 35 | 0 | 50 | 4F | 0 | 168 | 63 | 3C |
| Octal | 376 | 64 | 65 | 0 | 120 | 117 | 0 | 550 | 143 | 74 |
| Binary | 11111110 | 110100 | 110101 | 0 | 1010000 | 1001111 | 0 | 101101000 | 1100011 | 111100 |
Color Harmonies of #FE3435
Complementary color
Monochromatic Colors of #FE3435
Black with #FE3435
Text Example
Text Example
White with #FE3435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3435; }
p { color: rgb(254,52,53); }
H1.HeaderClassName
{
color: #FE3435;
}
.AnyTagClassName
{
color: #FE3435;
}
</style>
background-color css
<style>
a { background-color: #FE3435; }
a { background-color: rgb(254,52,53); }
div.DivClassName
{
background-color: #FE3435;
}
.BgClassName
{
background-color: #FE3435;
}
</style>
border-color css
<style>
span { border-color: #FE3435; }
span { border-color: rgb(254,52,53); }
td.TdClassName
{
border-color: #FE3435;
}
.TagClassName
{
border-color: #FE3435;
}
</style>