Shades of Alizarin #FF3137
Tints of Alizarin #FF3137
RGB
CMYK
RGB Variations
Color information
#FF3137 (or 0xFF3137) is known color: Alizarin. HEX triplet: FF, 31 and 37. RGB value is (255,49,55). Sum of RGB (Red+Green+Blue) = 255+49+55=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3137 is #00CEC8. Grayscale: #6F6F6F. Windows color (decimal): -52937 or 3617279. OLE color: 3617279.
HSL color Cylindrical-coordinate representation of color #FF3137: hue angle of 358.25º 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 #FF3137 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 55 | - |
| CMYK | 0 | 0.81 | 0.78 | 0 |
| HSL | 358.25º | 1% | 0.6% | - |
| HSV(B) | 358.25º | 0.81% | 1% | - |
| XYZ | 43.03 | 23.73 | 5.93 | - |
| YUV | 111.28 | 96.25 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 55 | 0 | 0.81 | 0.78 | 0 | 358.25 | 1 | 0.6 |
| Hex | FF | 31 | 37 | 0 | 51 | 4E | 0 | 166 | 64 | 3C |
| Octal | 377 | 61 | 67 | 0 | 121 | 116 | 0 | 546 | 144 | 74 |
| Binary | 11111111 | 110001 | 110111 | 0 | 1010001 | 1001110 | 0 | 101100110 | 1100100 | 111100 |
Color Harmonies of #FF3137
Complementary color
Monochromatic Colors of #FF3137
Black with #FF3137
Text Example
Text Example
White with #FF3137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3137; }
p { color: rgb(255,49,55); }
H1.HeaderClassName
{
color: #FF3137;
}
.AnyTagClassName
{
color: #FF3137;
}
</style>
background-color css
<style>
a { background-color: #FF3137; }
a { background-color: rgb(255,49,55); }
div.DivClassName
{
background-color: #FF3137;
}
.BgClassName
{
background-color: #FF3137;
}
</style>
border-color css
<style>
span { border-color: #FF3137; }
span { border-color: rgb(255,49,55); }
td.TdClassName
{
border-color: #FF3137;
}
.TagClassName
{
border-color: #FF3137;
}
</style>