Shades of Crimson #D21743
Tints of Crimson #D21743
RGB
CMYK
RGB Variations
Color information
#D21743 (or 0xD21743) is known color: Crimson. HEX triplet: D2, 17 and 43. RGB value is (210,23,67). Sum of RGB (Red+Green+Blue) = 210+23+67=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D21743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21743 is #2DE8BC. Grayscale: #535353. Windows color (decimal): -3008701 or 4397010. OLE color: 4397010.
HSL color Cylindrical-coordinate representation of color #D21743: hue angle of 345.88º 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 #D21743 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 67 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.18 |
| HSL | 345.88º | 0.8% | 0.46% | - |
| HSV(B) | 345.88º | 0.89% | 0.82% | - |
| XYZ | 27.9 | 14.72 | 6.68 | - |
| YUV | 83.93 | 118.45 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 67 | 0 | 0.89 | 0.68 | 0.18 | 345.88 | 0.8 | 0.46 |
| Hex | D2 | 17 | 43 | 0 | 59 | 44 | 12 | 15A | 50 | 2E |
| Octal | 322 | 27 | 103 | 0 | 131 | 104 | 22 | 532 | 120 | 56 |
| Binary | 11010010 | 10111 | 1000011 | 0 | 1011001 | 1000100 | 10010 | 101011010 | 1010000 | 101110 |
Color Harmonies of #D21743
Complementary color
Monochromatic Colors of #D21743
Black with #D21743
Text Example
Text Example
White with #D21743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21743; }
p { color: rgb(210,23,67); }
H1.HeaderClassName
{
color: #D21743;
}
.AnyTagClassName
{
color: #D21743;
}
</style>
background-color css
<style>
a { background-color: #D21743; }
a { background-color: rgb(210,23,67); }
div.DivClassName
{
background-color: #D21743;
}
.BgClassName
{
background-color: #D21743;
}
</style>
border-color css
<style>
span { border-color: #D21743; }
span { border-color: rgb(210,23,67); }
td.TdClassName
{
border-color: #D21743;
}
.TagClassName
{
border-color: #D21743;
}
</style>