Shades of Alizarin #FF343C
Tints of Alizarin #FF343C
RGB
CMYK
RGB Variations
Color information
#FF343C (or 0xFF343C) is known color: Alizarin. HEX triplet: FF, 34 and 3C. RGB value is (255,52,60). Sum of RGB (Red+Green+Blue) = 255+52+60=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF343C is #00CBC3. Grayscale: #717171. Windows color (decimal): -52164 or 3945727. OLE color: 3945727.
HSL color Cylindrical-coordinate representation of color #FF343C: hue angle of 357.64º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF343C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 60 | - |
| CMYK | 0 | 0.80 | 0.76 | 0 |
| HSL | 357.64º | 1% | 0.6% | - |
| HSV(B) | 357.64º | 0.8% | 1% | - |
| XYZ | 43.28 | 24.04 | 6.63 | - |
| YUV | 113.61 | 97.75 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 60 | 0 | 0.80 | 0.76 | 0 | 357.64 | 1 | 0.6 |
| Hex | FF | 34 | 3C | 0 | 50 | 4C | 0 | 166 | 64 | 3C |
| Octal | 377 | 64 | 74 | 0 | 120 | 114 | 0 | 546 | 144 | 74 |
| Binary | 11111111 | 110100 | 111100 | 0 | 1010000 | 1001100 | 0 | 101100110 | 1100100 | 111100 |
Color Harmonies of #FF343C
Complementary color
Monochromatic Colors of #FF343C
Black with #FF343C
Text Example
Text Example
White with #FF343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF343C; }
p { color: rgb(255,52,60); }
H1.HeaderClassName
{
color: #FF343C;
}
.AnyTagClassName
{
color: #FF343C;
}
</style>
background-color css
<style>
a { background-color: #FF343C; }
a { background-color: rgb(255,52,60); }
div.DivClassName
{
background-color: #FF343C;
}
.BgClassName
{
background-color: #FF343C;
}
</style>
border-color css
<style>
span { border-color: #FF343C; }
span { border-color: rgb(255,52,60); }
td.TdClassName
{
border-color: #FF343C;
}
.TagClassName
{
border-color: #FF343C;
}
</style>