Shades of Crimson #D7073C
Tints of Crimson #D7073C
RGB
CMYK
RGB Variations
Color information
#D7073C (or 0xD7073C) is known color: Crimson. HEX triplet: D7, 07 and 3C. RGB value is (215,7,60). Sum of RGB (Red+Green+Blue) = 215+7+60=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D7073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7073C is #28F8C3. Grayscale: #4B4B4B. Windows color (decimal): -2685124 or 3934167. OLE color: 3934167.
HSL color Cylindrical-coordinate representation of color #D7073C: hue angle of 344.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7073C is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.16 |
| HSL | 344.71º | 0.94% | 0.44% | - |
| HSV(B) | 344.71º | 0.97% | 0.84% | - |
| XYZ | 28.92 | 14.93 | 5.63 | - |
| YUV | 75.23 | 119.41 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 60 | 0 | 0.97 | 0.72 | 0.16 | 344.71 | 0.94 | 0.44 |
| Hex | D7 | 7 | 3C | 0 | 61 | 48 | 10 | 159 | 5E | 2C |
| Octal | 327 | 7 | 74 | 0 | 141 | 110 | 20 | 531 | 136 | 54 |
| Binary | 11010111 | 111 | 111100 | 0 | 1100001 | 1001000 | 10000 | 101011001 | 1011110 | 101100 |
Color Harmonies of #D7073C
Complementary color
Monochromatic Colors of #D7073C
Black with #D7073C
Text Example
Text Example
White with #D7073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7073C; }
p { color: rgb(215,7,60); }
H1.HeaderClassName
{
color: #D7073C;
}
.AnyTagClassName
{
color: #D7073C;
}
</style>
background-color css
<style>
a { background-color: #D7073C; }
a { background-color: rgb(215,7,60); }
div.DivClassName
{
background-color: #D7073C;
}
.BgClassName
{
background-color: #D7073C;
}
</style>
border-color css
<style>
span { border-color: #D7073C; }
span { border-color: rgb(215,7,60); }
td.TdClassName
{
border-color: #D7073C;
}
.TagClassName
{
border-color: #D7073C;
}
</style>