Shades of Crimson #D21A40
Tints of Crimson #D21A40
RGB
CMYK
RGB Variations
Color information
#D21A40 (or 0xD21A40) is known color: Crimson. HEX triplet: D2, 1A and 40. RGB value is (210,26,64). Sum of RGB (Red+Green+Blue) = 210+26+64=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A40 is #2DE5BF. Grayscale: #555555. Windows color (decimal): -3007936 or 4201170. OLE color: 4201170.
HSL color Cylindrical-coordinate representation of color #D21A40: hue angle of 347.61º 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 #D21A40 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 64 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.18 |
| HSL | 347.61º | 0.78% | 0.46% | - |
| HSV(B) | 347.61º | 0.88% | 0.82% | - |
| XYZ | 27.87 | 14.81 | 6.24 | - |
| YUV | 85.35 | 115.96 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 64 | 0 | 0.88 | 0.70 | 0.18 | 347.61 | 0.78 | 0.46 |
| Hex | D2 | 1A | 40 | 0 | 58 | 46 | 12 | 15C | 4E | 2E |
| Octal | 322 | 32 | 100 | 0 | 130 | 106 | 22 | 534 | 116 | 56 |
| Binary | 11010010 | 11010 | 1000000 | 0 | 1011000 | 1000110 | 10010 | 101011100 | 1001110 | 101110 |
Color Harmonies of #D21A40
Complementary color
Monochromatic Colors of #D21A40
Black with #D21A40
Text Example
Text Example
White with #D21A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A40; }
p { color: rgb(210,26,64); }
H1.HeaderClassName
{
color: #D21A40;
}
.AnyTagClassName
{
color: #D21A40;
}
</style>
background-color css
<style>
a { background-color: #D21A40; }
a { background-color: rgb(210,26,64); }
div.DivClassName
{
background-color: #D21A40;
}
.BgClassName
{
background-color: #D21A40;
}
</style>
border-color css
<style>
span { border-color: #D21A40; }
span { border-color: rgb(210,26,64); }
td.TdClassName
{
border-color: #D21A40;
}
.TagClassName
{
border-color: #D21A40;
}
</style>