Shades of Crimson #D61137
Tints of Crimson #D61137
RGB
CMYK
RGB Variations
Color information
#D61137 (or 0xD61137) is known color: Crimson. HEX triplet: D6, 11 and 37. RGB value is (214,17,55). Sum of RGB (Red+Green+Blue) = 214+17+55=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D61137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61137 is #29EEC8. Grayscale: #505050. Windows color (decimal): -2748105 or 3609046. OLE color: 3609046.
HSL color Cylindrical-coordinate representation of color #D61137: hue angle of 348.43º 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 #D61137 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 55 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.16 |
| HSL | 348.43º | 0.85% | 0.45% | - |
| HSV(B) | 348.43º | 0.92% | 0.84% | - |
| XYZ | 28.62 | 14.97 | 5 | - |
| YUV | 80.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 55 | 0 | 0.92 | 0.74 | 0.16 | 348.43 | 0.85 | 0.45 |
| Hex | D6 | 11 | 37 | 0 | 5C | 4A | 10 | 15C | 55 | 2D |
| Octal | 326 | 21 | 67 | 0 | 134 | 112 | 20 | 534 | 125 | 55 |
| Binary | 11010110 | 10001 | 110111 | 0 | 1011100 | 1001010 | 10000 | 101011100 | 1010101 | 101101 |
Color Harmonies of #D61137
Complementary color
Monochromatic Colors of #D61137
Black with #D61137
Text Example
Text Example
White with #D61137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61137; }
p { color: rgb(214,17,55); }
H1.HeaderClassName
{
color: #D61137;
}
.AnyTagClassName
{
color: #D61137;
}
</style>
background-color css
<style>
a { background-color: #D61137; }
a { background-color: rgb(214,17,55); }
div.DivClassName
{
background-color: #D61137;
}
.BgClassName
{
background-color: #D61137;
}
</style>
border-color css
<style>
span { border-color: #D61137; }
span { border-color: rgb(214,17,55); }
td.TdClassName
{
border-color: #D61137;
}
.TagClassName
{
border-color: #D61137;
}
</style>