Shades of Alizarin #FF313A
Tints of Alizarin #FF313A
RGB
CMYK
RGB Variations
Color information
#FF313A (or 0xFF313A) is known color: Alizarin. HEX triplet: FF, 31 and 3A. RGB value is (255,49,58). Sum of RGB (Red+Green+Blue) = 255+49+58=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF313A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF313A is #00CEC5. Grayscale: #6F6F6F. Windows color (decimal): -52934 or 3813887. OLE color: 3813887.
HSL color Cylindrical-coordinate representation of color #FF313A: hue angle of 357.38º 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 #FF313A is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 58 | - |
| CMYK | 0 | 0.81 | 0.77 | 0 |
| HSL | 357.38º | 1% | 0.6% | - |
| HSV(B) | 357.38º | 0.81% | 1% | - |
| XYZ | 43.1 | 23.76 | 6.32 | - |
| YUV | 111.62 | 97.75 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 58 | 0 | 0.81 | 0.77 | 0 | 357.38 | 1 | 0.6 |
| Hex | FF | 31 | 3A | 0 | 51 | 4D | 0 | 165 | 64 | 3C |
| Octal | 377 | 61 | 72 | 0 | 121 | 115 | 0 | 545 | 144 | 74 |
| Binary | 11111111 | 110001 | 111010 | 0 | 1010001 | 1001101 | 0 | 101100101 | 1100100 | 111100 |
Color Harmonies of #FF313A
Complementary color
Monochromatic Colors of #FF313A
Black with #FF313A
Text Example
Text Example
White with #FF313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF313A; }
p { color: rgb(255,49,58); }
H1.HeaderClassName
{
color: #FF313A;
}
.AnyTagClassName
{
color: #FF313A;
}
</style>
background-color css
<style>
a { background-color: #FF313A; }
a { background-color: rgb(255,49,58); }
div.DivClassName
{
background-color: #FF313A;
}
.BgClassName
{
background-color: #FF313A;
}
</style>
border-color css
<style>
span { border-color: #FF313A; }
span { border-color: rgb(255,49,58); }
td.TdClassName
{
border-color: #FF313A;
}
.TagClassName
{
border-color: #FF313A;
}
</style>