Shades of Crimson #D2113A
Tints of Crimson #D2113A
RGB
CMYK
RGB Variations
Color information
#D2113A (or 0xD2113A) is known color: Crimson. HEX triplet: D2, 11 and 3A. RGB value is (210,17,58). Sum of RGB (Red+Green+Blue) = 210+17+58=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D2113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2113A is #2DEEC5. Grayscale: #4F4F4F. Windows color (decimal): -3010246 or 3805650. OLE color: 3805650.
HSL color Cylindrical-coordinate representation of color #D2113A: hue angle of 347.25º 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 #D2113A is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 58 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.18 |
| HSL | 347.25º | 0.85% | 0.45% | - |
| HSV(B) | 347.25º | 0.92% | 0.82% | - |
| XYZ | 27.54 | 14.41 | 5.33 | - |
| YUV | 79.38 | 115.94 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 58 | 0 | 0.92 | 0.72 | 0.18 | 347.25 | 0.85 | 0.45 |
| Hex | D2 | 11 | 3A | 0 | 5C | 48 | 12 | 15B | 55 | 2D |
| Octal | 322 | 21 | 72 | 0 | 134 | 110 | 22 | 533 | 125 | 55 |
| Binary | 11010010 | 10001 | 111010 | 0 | 1011100 | 1001000 | 10010 | 101011011 | 1010101 | 101101 |
Color Harmonies of #D2113A
Complementary color
Monochromatic Colors of #D2113A
Black with #D2113A
Text Example
Text Example
White with #D2113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2113A; }
p { color: rgb(210,17,58); }
H1.HeaderClassName
{
color: #D2113A;
}
.AnyTagClassName
{
color: #D2113A;
}
</style>
background-color css
<style>
a { background-color: #D2113A; }
a { background-color: rgb(210,17,58); }
div.DivClassName
{
background-color: #D2113A;
}
.BgClassName
{
background-color: #D2113A;
}
</style>
border-color css
<style>
span { border-color: #D2113A; }
span { border-color: rgb(210,17,58); }
td.TdClassName
{
border-color: #D2113A;
}
.TagClassName
{
border-color: #D2113A;
}
</style>