Shades of Crimson #D7042A
Tints of Crimson #D7042A
RGB
CMYK
RGB Variations
Color information
#D7042A (or 0xD7042A) is known color: Crimson. HEX triplet: D7, 04 and 2A. RGB value is (215,4,42). Sum of RGB (Red+Green+Blue) = 215+4+42=261 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.38% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 215 - color contains mainly: red. Hex color #D7042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7042A is #28FBD5. Grayscale: #474747. Windows color (decimal): -2685910 or 2753751. OLE color: 2753751.
HSL color Cylindrical-coordinate representation of color #D7042A: hue angle of 349.19º 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 #D7042A is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 42 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.16 |
| HSL | 349.19º | 0.96% | 0.43% | - |
| HSV(B) | 349.19º | 0.98% | 0.84% | - |
| XYZ | 28.49 | 14.7 | 3.53 | - |
| YUV | 71.42 | 111.4 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 42 | 0 | 0.98 | 0.80 | 0.16 | 349.19 | 0.96 | 0.43 |
| Hex | D7 | 4 | 2A | 0 | 62 | 50 | 10 | 15D | 60 | 2B |
| Octal | 327 | 4 | 52 | 0 | 142 | 120 | 20 | 535 | 140 | 53 |
| Binary | 11010111 | 100 | 101010 | 0 | 1100010 | 1010000 | 10000 | 101011101 | 1100000 | 101011 |
Color Harmonies of #D7042A
Complementary color
Monochromatic Colors of #D7042A
Black with #D7042A
Text Example
Text Example
White with #D7042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7042A; }
p { color: rgb(215,4,42); }
H1.HeaderClassName
{
color: #D7042A;
}
.AnyTagClassName
{
color: #D7042A;
}
</style>
background-color css
<style>
a { background-color: #D7042A; }
a { background-color: rgb(215,4,42); }
div.DivClassName
{
background-color: #D7042A;
}
.BgClassName
{
background-color: #D7042A;
}
</style>
border-color css
<style>
span { border-color: #D7042A; }
span { border-color: rgb(215,4,42); }
td.TdClassName
{
border-color: #D7042A;
}
.TagClassName
{
border-color: #D7042A;
}
</style>