Shades of Crimson #D7104C
Tints of Crimson #D7104C
RGB
CMYK
RGB Variations
Color information
#D7104C (or 0xD7104C) is known color: Crimson. HEX triplet: D7, 10 and 4C. RGB value is (215,16,76). Sum of RGB (Red+Green+Blue) = 215+16+76=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D7104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7104C is #28EFB3. Grayscale: #525252. Windows color (decimal): -2682804 or 4985047. OLE color: 4985047.
HSL color Cylindrical-coordinate representation of color #D7104C: hue angle of 341.91º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7104C is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 76 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.16 |
| HSL | 341.91º | 0.86% | 0.45% | - |
| HSV(B) | 341.91º | 0.93% | 0.84% | - |
| XYZ | 29.51 | 15.34 | 8.24 | - |
| YUV | 82.34 | 124.43 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 76 | 0 | 0.93 | 0.65 | 0.16 | 341.91 | 0.86 | 0.45 |
| Hex | D7 | 10 | 4C | 0 | 5D | 41 | 10 | 156 | 56 | 2D |
| Octal | 327 | 20 | 114 | 0 | 135 | 101 | 20 | 526 | 126 | 55 |
| Binary | 11010111 | 10000 | 1001100 | 0 | 1011101 | 1000001 | 10000 | 101010110 | 1010110 | 101101 |
Color Harmonies of #D7104C
Complementary color
Monochromatic Colors of #D7104C
Black with #D7104C
Text Example
Text Example
White with #D7104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7104C; }
p { color: rgb(215,16,76); }
H1.HeaderClassName
{
color: #D7104C;
}
.AnyTagClassName
{
color: #D7104C;
}
</style>
background-color css
<style>
a { background-color: #D7104C; }
a { background-color: rgb(215,16,76); }
div.DivClassName
{
background-color: #D7104C;
}
.BgClassName
{
background-color: #D7104C;
}
</style>
border-color css
<style>
span { border-color: #D7104C; }
span { border-color: rgb(215,16,76); }
td.TdClassName
{
border-color: #D7104C;
}
.TagClassName
{
border-color: #D7104C;
}
</style>