Shades of Crimson #D70C42
Tints of Crimson #D70C42
RGB
CMYK
RGB Variations
Color information
#D70C42 (or 0xD70C42) is known color: Crimson. HEX triplet: D7, 0C and 42. RGB value is (215,12,66). Sum of RGB (Red+Green+Blue) = 215+12+66=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C42 is #28F3BD. Grayscale: #4E4E4E. Windows color (decimal): -2683838 or 4328663. OLE color: 4328663.
HSL color Cylindrical-coordinate representation of color #D70C42: hue angle of 344.04º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C42 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 66 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.16 |
| HSL | 344.04º | 0.89% | 0.45% | - |
| HSV(B) | 344.04º | 0.94% | 0.84% | - |
| XYZ | 29.14 | 15.1 | 6.53 | - |
| YUV | 78.85 | 120.75 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 66 | 0 | 0.94 | 0.69 | 0.16 | 344.04 | 0.89 | 0.45 |
| Hex | D7 | C | 42 | 0 | 5E | 45 | 10 | 158 | 59 | 2D |
| Octal | 327 | 14 | 102 | 0 | 136 | 105 | 20 | 530 | 131 | 55 |
| Binary | 11010111 | 1100 | 1000010 | 0 | 1011110 | 1000101 | 10000 | 101011000 | 1011001 | 101101 |
Color Harmonies of #D70C42
Complementary color
Monochromatic Colors of #D70C42
Black with #D70C42
Text Example
Text Example
White with #D70C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C42; }
p { color: rgb(215,12,66); }
H1.HeaderClassName
{
color: #D70C42;
}
.AnyTagClassName
{
color: #D70C42;
}
</style>
background-color css
<style>
a { background-color: #D70C42; }
a { background-color: rgb(215,12,66); }
div.DivClassName
{
background-color: #D70C42;
}
.BgClassName
{
background-color: #D70C42;
}
</style>
border-color css
<style>
span { border-color: #D70C42; }
span { border-color: rgb(215,12,66); }
td.TdClassName
{
border-color: #D70C42;
}
.TagClassName
{
border-color: #D70C42;
}
</style>