Shades of Crimson #D7042D
Tints of Crimson #D7042D
RGB
CMYK
RGB Variations
Color information
#D7042D (or 0xD7042D) is known color: Crimson. HEX triplet: D7, 04 and 2D. RGB value is (215,4,45). Sum of RGB (Red+Green+Blue) = 215+4+45=264 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.44% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 215 - color contains mainly: red. Hex color #D7042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7042D is #28FBD2. Grayscale: #474747. Windows color (decimal): -2685907 or 2950359. OLE color: 2950359.
HSL color Cylindrical-coordinate representation of color #D7042D: hue angle of 348.34º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7042D is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.16 |
| HSL | 348.34º | 0.96% | 0.43% | - |
| HSV(B) | 348.34º | 0.98% | 0.84% | - |
| XYZ | 28.54 | 14.72 | 3.82 | - |
| YUV | 71.76 | 112.9 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 45 | 0 | 0.98 | 0.79 | 0.16 | 348.34 | 0.96 | 0.43 |
| Hex | D7 | 4 | 2D | 0 | 62 | 4F | 10 | 15C | 60 | 2B |
| Octal | 327 | 4 | 55 | 0 | 142 | 117 | 20 | 534 | 140 | 53 |
| Binary | 11010111 | 100 | 101101 | 0 | 1100010 | 1001111 | 10000 | 101011100 | 1100000 | 101011 |
Color Harmonies of #D7042D
Complementary color
Monochromatic Colors of #D7042D
Black with #D7042D
Text Example
Text Example
White with #D7042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7042D; }
p { color: rgb(215,4,45); }
H1.HeaderClassName
{
color: #D7042D;
}
.AnyTagClassName
{
color: #D7042D;
}
</style>
background-color css
<style>
a { background-color: #D7042D; }
a { background-color: rgb(215,4,45); }
div.DivClassName
{
background-color: #D7042D;
}
.BgClassName
{
background-color: #D7042D;
}
</style>
border-color css
<style>
span { border-color: #D7042D; }
span { border-color: rgb(215,4,45); }
td.TdClassName
{
border-color: #D7042D;
}
.TagClassName
{
border-color: #D7042D;
}
</style>