Shades of Crimson #D21733
Tints of Crimson #D21733
RGB
CMYK
RGB Variations
Color information
#D21733 (or 0xD21733) is known color: Crimson. HEX triplet: D2, 17 and 33. RGB value is (210,23,51). Sum of RGB (Red+Green+Blue) = 210+23+51=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D21733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21733 is #2DE8CC. Grayscale: #525252. Windows color (decimal): -3008717 or 3348434. OLE color: 3348434.
HSL color Cylindrical-coordinate representation of color #D21733: hue angle of 351.02º 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 #D21733 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 51 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.18 |
| HSL | 351.02º | 0.8% | 0.46% | - |
| HSV(B) | 351.02º | 0.89% | 0.82% | - |
| XYZ | 27.48 | 14.55 | 4.49 | - |
| YUV | 82.11 | 110.45 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 51 | 0 | 0.89 | 0.76 | 0.18 | 351.02 | 0.8 | 0.46 |
| Hex | D2 | 17 | 33 | 0 | 59 | 4C | 12 | 15F | 50 | 2E |
| Octal | 322 | 27 | 63 | 0 | 131 | 114 | 22 | 537 | 120 | 56 |
| Binary | 11010010 | 10111 | 110011 | 0 | 1011001 | 1001100 | 10010 | 101011111 | 1010000 | 101110 |
Color Harmonies of #D21733
Complementary color
Monochromatic Colors of #D21733
Black with #D21733
Text Example
Text Example
White with #D21733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21733; }
p { color: rgb(210,23,51); }
H1.HeaderClassName
{
color: #D21733;
}
.AnyTagClassName
{
color: #D21733;
}
</style>
background-color css
<style>
a { background-color: #D21733; }
a { background-color: rgb(210,23,51); }
div.DivClassName
{
background-color: #D21733;
}
.BgClassName
{
background-color: #D21733;
}
</style>
border-color css
<style>
span { border-color: #D21733; }
span { border-color: rgb(210,23,51); }
td.TdClassName
{
border-color: #D21733;
}
.TagClassName
{
border-color: #D21733;
}
</style>