Shades of Crimson #D21537
Tints of Crimson #D21537
RGB
CMYK
RGB Variations
Color information
#D21537 (or 0xD21537) is known color: Crimson. HEX triplet: D2, 15 and 37. RGB value is (210,21,55). Sum of RGB (Red+Green+Blue) = 210+21+55=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D21537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21537 is #2DEAC8. Grayscale: #515151. Windows color (decimal): -3009225 or 3610066. OLE color: 3610066.
HSL color Cylindrical-coordinate representation of color #D21537: hue angle of 349.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21537 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 55 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.18 |
| HSL | 349.21º | 0.82% | 0.45% | - |
| HSV(B) | 349.21º | 0.9% | 0.82% | - |
| XYZ | 27.54 | 14.51 | 4.96 | - |
| YUV | 81.39 | 113.12 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 55 | 0 | 0.90 | 0.74 | 0.18 | 349.21 | 0.82 | 0.45 |
| Hex | D2 | 15 | 37 | 0 | 5A | 4A | 12 | 15D | 52 | 2D |
| Octal | 322 | 25 | 67 | 0 | 132 | 112 | 22 | 535 | 122 | 55 |
| Binary | 11010010 | 10101 | 110111 | 0 | 1011010 | 1001010 | 10010 | 101011101 | 1010010 | 101101 |
Color Harmonies of #D21537
Complementary color
Monochromatic Colors of #D21537
Black with #D21537
Text Example
Text Example
White with #D21537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21537; }
p { color: rgb(210,21,55); }
H1.HeaderClassName
{
color: #D21537;
}
.AnyTagClassName
{
color: #D21537;
}
</style>
background-color css
<style>
a { background-color: #D21537; }
a { background-color: rgb(210,21,55); }
div.DivClassName
{
background-color: #D21537;
}
.BgClassName
{
background-color: #D21537;
}
</style>
border-color css
<style>
span { border-color: #D21537; }
span { border-color: rgb(210,21,55); }
td.TdClassName
{
border-color: #D21537;
}
.TagClassName
{
border-color: #D21537;
}
</style>