Shades of Crimson #D51137
Tints of Crimson #D51137
RGB
CMYK
RGB Variations
Color information
#D51137 (or 0xD51137) is known color: Crimson. HEX triplet: D5, 11 and 37. RGB value is (213,17,55). Sum of RGB (Red+Green+Blue) = 213+17+55=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D51137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51137 is #2AEEC8. Grayscale: #4F4F4F. Windows color (decimal): -2813641 or 3609045. OLE color: 3609045.
HSL color Cylindrical-coordinate representation of color #D51137: hue angle of 348.37º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51137 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 55 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.16 |
| HSL | 348.37º | 0.85% | 0.45% | - |
| HSV(B) | 348.37º | 0.92% | 0.84% | - |
| XYZ | 28.33 | 14.82 | 4.98 | - |
| YUV | 79.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 55 | 0 | 0.92 | 0.74 | 0.16 | 348.37 | 0.85 | 0.45 |
| Hex | D5 | 11 | 37 | 0 | 5C | 4A | 10 | 15C | 55 | 2D |
| Octal | 325 | 21 | 67 | 0 | 134 | 112 | 20 | 534 | 125 | 55 |
| Binary | 11010101 | 10001 | 110111 | 0 | 1011100 | 1001010 | 10000 | 101011100 | 1010101 | 101101 |
Color Harmonies of #D51137
Complementary color
Monochromatic Colors of #D51137
Black with #D51137
Text Example
Text Example
White with #D51137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51137; }
p { color: rgb(213,17,55); }
H1.HeaderClassName
{
color: #D51137;
}
.AnyTagClassName
{
color: #D51137;
}
</style>
background-color css
<style>
a { background-color: #D51137; }
a { background-color: rgb(213,17,55); }
div.DivClassName
{
background-color: #D51137;
}
.BgClassName
{
background-color: #D51137;
}
</style>
border-color css
<style>
span { border-color: #D51137; }
span { border-color: rgb(213,17,55); }
td.TdClassName
{
border-color: #D51137;
}
.TagClassName
{
border-color: #D51137;
}
</style>