Shades of Crimson #D61D3D
Tints of Crimson #D61D3D
RGB
CMYK
RGB Variations
Color information
#D61D3D (or 0xD61D3D) is known color: Crimson. HEX triplet: D6, 1D and 3D. RGB value is (214,29,61). Sum of RGB (Red+Green+Blue) = 214+29+61=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61D3D is #29E2C2. Grayscale: #585858. Windows color (decimal): -2745027 or 4005334. OLE color: 4005334.
HSL color Cylindrical-coordinate representation of color #D61D3D: hue angle of 349.62º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D3D is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 61 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.16 |
| HSL | 349.62º | 0.76% | 0.48% | - |
| HSV(B) | 349.62º | 0.86% | 0.84% | - |
| XYZ | 29.01 | 15.51 | 5.88 | - |
| YUV | 87.96 | 112.79 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 61 | 0 | 0.86 | 0.71 | 0.16 | 349.62 | 0.76 | 0.48 |
| Hex | D6 | 1D | 3D | 0 | 56 | 47 | 10 | 15E | 4C | 30 |
| Octal | 326 | 35 | 75 | 0 | 126 | 107 | 20 | 536 | 114 | 60 |
| Binary | 11010110 | 11101 | 111101 | 0 | 1010110 | 1000111 | 10000 | 101011110 | 1001100 | 110000 |
Color Harmonies of #D61D3D
Complementary color
Monochromatic Colors of #D61D3D
Black with #D61D3D
Text Example
Text Example
White with #D61D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D3D; }
p { color: rgb(214,29,61); }
H1.HeaderClassName
{
color: #D61D3D;
}
.AnyTagClassName
{
color: #D61D3D;
}
</style>
background-color css
<style>
a { background-color: #D61D3D; }
a { background-color: rgb(214,29,61); }
div.DivClassName
{
background-color: #D61D3D;
}
.BgClassName
{
background-color: #D61D3D;
}
</style>
border-color css
<style>
span { border-color: #D61D3D; }
span { border-color: rgb(214,29,61); }
td.TdClassName
{
border-color: #D61D3D;
}
.TagClassName
{
border-color: #D61D3D;
}
</style>