Shades of Alizarin #FE343C
Tints of Alizarin #FE343C
RGB
CMYK
RGB Variations
Color information
#FE343C (or 0xFE343C) is known color: Alizarin. HEX triplet: FE, 34 and 3C. RGB value is (254,52,60). Sum of RGB (Red+Green+Blue) = 254+52+60=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE343C is #01CBC3. Grayscale: #717171. Windows color (decimal): -117700 or 3945726. OLE color: 3945726.
HSL color Cylindrical-coordinate representation of color #FE343C: hue angle of 357.62º 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 #FE343C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 60 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.00 |
| HSL | 357.62º | 0.99% | 0.6% | - |
| HSV(B) | 357.62º | 0.8% | 1% | - |
| XYZ | 42.92 | 23.85 | 6.62 | - |
| YUV | 113.31 | 97.92 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 60 | 0 | 0.80 | 0.76 | 0.00 | 357.62 | 0.99 | 0.6 |
| Hex | FE | 34 | 3C | 0 | 50 | 4C | 0 | 166 | 63 | 3C |
| Octal | 376 | 64 | 74 | 0 | 120 | 114 | 0 | 546 | 143 | 74 |
| Binary | 11111110 | 110100 | 111100 | 0 | 1010000 | 1001100 | 0 | 101100110 | 1100011 | 111100 |
Color Harmonies of #FE343C
Complementary color
Monochromatic Colors of #FE343C
Black with #FE343C
Text Example
Text Example
White with #FE343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE343C; }
p { color: rgb(254,52,60); }
H1.HeaderClassName
{
color: #FE343C;
}
.AnyTagClassName
{
color: #FE343C;
}
</style>
background-color css
<style>
a { background-color: #FE343C; }
a { background-color: rgb(254,52,60); }
div.DivClassName
{
background-color: #FE343C;
}
.BgClassName
{
background-color: #FE343C;
}
</style>
border-color css
<style>
span { border-color: #FE343C; }
span { border-color: rgb(254,52,60); }
td.TdClassName
{
border-color: #FE343C;
}
.TagClassName
{
border-color: #FE343C;
}
</style>