Shades of Crimson #D21A3A
Tints of Crimson #D21A3A
RGB
CMYK
RGB Variations
Color information
#D21A3A (or 0xD21A3A) is known color: Crimson. HEX triplet: D2, 1A and 3A. RGB value is (210,26,58). Sum of RGB (Red+Green+Blue) = 210+26+58=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A3A is #2DE5C5. Grayscale: #545454. Windows color (decimal): -3007942 or 3807954. OLE color: 3807954.
HSL color Cylindrical-coordinate representation of color #D21A3A: hue angle of 349.57º 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 #D21A3A is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 58 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.18 |
| HSL | 349.57º | 0.78% | 0.46% | - |
| HSV(B) | 349.57º | 0.88% | 0.82% | - |
| XYZ | 27.71 | 14.75 | 5.39 | - |
| YUV | 84.66 | 112.96 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 58 | 0 | 0.88 | 0.72 | 0.18 | 349.57 | 0.78 | 0.46 |
| Hex | D2 | 1A | 3A | 0 | 58 | 48 | 12 | 15E | 4E | 2E |
| Octal | 322 | 32 | 72 | 0 | 130 | 110 | 22 | 536 | 116 | 56 |
| Binary | 11010010 | 11010 | 111010 | 0 | 1011000 | 1001000 | 10010 | 101011110 | 1001110 | 101110 |
Color Harmonies of #D21A3A
Complementary color
Monochromatic Colors of #D21A3A
Black with #D21A3A
Text Example
Text Example
White with #D21A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A3A; }
p { color: rgb(210,26,58); }
H1.HeaderClassName
{
color: #D21A3A;
}
.AnyTagClassName
{
color: #D21A3A;
}
</style>
background-color css
<style>
a { background-color: #D21A3A; }
a { background-color: rgb(210,26,58); }
div.DivClassName
{
background-color: #D21A3A;
}
.BgClassName
{
background-color: #D21A3A;
}
</style>
border-color css
<style>
span { border-color: #D21A3A; }
span { border-color: rgb(210,26,58); }
td.TdClassName
{
border-color: #D21A3A;
}
.TagClassName
{
border-color: #D21A3A;
}
</style>