Shades of Crimson #D70E3C
Tints of Crimson #D70E3C
RGB
CMYK
RGB Variations
Color information
#D70E3C (or 0xD70E3C) is known color: Crimson. HEX triplet: D7, 0E and 3C. RGB value is (215,14,60). Sum of RGB (Red+Green+Blue) = 215+14+60=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70E3C is #28F1C3. Grayscale: #4F4F4F. Windows color (decimal): -2683332 or 3935959. OLE color: 3935959.
HSL color Cylindrical-coordinate representation of color #D70E3C: hue angle of 346.27º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70E3C is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 60 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.16 |
| HSL | 346.27º | 0.88% | 0.45% | - |
| HSV(B) | 346.27º | 0.93% | 0.84% | - |
| XYZ | 29 | 15.09 | 5.66 | - |
| YUV | 79.34 | 117.09 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 60 | 0 | 0.93 | 0.72 | 0.16 | 346.27 | 0.88 | 0.45 |
| Hex | D7 | E | 3C | 0 | 5D | 48 | 10 | 15A | 58 | 2D |
| Octal | 327 | 16 | 74 | 0 | 135 | 110 | 20 | 532 | 130 | 55 |
| Binary | 11010111 | 1110 | 111100 | 0 | 1011101 | 1001000 | 10000 | 101011010 | 1011000 | 101101 |
Color Harmonies of #D70E3C
Complementary color
Monochromatic Colors of #D70E3C
Black with #D70E3C
Text Example
Text Example
White with #D70E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E3C; }
p { color: rgb(215,14,60); }
H1.HeaderClassName
{
color: #D70E3C;
}
.AnyTagClassName
{
color: #D70E3C;
}
</style>
background-color css
<style>
a { background-color: #D70E3C; }
a { background-color: rgb(215,14,60); }
div.DivClassName
{
background-color: #D70E3C;
}
.BgClassName
{
background-color: #D70E3C;
}
</style>
border-color css
<style>
span { border-color: #D70E3C; }
span { border-color: rgb(215,14,60); }
td.TdClassName
{
border-color: #D70E3C;
}
.TagClassName
{
border-color: #D70E3C;
}
</style>