Shades of Crimson #D70E3A
Tints of Crimson #D70E3A
RGB
CMYK
RGB Variations
Color information
#D70E3A (or 0xD70E3A) is known color: Crimson. HEX triplet: D7, 0E and 3A. RGB value is (215,14,58). Sum of RGB (Red+Green+Blue) = 215+14+58=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70E3A is #28F1C5. Grayscale: #4F4F4F. Windows color (decimal): -2683334 or 3804887. OLE color: 3804887.
HSL color Cylindrical-coordinate representation of color #D70E3A: hue angle of 346.87º 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 #D70E3A is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 58 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.16 |
| HSL | 346.87º | 0.88% | 0.45% | - |
| HSV(B) | 346.87º | 0.93% | 0.84% | - |
| XYZ | 28.95 | 15.07 | 5.39 | - |
| YUV | 79.12 | 116.09 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 58 | 0 | 0.93 | 0.73 | 0.16 | 346.87 | 0.88 | 0.45 |
| Hex | D7 | E | 3A | 0 | 5D | 49 | 10 | 15B | 58 | 2D |
| Octal | 327 | 16 | 72 | 0 | 135 | 111 | 20 | 533 | 130 | 55 |
| Binary | 11010111 | 1110 | 111010 | 0 | 1011101 | 1001001 | 10000 | 101011011 | 1011000 | 101101 |
Color Harmonies of #D70E3A
Complementary color
Monochromatic Colors of #D70E3A
Black with #D70E3A
Text Example
Text Example
White with #D70E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E3A; }
p { color: rgb(215,14,58); }
H1.HeaderClassName
{
color: #D70E3A;
}
.AnyTagClassName
{
color: #D70E3A;
}
</style>
background-color css
<style>
a { background-color: #D70E3A; }
a { background-color: rgb(215,14,58); }
div.DivClassName
{
background-color: #D70E3A;
}
.BgClassName
{
background-color: #D70E3A;
}
</style>
border-color css
<style>
span { border-color: #D70E3A; }
span { border-color: rgb(215,14,58); }
td.TdClassName
{
border-color: #D70E3A;
}
.TagClassName
{
border-color: #D70E3A;
}
</style>