Shades of Crimson #D70742
Tints of Crimson #D70742
RGB
CMYK
RGB Variations
Color information
#D70742 (or 0xD70742) is known color: Crimson. HEX triplet: D7, 07 and 42. RGB value is (215,7,66). Sum of RGB (Red+Green+Blue) = 215+7+66=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D70742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70742 is #28F8BD. Grayscale: #4B4B4B. Windows color (decimal): -2685118 or 4327383. OLE color: 4327383.
HSL color Cylindrical-coordinate representation of color #D70742: hue angle of 342.98º 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 #D70742 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 66 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.16 |
| HSL | 342.98º | 0.94% | 0.44% | - |
| HSV(B) | 342.98º | 0.97% | 0.84% | - |
| XYZ | 29.08 | 14.99 | 6.52 | - |
| YUV | 75.92 | 122.41 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 66 | 0 | 0.97 | 0.69 | 0.16 | 342.98 | 0.94 | 0.44 |
| Hex | D7 | 7 | 42 | 0 | 61 | 45 | 10 | 157 | 5E | 2C |
| Octal | 327 | 7 | 102 | 0 | 141 | 105 | 20 | 527 | 136 | 54 |
| Binary | 11010111 | 111 | 1000010 | 0 | 1100001 | 1000101 | 10000 | 101010111 | 1011110 | 101100 |
Color Harmonies of #D70742
Complementary color
Monochromatic Colors of #D70742
Black with #D70742
Text Example
Text Example
White with #D70742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70742; }
p { color: rgb(215,7,66); }
H1.HeaderClassName
{
color: #D70742;
}
.AnyTagClassName
{
color: #D70742;
}
</style>
background-color css
<style>
a { background-color: #D70742; }
a { background-color: rgb(215,7,66); }
div.DivClassName
{
background-color: #D70742;
}
.BgClassName
{
background-color: #D70742;
}
</style>
border-color css
<style>
span { border-color: #D70742; }
span { border-color: rgb(215,7,66); }
td.TdClassName
{
border-color: #D70742;
}
.TagClassName
{
border-color: #D70742;
}
</style>