Shades of Crimson #D70C3C
Tints of Crimson #D70C3C
RGB
CMYK
RGB Variations
Color information
#D70C3C (or 0xD70C3C) is known color: Crimson. HEX triplet: D7, 0C and 3C. RGB value is (215,12,60). Sum of RGB (Red+Green+Blue) = 215+12+60=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C3C is #28F3C3. Grayscale: #4E4E4E. Windows color (decimal): -2683844 or 3935447. OLE color: 3935447.
HSL color Cylindrical-coordinate representation of color #D70C3C: hue angle of 345.81º 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 #D70C3C is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 60 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.16 |
| HSL | 345.81º | 0.89% | 0.45% | - |
| HSV(B) | 345.81º | 0.94% | 0.84% | - |
| XYZ | 28.97 | 15.04 | 5.65 | - |
| YUV | 78.17 | 117.75 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 60 | 0 | 0.94 | 0.72 | 0.16 | 345.81 | 0.89 | 0.45 |
| Hex | D7 | C | 3C | 0 | 5E | 48 | 10 | 15A | 59 | 2D |
| Octal | 327 | 14 | 74 | 0 | 136 | 110 | 20 | 532 | 131 | 55 |
| Binary | 11010111 | 1100 | 111100 | 0 | 1011110 | 1001000 | 10000 | 101011010 | 1011001 | 101101 |
Color Harmonies of #D70C3C
Complementary color
Monochromatic Colors of #D70C3C
Black with #D70C3C
Text Example
Text Example
White with #D70C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C3C; }
p { color: rgb(215,12,60); }
H1.HeaderClassName
{
color: #D70C3C;
}
.AnyTagClassName
{
color: #D70C3C;
}
</style>
background-color css
<style>
a { background-color: #D70C3C; }
a { background-color: rgb(215,12,60); }
div.DivClassName
{
background-color: #D70C3C;
}
.BgClassName
{
background-color: #D70C3C;
}
</style>
border-color css
<style>
span { border-color: #D70C3C; }
span { border-color: rgb(215,12,60); }
td.TdClassName
{
border-color: #D70C3C;
}
.TagClassName
{
border-color: #D70C3C;
}
</style>