Shades of Crimson #D6134D
Tints of Crimson #D6134D
RGB
CMYK
RGB Variations
Color information
#D6134D (or 0xD6134D) is known color: Crimson. HEX triplet: D6, 13 and 4D. RGB value is (214,19,77). Sum of RGB (Red+Green+Blue) = 214+19+77=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6134D is #29ECB2. Grayscale: #535353. Windows color (decimal): -2747571 or 5051350. OLE color: 5051350.
HSL color Cylindrical-coordinate representation of color #D6134D: hue angle of 342.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6134D is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 77 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.16 |
| HSL | 342.15º | 0.84% | 0.46% | - |
| HSV(B) | 342.15º | 0.91% | 0.84% | - |
| XYZ | 29.3 | 15.3 | 8.43 | - |
| YUV | 83.92 | 124.1 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 77 | 0 | 0.91 | 0.64 | 0.16 | 342.15 | 0.84 | 0.46 |
| Hex | D6 | 13 | 4D | 0 | 5B | 40 | 10 | 156 | 54 | 2E |
| Octal | 326 | 23 | 115 | 0 | 133 | 100 | 20 | 526 | 124 | 56 |
| Binary | 11010110 | 10011 | 1001101 | 0 | 1011011 | 1000000 | 10000 | 101010110 | 1010100 | 101110 |
Color Harmonies of #D6134D
Complementary color
Monochromatic Colors of #D6134D
Black with #D6134D
Text Example
Text Example
White with #D6134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6134D; }
p { color: rgb(214,19,77); }
H1.HeaderClassName
{
color: #D6134D;
}
.AnyTagClassName
{
color: #D6134D;
}
</style>
background-color css
<style>
a { background-color: #D6134D; }
a { background-color: rgb(214,19,77); }
div.DivClassName
{
background-color: #D6134D;
}
.BgClassName
{
background-color: #D6134D;
}
</style>
border-color css
<style>
span { border-color: #D6134D; }
span { border-color: rgb(214,19,77); }
td.TdClassName
{
border-color: #D6134D;
}
.TagClassName
{
border-color: #D6134D;
}
</style>