Shades of Crimson #D21736
Tints of Crimson #D21736
RGB
CMYK
RGB Variations
Color information
#D21736 (or 0xD21736) is known color: Crimson. HEX triplet: D2, 17 and 36. RGB value is (210,23,54). Sum of RGB (Red+Green+Blue) = 210+23+54=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D21736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21736 is #2DE8C9. Grayscale: #525252. Windows color (decimal): -3008714 or 3545042. OLE color: 3545042.
HSL color Cylindrical-coordinate representation of color #D21736: hue angle of 350.05º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21736 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 54 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.18 |
| HSL | 350.05º | 0.8% | 0.46% | - |
| HSV(B) | 350.05º | 0.89% | 0.82% | - |
| XYZ | 27.55 | 14.58 | 4.85 | - |
| YUV | 82.45 | 111.95 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 54 | 0 | 0.89 | 0.74 | 0.18 | 350.05 | 0.8 | 0.46 |
| Hex | D2 | 17 | 36 | 0 | 59 | 4A | 12 | 15E | 50 | 2E |
| Octal | 322 | 27 | 66 | 0 | 131 | 112 | 22 | 536 | 120 | 56 |
| Binary | 11010010 | 10111 | 110110 | 0 | 1011001 | 1001010 | 10010 | 101011110 | 1010000 | 101110 |
Color Harmonies of #D21736
Complementary color
Monochromatic Colors of #D21736
Black with #D21736
Text Example
Text Example
White with #D21736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21736; }
p { color: rgb(210,23,54); }
H1.HeaderClassName
{
color: #D21736;
}
.AnyTagClassName
{
color: #D21736;
}
</style>
background-color css
<style>
a { background-color: #D21736; }
a { background-color: rgb(210,23,54); }
div.DivClassName
{
background-color: #D21736;
}
.BgClassName
{
background-color: #D21736;
}
</style>
border-color css
<style>
span { border-color: #D21736; }
span { border-color: rgb(210,23,54); }
td.TdClassName
{
border-color: #D21736;
}
.TagClassName
{
border-color: #D21736;
}
</style>