Shades of Crimson #D61634
Tints of Crimson #D61634
RGB
CMYK
RGB Variations
Color information
#D61634 (or 0xD61634) is known color: Crimson. HEX triplet: D6, 16 and 34. RGB value is (214,22,52). Sum of RGB (Red+Green+Blue) = 214+22+52=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D61634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61634 is #29E9CB. Grayscale: #525252. Windows color (decimal): -2746828 or 3413718. OLE color: 3413718.
HSL color Cylindrical-coordinate representation of color #D61634: hue angle of 350.62º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61634 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 52 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.16 |
| HSL | 350.63º | 0.81% | 0.46% | - |
| HSV(B) | 350.63º | 0.9% | 0.84% | - |
| XYZ | 28.64 | 15.12 | 4.66 | - |
| YUV | 82.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 52 | 0 | 0.90 | 0.76 | 0.16 | 350.63 | 0.81 | 0.46 |
| Hex | D6 | 16 | 34 | 0 | 5A | 4C | 10 | 15F | 51 | 2E |
| Octal | 326 | 26 | 64 | 0 | 132 | 114 | 20 | 537 | 121 | 56 |
| Binary | 11010110 | 10110 | 110100 | 0 | 1011010 | 1001100 | 10000 | 101011111 | 1010001 | 101110 |
Color Harmonies of #D61634
Complementary color
Monochromatic Colors of #D61634
Black with #D61634
Text Example
Text Example
White with #D61634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61634; }
p { color: rgb(214,22,52); }
H1.HeaderClassName
{
color: #D61634;
}
.AnyTagClassName
{
color: #D61634;
}
</style>
background-color css
<style>
a { background-color: #D61634; }
a { background-color: rgb(214,22,52); }
div.DivClassName
{
background-color: #D61634;
}
.BgClassName
{
background-color: #D61634;
}
</style>
border-color css
<style>
span { border-color: #D61634; }
span { border-color: rgb(214,22,52); }
td.TdClassName
{
border-color: #D61634;
}
.TagClassName
{
border-color: #D61634;
}
</style>