Shades of Crimson #D61C37
Tints of Crimson #D61C37
RGB
CMYK
RGB Variations
Color information
#D61C37 (or 0xD61C37) is known color: Crimson. HEX triplet: D6, 1C and 37. RGB value is (214,28,55). Sum of RGB (Red+Green+Blue) = 214+28+55=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61C37 is #29E3C8. Grayscale: #565656. Windows color (decimal): -2745289 or 3611862. OLE color: 3611862.
HSL color Cylindrical-coordinate representation of color #D61C37: hue angle of 351.29º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61C37 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 55 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.16 |
| HSL | 351.29º | 0.77% | 0.47% | - |
| HSV(B) | 351.29º | 0.87% | 0.84% | - |
| XYZ | 28.84 | 15.4 | 5.07 | - |
| YUV | 86.69 | 110.12 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 55 | 0 | 0.87 | 0.74 | 0.16 | 351.29 | 0.77 | 0.47 |
| Hex | D6 | 1C | 37 | 0 | 57 | 4A | 10 | 15F | 4D | 2F |
| Octal | 326 | 34 | 67 | 0 | 127 | 112 | 20 | 537 | 115 | 57 |
| Binary | 11010110 | 11100 | 110111 | 0 | 1010111 | 1001010 | 10000 | 101011111 | 1001101 | 101111 |
Color Harmonies of #D61C37
Complementary color
Monochromatic Colors of #D61C37
Black with #D61C37
Text Example
Text Example
White with #D61C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C37; }
p { color: rgb(214,28,55); }
H1.HeaderClassName
{
color: #D61C37;
}
.AnyTagClassName
{
color: #D61C37;
}
</style>
background-color css
<style>
a { background-color: #D61C37; }
a { background-color: rgb(214,28,55); }
div.DivClassName
{
background-color: #D61C37;
}
.BgClassName
{
background-color: #D61C37;
}
</style>
border-color css
<style>
span { border-color: #D61C37; }
span { border-color: rgb(214,28,55); }
td.TdClassName
{
border-color: #D61C37;
}
.TagClassName
{
border-color: #D61C37;
}
</style>