Shades of Crimson #D21037
Tints of Crimson #D21037
RGB
CMYK
RGB Variations
Color information
#D21037 (or 0xD21037) is known color: Crimson. HEX triplet: D2, 10 and 37. RGB value is (210,16,55). Sum of RGB (Red+Green+Blue) = 210+16+55=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D21037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21037 is #2DEFC8. Grayscale: #4E4E4E. Windows color (decimal): -3010505 or 3608786. OLE color: 3608786.
HSL color Cylindrical-coordinate representation of color #D21037: hue angle of 347.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21037 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 55 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.18 |
| HSL | 347.94º | 0.86% | 0.44% | - |
| HSV(B) | 347.94º | 0.92% | 0.82% | - |
| XYZ | 27.45 | 14.35 | 4.94 | - |
| YUV | 78.45 | 114.77 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 55 | 0 | 0.92 | 0.74 | 0.18 | 347.94 | 0.86 | 0.44 |
| Hex | D2 | 10 | 37 | 0 | 5C | 4A | 12 | 15C | 56 | 2C |
| Octal | 322 | 20 | 67 | 0 | 134 | 112 | 22 | 534 | 126 | 54 |
| Binary | 11010010 | 10000 | 110111 | 0 | 1011100 | 1001010 | 10010 | 101011100 | 1010110 | 101100 |
Color Harmonies of #D21037
Complementary color
Monochromatic Colors of #D21037
Black with #D21037
Text Example
Text Example
White with #D21037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21037; }
p { color: rgb(210,16,55); }
H1.HeaderClassName
{
color: #D21037;
}
.AnyTagClassName
{
color: #D21037;
}
</style>
background-color css
<style>
a { background-color: #D21037; }
a { background-color: rgb(210,16,55); }
div.DivClassName
{
background-color: #D21037;
}
.BgClassName
{
background-color: #D21037;
}
</style>
border-color css
<style>
span { border-color: #D21037; }
span { border-color: rgb(210,16,55); }
td.TdClassName
{
border-color: #D21037;
}
.TagClassName
{
border-color: #D21037;
}
</style>