Shades of Alizarin #FF313C
Tints of Alizarin #FF313C
RGB
CMYK
RGB Variations
Color information
#FF313C (or 0xFF313C) is known color: Alizarin. HEX triplet: FF, 31 and 3C. RGB value is (255,49,60). Sum of RGB (Red+Green+Blue) = 255+49+60=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF313C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF313C is #00CEC3. Grayscale: #707070. Windows color (decimal): -52932 or 3944959. OLE color: 3944959.
HSL color Cylindrical-coordinate representation of color #FF313C: hue angle of 356.8º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF313C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 60 | - |
| CMYK | 0 | 0.81 | 0.76 | 0 |
| HSL | 356.8º | 1% | 0.6% | - |
| HSV(B) | 356.8º | 0.81% | 1% | - |
| XYZ | 43.15 | 23.78 | 6.59 | - |
| YUV | 111.85 | 98.75 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 60 | 0 | 0.81 | 0.76 | 0 | 356.8 | 1 | 0.6 |
| Hex | FF | 31 | 3C | 0 | 51 | 4C | 0 | 165 | 64 | 3C |
| Octal | 377 | 61 | 74 | 0 | 121 | 114 | 0 | 545 | 144 | 74 |
| Binary | 11111111 | 110001 | 111100 | 0 | 1010001 | 1001100 | 0 | 101100101 | 1100100 | 111100 |
Color Harmonies of #FF313C
Complementary color
Monochromatic Colors of #FF313C
Black with #FF313C
Text Example
Text Example
White with #FF313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF313C; }
p { color: rgb(255,49,60); }
H1.HeaderClassName
{
color: #FF313C;
}
.AnyTagClassName
{
color: #FF313C;
}
</style>
background-color css
<style>
a { background-color: #FF313C; }
a { background-color: rgb(255,49,60); }
div.DivClassName
{
background-color: #FF313C;
}
.BgClassName
{
background-color: #FF313C;
}
</style>
border-color css
<style>
span { border-color: #FF313C; }
span { border-color: rgb(255,49,60); }
td.TdClassName
{
border-color: #FF313C;
}
.TagClassName
{
border-color: #FF313C;
}
</style>