Shades of Crimson #D31137
Tints of Crimson #D31137
RGB
CMYK
RGB Variations
Color information
#D31137 (or 0xD31137) is known color: Crimson. HEX triplet: D3, 11 and 37. RGB value is (211,17,55). Sum of RGB (Red+Green+Blue) = 211+17+55=283 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.56% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 211 - color contains mainly: red. Hex color #D31137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31137 is #2CEEC8. Grayscale: #4F4F4F. Windows color (decimal): -2944713 or 3609043. OLE color: 3609043.
HSL color Cylindrical-coordinate representation of color #D31137: hue angle of 348.25º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31137 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 17 | 55 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.17 |
| HSL | 348.25º | 0.85% | 0.45% | - |
| HSV(B) | 348.25º | 0.92% | 0.83% | - |
| XYZ | 27.75 | 14.53 | 4.96 | - |
| YUV | 79.34 | 114.27 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 55 | 0 | 0.92 | 0.74 | 0.17 | 348.25 | 0.85 | 0.45 |
| Hex | D3 | 11 | 37 | 0 | 5C | 4A | 11 | 15C | 55 | 2D |
| Octal | 323 | 21 | 67 | 0 | 134 | 112 | 21 | 534 | 125 | 55 |
| Binary | 11010011 | 10001 | 110111 | 0 | 1011100 | 1001010 | 10001 | 101011100 | 1010101 | 101101 |
Color Harmonies of #D31137
Complementary color
Monochromatic Colors of #D31137
Black with #D31137
Text Example
Text Example
White with #D31137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31137; }
p { color: rgb(211,17,55); }
H1.HeaderClassName
{
color: #D31137;
}
.AnyTagClassName
{
color: #D31137;
}
</style>
background-color css
<style>
a { background-color: #D31137; }
a { background-color: rgb(211,17,55); }
div.DivClassName
{
background-color: #D31137;
}
.BgClassName
{
background-color: #D31137;
}
</style>
border-color css
<style>
span { border-color: #D31137; }
span { border-color: rgb(211,17,55); }
td.TdClassName
{
border-color: #D31137;
}
.TagClassName
{
border-color: #D31137;
}
</style>