Shades of Crimson #D70E41
Tints of Crimson #D70E41
RGB
CMYK
RGB Variations
Color information
#D70E41 (or 0xD70E41) is known color: Crimson. HEX triplet: D7, 0E and 41. RGB value is (215,14,65). Sum of RGB (Red+Green+Blue) = 215+14+65=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70E41 is #28F1BE. Grayscale: #4F4F4F. Windows color (decimal): -2683327 or 4263639. OLE color: 4263639.
HSL color Cylindrical-coordinate representation of color #D70E41: hue angle of 344.78º 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 #D70E41 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 65 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.16 |
| HSL | 344.78º | 0.88% | 0.45% | - |
| HSV(B) | 344.78º | 0.93% | 0.84% | - |
| XYZ | 29.14 | 15.14 | 6.39 | - |
| YUV | 79.91 | 119.59 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 65 | 0 | 0.93 | 0.70 | 0.16 | 344.78 | 0.88 | 0.45 |
| Hex | D7 | E | 41 | 0 | 5D | 46 | 10 | 159 | 58 | 2D |
| Octal | 327 | 16 | 101 | 0 | 135 | 106 | 20 | 531 | 130 | 55 |
| Binary | 11010111 | 1110 | 1000001 | 0 | 1011101 | 1000110 | 10000 | 101011001 | 1011000 | 101101 |
Color Harmonies of #D70E41
Complementary color
Monochromatic Colors of #D70E41
Black with #D70E41
Text Example
Text Example
White with #D70E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E41; }
p { color: rgb(215,14,65); }
H1.HeaderClassName
{
color: #D70E41;
}
.AnyTagClassName
{
color: #D70E41;
}
</style>
background-color css
<style>
a { background-color: #D70E41; }
a { background-color: rgb(215,14,65); }
div.DivClassName
{
background-color: #D70E41;
}
.BgClassName
{
background-color: #D70E41;
}
</style>
border-color css
<style>
span { border-color: #D70E41; }
span { border-color: rgb(215,14,65); }
td.TdClassName
{
border-color: #D70E41;
}
.TagClassName
{
border-color: #D70E41;
}
</style>