Shades of Crimson #D21A44
Tints of Crimson #D21A44
RGB
CMYK
RGB Variations
Color information
#D21A44 (or 0xD21A44) is known color: Crimson. HEX triplet: D2, 1A and 44. RGB value is (210,26,68). Sum of RGB (Red+Green+Blue) = 210+26+68=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A44 is #2DE5BB. Grayscale: #555555. Windows color (decimal): -3007932 or 4463314. OLE color: 4463314.
HSL color Cylindrical-coordinate representation of color #D21A44: hue angle of 346.3º 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 #D21A44 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 68 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.18 |
| HSL | 346.3º | 0.78% | 0.46% | - |
| HSV(B) | 346.3º | 0.88% | 0.82% | - |
| XYZ | 27.99 | 14.86 | 6.86 | - |
| YUV | 85.8 | 117.96 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 68 | 0 | 0.88 | 0.68 | 0.18 | 346.3 | 0.78 | 0.46 |
| Hex | D2 | 1A | 44 | 0 | 58 | 44 | 12 | 15A | 4E | 2E |
| Octal | 322 | 32 | 104 | 0 | 130 | 104 | 22 | 532 | 116 | 56 |
| Binary | 11010010 | 11010 | 1000100 | 0 | 1011000 | 1000100 | 10010 | 101011010 | 1001110 | 101110 |
Color Harmonies of #D21A44
Complementary color
Monochromatic Colors of #D21A44
Black with #D21A44
Text Example
Text Example
White with #D21A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A44; }
p { color: rgb(210,26,68); }
H1.HeaderClassName
{
color: #D21A44;
}
.AnyTagClassName
{
color: #D21A44;
}
</style>
background-color css
<style>
a { background-color: #D21A44; }
a { background-color: rgb(210,26,68); }
div.DivClassName
{
background-color: #D21A44;
}
.BgClassName
{
background-color: #D21A44;
}
</style>
border-color css
<style>
span { border-color: #D21A44; }
span { border-color: rgb(210,26,68); }
td.TdClassName
{
border-color: #D21A44;
}
.TagClassName
{
border-color: #D21A44;
}
</style>