Shades of Alizarin #FF313B
Tints of Alizarin #FF313B
RGB
CMYK
RGB Variations
Color information
#FF313B (or 0xFF313B) is known color: Alizarin. HEX triplet: FF, 31 and 3B. RGB value is (255,49,59). Sum of RGB (Red+Green+Blue) = 255+49+59=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF313B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF313B is #00CEC4. Grayscale: #6F6F6F. Windows color (decimal): -52933 or 3879423. OLE color: 3879423.
HSL color Cylindrical-coordinate representation of color #FF313B: hue angle of 357.09º 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 #FF313B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 59 | - |
| CMYK | 0 | 0.81 | 0.77 | 0 |
| HSL | 357.09º | 1% | 0.6% | - |
| HSV(B) | 357.09º | 0.81% | 1% | - |
| XYZ | 43.13 | 23.77 | 6.45 | - |
| YUV | 111.73 | 98.25 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 59 | 0 | 0.81 | 0.77 | 0 | 357.09 | 1 | 0.6 |
| Hex | FF | 31 | 3B | 0 | 51 | 4D | 0 | 165 | 64 | 3C |
| Octal | 377 | 61 | 73 | 0 | 121 | 115 | 0 | 545 | 144 | 74 |
| Binary | 11111111 | 110001 | 111011 | 0 | 1010001 | 1001101 | 0 | 101100101 | 1100100 | 111100 |
Color Harmonies of #FF313B
Complementary color
Monochromatic Colors of #FF313B
Black with #FF313B
Text Example
Text Example
White with #FF313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF313B; }
p { color: rgb(255,49,59); }
H1.HeaderClassName
{
color: #FF313B;
}
.AnyTagClassName
{
color: #FF313B;
}
</style>
background-color css
<style>
a { background-color: #FF313B; }
a { background-color: rgb(255,49,59); }
div.DivClassName
{
background-color: #FF313B;
}
.BgClassName
{
background-color: #FF313B;
}
</style>
border-color css
<style>
span { border-color: #FF313B; }
span { border-color: rgb(255,49,59); }
td.TdClassName
{
border-color: #FF313B;
}
.TagClassName
{
border-color: #FF313B;
}
</style>