Shades of Crimson #D21A37
Tints of Crimson #D21A37
RGB
CMYK
RGB Variations
Color information
#D21A37 (or 0xD21A37) is known color: Crimson. HEX triplet: D2, 1A and 37. RGB value is (210,26,55). Sum of RGB (Red+Green+Blue) = 210+26+55=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A37 is #2DE5C8. Grayscale: #545454. Windows color (decimal): -3007945 or 3611346. OLE color: 3611346.
HSL color Cylindrical-coordinate representation of color #D21A37: hue angle of 350.54º degrees, saturation: 0.78, 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 #D21A37 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 55 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.18 |
| HSL | 350.54º | 0.78% | 0.46% | - |
| HSV(B) | 350.54º | 0.88% | 0.82% | - |
| XYZ | 27.64 | 14.72 | 5 | - |
| YUV | 84.32 | 111.46 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 55 | 0 | 0.88 | 0.74 | 0.18 | 350.54 | 0.78 | 0.46 |
| Hex | D2 | 1A | 37 | 0 | 58 | 4A | 12 | 15F | 4E | 2E |
| Octal | 322 | 32 | 67 | 0 | 130 | 112 | 22 | 537 | 116 | 56 |
| Binary | 11010010 | 11010 | 110111 | 0 | 1011000 | 1001010 | 10010 | 101011111 | 1001110 | 101110 |
Color Harmonies of #D21A37
Complementary color
Monochromatic Colors of #D21A37
Black with #D21A37
Text Example
Text Example
White with #D21A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A37; }
p { color: rgb(210,26,55); }
H1.HeaderClassName
{
color: #D21A37;
}
.AnyTagClassName
{
color: #D21A37;
}
</style>
background-color css
<style>
a { background-color: #D21A37; }
a { background-color: rgb(210,26,55); }
div.DivClassName
{
background-color: #D21A37;
}
.BgClassName
{
background-color: #D21A37;
}
</style>
border-color css
<style>
span { border-color: #D21A37; }
span { border-color: rgb(210,26,55); }
td.TdClassName
{
border-color: #D21A37;
}
.TagClassName
{
border-color: #D21A37;
}
</style>