Shades of Crimson #D6174B
Tints of Crimson #D6174B
RGB
CMYK
RGB Variations
Color information
#D6174B (or 0xD6174B) is known color: Crimson. HEX triplet: D6, 17 and 4B. RGB value is (214,23,75). Sum of RGB (Red+Green+Blue) = 214+23+75=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6174B is #29E8B4. Grayscale: #565656. Windows color (decimal): -2746549 or 4921302. OLE color: 4921302.
HSL color Cylindrical-coordinate representation of color #D6174B: hue angle of 343.66º 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 #D6174B is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 75 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.16 |
| HSL | 343.66º | 0.81% | 0.46% | - |
| HSV(B) | 343.66º | 0.89% | 0.84% | - |
| XYZ | 29.31 | 15.42 | 8.09 | - |
| YUV | 86.04 | 121.78 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 75 | 0 | 0.89 | 0.65 | 0.16 | 343.66 | 0.81 | 0.46 |
| Hex | D6 | 17 | 4B | 0 | 59 | 41 | 10 | 158 | 51 | 2E |
| Octal | 326 | 27 | 113 | 0 | 131 | 101 | 20 | 530 | 121 | 56 |
| Binary | 11010110 | 10111 | 1001011 | 0 | 1011001 | 1000001 | 10000 | 101011000 | 1010001 | 101110 |
Color Harmonies of #D6174B
Complementary color
Monochromatic Colors of #D6174B
Black with #D6174B
Text Example
Text Example
White with #D6174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6174B; }
p { color: rgb(214,23,75); }
H1.HeaderClassName
{
color: #D6174B;
}
.AnyTagClassName
{
color: #D6174B;
}
</style>
background-color css
<style>
a { background-color: #D6174B; }
a { background-color: rgb(214,23,75); }
div.DivClassName
{
background-color: #D6174B;
}
.BgClassName
{
background-color: #D6174B;
}
</style>
border-color css
<style>
span { border-color: #D6174B; }
span { border-color: rgb(214,23,75); }
td.TdClassName
{
border-color: #D6174B;
}
.TagClassName
{
border-color: #D6174B;
}
</style>