Shades of Crimson #D21734
Tints of Crimson #D21734
RGB
CMYK
RGB Variations
Color information
#D21734 (or 0xD21734) is known color: Crimson. HEX triplet: D2, 17 and 34. RGB value is (210,23,52). Sum of RGB (Red+Green+Blue) = 210+23+52=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D21734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21734 is #2DE8CB. Grayscale: #525252. Windows color (decimal): -3008716 or 3413970. OLE color: 3413970.
HSL color Cylindrical-coordinate representation of color #D21734: hue angle of 350.7º 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 #D21734 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 52 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.18 |
| HSL | 350.7º | 0.8% | 0.46% | - |
| HSV(B) | 350.7º | 0.89% | 0.82% | - |
| XYZ | 27.5 | 14.56 | 4.61 | - |
| YUV | 82.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 52 | 0 | 0.89 | 0.75 | 0.18 | 350.7 | 0.8 | 0.46 |
| Hex | D2 | 17 | 34 | 0 | 59 | 4B | 12 | 15F | 50 | 2E |
| Octal | 322 | 27 | 64 | 0 | 131 | 113 | 22 | 537 | 120 | 56 |
| Binary | 11010010 | 10111 | 110100 | 0 | 1011001 | 1001011 | 10010 | 101011111 | 1010000 | 101110 |
Color Harmonies of #D21734
Complementary color
Monochromatic Colors of #D21734
Black with #D21734
Text Example
Text Example
White with #D21734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21734; }
p { color: rgb(210,23,52); }
H1.HeaderClassName
{
color: #D21734;
}
.AnyTagClassName
{
color: #D21734;
}
</style>
background-color css
<style>
a { background-color: #D21734; }
a { background-color: rgb(210,23,52); }
div.DivClassName
{
background-color: #D21734;
}
.BgClassName
{
background-color: #D21734;
}
</style>
border-color css
<style>
span { border-color: #D21734; }
span { border-color: rgb(210,23,52); }
td.TdClassName
{
border-color: #D21734;
}
.TagClassName
{
border-color: #D21734;
}
</style>