Shades of Alizarin #FE343D
Tints of Alizarin #FE343D
RGB
CMYK
RGB Variations
Color information
#FE343D (or 0xFE343D) is known color: Alizarin. HEX triplet: FE, 34 and 3D. RGB value is (254,52,61). Sum of RGB (Red+Green+Blue) = 254+52+61=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE343D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE343D is #01CBC2. Grayscale: #717171. Windows color (decimal): -117699 or 4011262. OLE color: 4011262.
HSL color Cylindrical-coordinate representation of color #FE343D: hue angle of 357.33º 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 #FE343D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 61 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.00 |
| HSL | 357.33º | 0.99% | 0.6% | - |
| HSV(B) | 357.33º | 0.8% | 1% | - |
| XYZ | 42.94 | 23.86 | 6.76 | - |
| YUV | 113.42 | 98.42 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 61 | 0 | 0.80 | 0.76 | 0.00 | 357.33 | 0.99 | 0.6 |
| Hex | FE | 34 | 3D | 0 | 50 | 4C | 0 | 165 | 63 | 3C |
| Octal | 376 | 64 | 75 | 0 | 120 | 114 | 0 | 545 | 143 | 74 |
| Binary | 11111110 | 110100 | 111101 | 0 | 1010000 | 1001100 | 0 | 101100101 | 1100011 | 111100 |
Color Harmonies of #FE343D
Complementary color
Monochromatic Colors of #FE343D
Black with #FE343D
Text Example
Text Example
White with #FE343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE343D; }
p { color: rgb(254,52,61); }
H1.HeaderClassName
{
color: #FE343D;
}
.AnyTagClassName
{
color: #FE343D;
}
</style>
background-color css
<style>
a { background-color: #FE343D; }
a { background-color: rgb(254,52,61); }
div.DivClassName
{
background-color: #FE343D;
}
.BgClassName
{
background-color: #FE343D;
}
</style>
border-color css
<style>
span { border-color: #FE343D; }
span { border-color: rgb(254,52,61); }
td.TdClassName
{
border-color: #FE343D;
}
.TagClassName
{
border-color: #FE343D;
}
</style>