Shades of Crimson #D21047
Tints of Crimson #D21047
RGB
CMYK
RGB Variations
Color information
#D21047 (or 0xD21047) is known color: Crimson. HEX triplet: D2, 10 and 47. RGB value is (210,16,71). Sum of RGB (Red+Green+Blue) = 210+16+71=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D21047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21047 is #2DEFB8. Grayscale: #505050. Windows color (decimal): -3010489 or 4657362. OLE color: 4657362.
HSL color Cylindrical-coordinate representation of color #D21047: hue angle of 342.99º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21047 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 71 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.18 |
| HSL | 342.99º | 0.86% | 0.44% | - |
| HSV(B) | 342.99º | 0.92% | 0.82% | - |
| XYZ | 27.9 | 14.53 | 7.29 | - |
| YUV | 80.28 | 122.77 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 71 | 0 | 0.92 | 0.66 | 0.18 | 342.99 | 0.86 | 0.44 |
| Hex | D2 | 10 | 47 | 0 | 5C | 42 | 12 | 157 | 56 | 2C |
| Octal | 322 | 20 | 107 | 0 | 134 | 102 | 22 | 527 | 126 | 54 |
| Binary | 11010010 | 10000 | 1000111 | 0 | 1011100 | 1000010 | 10010 | 101010111 | 1010110 | 101100 |
Color Harmonies of #D21047
Complementary color
Monochromatic Colors of #D21047
Black with #D21047
Text Example
Text Example
White with #D21047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21047; }
p { color: rgb(210,16,71); }
H1.HeaderClassName
{
color: #D21047;
}
.AnyTagClassName
{
color: #D21047;
}
</style>
background-color css
<style>
a { background-color: #D21047; }
a { background-color: rgb(210,16,71); }
div.DivClassName
{
background-color: #D21047;
}
.BgClassName
{
background-color: #D21047;
}
</style>
border-color css
<style>
span { border-color: #D21047; }
span { border-color: rgb(210,16,71); }
td.TdClassName
{
border-color: #D21047;
}
.TagClassName
{
border-color: #D21047;
}
</style>