Shades of Crimson #D61746
Tints of Crimson #D61746
RGB
CMYK
RGB Variations
Color information
#D61746 (or 0xD61746) is known color: Crimson. HEX triplet: D6, 17 and 46. RGB value is (214,23,70). Sum of RGB (Red+Green+Blue) = 214+23+70=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D61746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61746 is #29E8B9. Grayscale: #555555. Windows color (decimal): -2746554 or 4593622. OLE color: 4593622.
HSL color Cylindrical-coordinate representation of color #D61746: hue angle of 345.24º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61746 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 70 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.16 |
| HSL | 345.24º | 0.81% | 0.46% | - |
| HSV(B) | 345.24º | 0.89% | 0.84% | - |
| XYZ | 29.14 | 15.35 | 7.22 | - |
| YUV | 85.47 | 119.28 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 70 | 0 | 0.89 | 0.67 | 0.16 | 345.24 | 0.81 | 0.46 |
| Hex | D6 | 17 | 46 | 0 | 59 | 43 | 10 | 159 | 51 | 2E |
| Octal | 326 | 27 | 106 | 0 | 131 | 103 | 20 | 531 | 121 | 56 |
| Binary | 11010110 | 10111 | 1000110 | 0 | 1011001 | 1000011 | 10000 | 101011001 | 1010001 | 101110 |
Color Harmonies of #D61746
Complementary color
Monochromatic Colors of #D61746
Black with #D61746
Text Example
Text Example
White with #D61746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61746; }
p { color: rgb(214,23,70); }
H1.HeaderClassName
{
color: #D61746;
}
.AnyTagClassName
{
color: #D61746;
}
</style>
background-color css
<style>
a { background-color: #D61746; }
a { background-color: rgb(214,23,70); }
div.DivClassName
{
background-color: #D61746;
}
.BgClassName
{
background-color: #D61746;
}
</style>
border-color css
<style>
span { border-color: #D61746; }
span { border-color: rgb(214,23,70); }
td.TdClassName
{
border-color: #D61746;
}
.TagClassName
{
border-color: #D61746;
}
</style>