Shades of Crimson #D2113D
Tints of Crimson #D2113D
RGB
CMYK
RGB Variations
Color information
#D2113D (or 0xD2113D) is known color: Crimson. HEX triplet: D2, 11 and 3D. RGB value is (210,17,61). Sum of RGB (Red+Green+Blue) = 210+17+61=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D2113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2113D is #2DEEC2. Grayscale: #4F4F4F. Windows color (decimal): -3010243 or 4002258. OLE color: 4002258.
HSL color Cylindrical-coordinate representation of color #D2113D: hue angle of 346.32º 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 #D2113D is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 61 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.18 |
| HSL | 346.32º | 0.85% | 0.45% | - |
| HSV(B) | 346.32º | 0.92% | 0.82% | - |
| XYZ | 27.62 | 14.44 | 5.75 | - |
| YUV | 79.72 | 117.44 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 61 | 0 | 0.92 | 0.71 | 0.18 | 346.32 | 0.85 | 0.45 |
| Hex | D2 | 11 | 3D | 0 | 5C | 47 | 12 | 15A | 55 | 2D |
| Octal | 322 | 21 | 75 | 0 | 134 | 107 | 22 | 532 | 125 | 55 |
| Binary | 11010010 | 10001 | 111101 | 0 | 1011100 | 1000111 | 10010 | 101011010 | 1010101 | 101101 |
Color Harmonies of #D2113D
Complementary color
Monochromatic Colors of #D2113D
Black with #D2113D
Text Example
Text Example
White with #D2113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2113D; }
p { color: rgb(210,17,61); }
H1.HeaderClassName
{
color: #D2113D;
}
.AnyTagClassName
{
color: #D2113D;
}
</style>
background-color css
<style>
a { background-color: #D2113D; }
a { background-color: rgb(210,17,61); }
div.DivClassName
{
background-color: #D2113D;
}
.BgClassName
{
background-color: #D2113D;
}
</style>
border-color css
<style>
span { border-color: #D2113D; }
span { border-color: rgb(210,17,61); }
td.TdClassName
{
border-color: #D2113D;
}
.TagClassName
{
border-color: #D2113D;
}
</style>