Shades of Crimson #D70C45
Tints of Crimson #D70C45
RGB
CMYK
RGB Variations
Color information
#D70C45 (or 0xD70C45) is known color: Crimson. HEX triplet: D7, 0C and 45. RGB value is (215,12,69). Sum of RGB (Red+Green+Blue) = 215+12+69=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C45 is #28F3BA. Grayscale: #4F4F4F. Windows color (decimal): -2683835 or 4525271. OLE color: 4525271.
HSL color Cylindrical-coordinate representation of color #D70C45: hue angle of 343.15º 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 #D70C45 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 69 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.16 |
| HSL | 343.15º | 0.89% | 0.45% | - |
| HSV(B) | 343.15º | 0.94% | 0.84% | - |
| XYZ | 29.23 | 15.14 | 7.01 | - |
| YUV | 79.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 69 | 0 | 0.94 | 0.68 | 0.16 | 343.15 | 0.89 | 0.45 |
| Hex | D7 | C | 45 | 0 | 5E | 44 | 10 | 157 | 59 | 2D |
| Octal | 327 | 14 | 105 | 0 | 136 | 104 | 20 | 527 | 131 | 55 |
| Binary | 11010111 | 1100 | 1000101 | 0 | 1011110 | 1000100 | 10000 | 101010111 | 1011001 | 101101 |
Color Harmonies of #D70C45
Complementary color
Monochromatic Colors of #D70C45
Black with #D70C45
Text Example
Text Example
White with #D70C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C45; }
p { color: rgb(215,12,69); }
H1.HeaderClassName
{
color: #D70C45;
}
.AnyTagClassName
{
color: #D70C45;
}
</style>
background-color css
<style>
a { background-color: #D70C45; }
a { background-color: rgb(215,12,69); }
div.DivClassName
{
background-color: #D70C45;
}
.BgClassName
{
background-color: #D70C45;
}
</style>
border-color css
<style>
span { border-color: #D70C45; }
span { border-color: rgb(215,12,69); }
td.TdClassName
{
border-color: #D70C45;
}
.TagClassName
{
border-color: #D70C45;
}
</style>