Shades of Crimson #D8174B
Tints of Crimson #D8174B
RGB
CMYK
RGB Variations
Color information
#D8174B (or 0xD8174B) is known color: Crimson. HEX triplet: D8, 17 and 4B. RGB value is (216,23,75). Sum of RGB (Red+Green+Blue) = 216+23+75=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8174B is #27E8B4. Grayscale: #565656. Windows color (decimal): -2615477 or 4921304. OLE color: 4921304.
HSL color Cylindrical-coordinate representation of color #D8174B: hue angle of 343.83º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8174B is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 75 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.15 |
| HSL | 343.83º | 0.81% | 0.47% | - |
| HSV(B) | 343.83º | 0.89% | 0.85% | - |
| XYZ | 29.9 | 15.72 | 8.12 | - |
| YUV | 86.64 | 121.44 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 75 | 0 | 0.89 | 0.65 | 0.15 | 343.83 | 0.81 | 0.47 |
| Hex | D8 | 17 | 4B | 0 | 59 | 41 | F | 158 | 51 | 2F |
| Octal | 330 | 27 | 113 | 0 | 131 | 101 | 17 | 530 | 121 | 57 |
| Binary | 11011000 | 10111 | 1001011 | 0 | 1011001 | 1000001 | 1111 | 101011000 | 1010001 | 101111 |
Color Harmonies of #D8174B
Complementary color
Monochromatic Colors of #D8174B
Black with #D8174B
Text Example
Text Example
White with #D8174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8174B; }
p { color: rgb(216,23,75); }
H1.HeaderClassName
{
color: #D8174B;
}
.AnyTagClassName
{
color: #D8174B;
}
</style>
background-color css
<style>
a { background-color: #D8174B; }
a { background-color: rgb(216,23,75); }
div.DivClassName
{
background-color: #D8174B;
}
.BgClassName
{
background-color: #D8174B;
}
</style>
border-color css
<style>
span { border-color: #D8174B; }
span { border-color: rgb(216,23,75); }
td.TdClassName
{
border-color: #D8174B;
}
.TagClassName
{
border-color: #D8174B;
}
</style>