Shades of Crimson #D21937
Tints of Crimson #D21937
RGB
CMYK
RGB Variations
Color information
#D21937 (or 0xD21937) is known color: Crimson. HEX triplet: D2, 19 and 37. RGB value is (210,25,55). Sum of RGB (Red+Green+Blue) = 210+25+55=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D21937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21937 is #2DE6C8. Grayscale: #535353. Windows color (decimal): -3008201 or 3611090. OLE color: 3611090.
HSL color Cylindrical-coordinate representation of color #D21937: hue angle of 350.27º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21937 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 55 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.18 |
| HSL | 350.27º | 0.79% | 0.46% | - |
| HSV(B) | 350.27º | 0.88% | 0.82% | - |
| XYZ | 27.62 | 14.67 | 4.99 | - |
| YUV | 83.74 | 111.79 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 55 | 0 | 0.88 | 0.74 | 0.18 | 350.27 | 0.79 | 0.46 |
| Hex | D2 | 19 | 37 | 0 | 58 | 4A | 12 | 15E | 4F | 2E |
| Octal | 322 | 31 | 67 | 0 | 130 | 112 | 22 | 536 | 117 | 56 |
| Binary | 11010010 | 11001 | 110111 | 0 | 1011000 | 1001010 | 10010 | 101011110 | 1001111 | 101110 |
Color Harmonies of #D21937
Complementary color
Monochromatic Colors of #D21937
Black with #D21937
Text Example
Text Example
White with #D21937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21937; }
p { color: rgb(210,25,55); }
H1.HeaderClassName
{
color: #D21937;
}
.AnyTagClassName
{
color: #D21937;
}
</style>
background-color css
<style>
a { background-color: #D21937; }
a { background-color: rgb(210,25,55); }
div.DivClassName
{
background-color: #D21937;
}
.BgClassName
{
background-color: #D21937;
}
</style>
border-color css
<style>
span { border-color: #D21937; }
span { border-color: rgb(210,25,55); }
td.TdClassName
{
border-color: #D21937;
}
.TagClassName
{
border-color: #D21937;
}
</style>