Shades of Crimson #D2113E
Tints of Crimson #D2113E
RGB
CMYK
RGB Variations
Color information
#D2113E (or 0xD2113E) is known color: Crimson. HEX triplet: D2, 11 and 3E. RGB value is (210,17,62). Sum of RGB (Red+Green+Blue) = 210+17+62=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D2113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2113E is #2DEEC1. Grayscale: #4F4F4F. Windows color (decimal): -3010242 or 4067794. OLE color: 4067794.
HSL color Cylindrical-coordinate representation of color #D2113E: hue angle of 346.01º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2113E is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 62 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.18 |
| HSL | 346.01º | 0.85% | 0.45% | - |
| HSV(B) | 346.01º | 0.92% | 0.82% | - |
| XYZ | 27.65 | 14.45 | 5.89 | - |
| YUV | 79.84 | 117.94 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 62 | 0 | 0.92 | 0.70 | 0.18 | 346.01 | 0.85 | 0.45 |
| Hex | D2 | 11 | 3E | 0 | 5C | 46 | 12 | 15A | 55 | 2D |
| Octal | 322 | 21 | 76 | 0 | 134 | 106 | 22 | 532 | 125 | 55 |
| Binary | 11010010 | 10001 | 111110 | 0 | 1011100 | 1000110 | 10010 | 101011010 | 1010101 | 101101 |
Color Harmonies of #D2113E
Complementary color
Monochromatic Colors of #D2113E
Black with #D2113E
Text Example
Text Example
White with #D2113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2113E; }
p { color: rgb(210,17,62); }
H1.HeaderClassName
{
color: #D2113E;
}
.AnyTagClassName
{
color: #D2113E;
}
</style>
background-color css
<style>
a { background-color: #D2113E; }
a { background-color: rgb(210,17,62); }
div.DivClassName
{
background-color: #D2113E;
}
.BgClassName
{
background-color: #D2113E;
}
</style>
border-color css
<style>
span { border-color: #D2113E; }
span { border-color: rgb(210,17,62); }
td.TdClassName
{
border-color: #D2113E;
}
.TagClassName
{
border-color: #D2113E;
}
</style>