Shades of Crimson #D21437
Tints of Crimson #D21437
RGB
CMYK
RGB Variations
Color information
#D21437 (or 0xD21437) is known color: Crimson. HEX triplet: D2, 14 and 37. RGB value is (210,20,55). Sum of RGB (Red+Green+Blue) = 210+20+55=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D21437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21437 is #2DEBC8. Grayscale: #505050. Windows color (decimal): -3009481 or 3609810. OLE color: 3609810.
HSL color Cylindrical-coordinate representation of color #D21437: hue angle of 348.95º degrees, saturation: 0.83, 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 #D21437 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 55 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.18 |
| HSL | 348.95º | 0.83% | 0.45% | - |
| HSV(B) | 348.95º | 0.9% | 0.82% | - |
| XYZ | 27.52 | 14.48 | 4.96 | - |
| YUV | 80.8 | 113.45 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 55 | 0 | 0.90 | 0.74 | 0.18 | 348.95 | 0.83 | 0.45 |
| Hex | D2 | 14 | 37 | 0 | 5A | 4A | 12 | 15D | 53 | 2D |
| Octal | 322 | 24 | 67 | 0 | 132 | 112 | 22 | 535 | 123 | 55 |
| Binary | 11010010 | 10100 | 110111 | 0 | 1011010 | 1001010 | 10010 | 101011101 | 1010011 | 101101 |
Color Harmonies of #D21437
Complementary color
Monochromatic Colors of #D21437
Black with #D21437
Text Example
Text Example
White with #D21437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21437; }
p { color: rgb(210,20,55); }
H1.HeaderClassName
{
color: #D21437;
}
.AnyTagClassName
{
color: #D21437;
}
</style>
background-color css
<style>
a { background-color: #D21437; }
a { background-color: rgb(210,20,55); }
div.DivClassName
{
background-color: #D21437;
}
.BgClassName
{
background-color: #D21437;
}
</style>
border-color css
<style>
span { border-color: #D21437; }
span { border-color: rgb(210,20,55); }
td.TdClassName
{
border-color: #D21437;
}
.TagClassName
{
border-color: #D21437;
}
</style>