Shades of Crimson #D21137
Tints of Crimson #D21137
RGB
CMYK
RGB Variations
Color information
#D21137 (or 0xD21137) is known color: Crimson. HEX triplet: D2, 11 and 37. RGB value is (210,17,55). Sum of RGB (Red+Green+Blue) = 210+17+55=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D21137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21137 is #2DEEC8. Grayscale: #4F4F4F. Windows color (decimal): -3010249 or 3609042. OLE color: 3609042.
HSL color Cylindrical-coordinate representation of color #D21137: hue angle of 348.19º 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 #D21137 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 55 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.18 |
| HSL | 348.19º | 0.85% | 0.45% | - |
| HSV(B) | 348.19º | 0.92% | 0.82% | - |
| XYZ | 27.47 | 14.38 | 4.94 | - |
| YUV | 79.04 | 114.44 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 55 | 0 | 0.92 | 0.74 | 0.18 | 348.19 | 0.85 | 0.45 |
| Hex | D2 | 11 | 37 | 0 | 5C | 4A | 12 | 15C | 55 | 2D |
| Octal | 322 | 21 | 67 | 0 | 134 | 112 | 22 | 534 | 125 | 55 |
| Binary | 11010010 | 10001 | 110111 | 0 | 1011100 | 1001010 | 10010 | 101011100 | 1010101 | 101101 |
Color Harmonies of #D21137
Complementary color
Monochromatic Colors of #D21137
Black with #D21137
Text Example
Text Example
White with #D21137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21137; }
p { color: rgb(210,17,55); }
H1.HeaderClassName
{
color: #D21137;
}
.AnyTagClassName
{
color: #D21137;
}
</style>
background-color css
<style>
a { background-color: #D21137; }
a { background-color: rgb(210,17,55); }
div.DivClassName
{
background-color: #D21137;
}
.BgClassName
{
background-color: #D21137;
}
</style>
border-color css
<style>
span { border-color: #D21137; }
span { border-color: rgb(210,17,55); }
td.TdClassName
{
border-color: #D21137;
}
.TagClassName
{
border-color: #D21137;
}
</style>