Shades of Crimson #D21E4D
Tints of Crimson #D21E4D
RGB
CMYK
RGB Variations
Color information
#D21E4D (or 0xD21E4D) is known color: Crimson. HEX triplet: D2, 1E and 4D. RGB value is (210,30,77). Sum of RGB (Red+Green+Blue) = 210+30+77=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E4D is #2DE1B2. Grayscale: #595959. Windows color (decimal): -3006899 or 5054162. OLE color: 5054162.
HSL color Cylindrical-coordinate representation of color #D21E4D: hue angle of 344.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E4D is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 77 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.18 |
| HSL | 344.33º | 0.75% | 0.47% | - |
| HSV(B) | 344.33º | 0.86% | 0.82% | - |
| XYZ | 28.38 | 15.17 | 8.45 | - |
| YUV | 89.18 | 121.13 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 77 | 0 | 0.86 | 0.63 | 0.18 | 344.33 | 0.75 | 0.47 |
| Hex | D2 | 1E | 4D | 0 | 56 | 3F | 12 | 158 | 4B | 2F |
| Octal | 322 | 36 | 115 | 0 | 126 | 77 | 22 | 530 | 113 | 57 |
| Binary | 11010010 | 11110 | 1001101 | 0 | 1010110 | 111111 | 10010 | 101011000 | 1001011 | 101111 |
Color Harmonies of #D21E4D
Complementary color
Monochromatic Colors of #D21E4D
Black with #D21E4D
Text Example
Text Example
White with #D21E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E4D; }
p { color: rgb(210,30,77); }
H1.HeaderClassName
{
color: #D21E4D;
}
.AnyTagClassName
{
color: #D21E4D;
}
</style>
background-color css
<style>
a { background-color: #D21E4D; }
a { background-color: rgb(210,30,77); }
div.DivClassName
{
background-color: #D21E4D;
}
.BgClassName
{
background-color: #D21E4D;
}
</style>
border-color css
<style>
span { border-color: #D21E4D; }
span { border-color: rgb(210,30,77); }
td.TdClassName
{
border-color: #D21E4D;
}
.TagClassName
{
border-color: #D21E4D;
}
</style>