Shades of Crimson #D21742
Tints of Crimson #D21742
RGB
CMYK
RGB Variations
Color information
#D21742 (or 0xD21742) is known color: Crimson. HEX triplet: D2, 17 and 42. RGB value is (210,23,66). Sum of RGB (Red+Green+Blue) = 210+23+66=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D21742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21742 is #2DE8BD. Grayscale: #535353. Windows color (decimal): -3008702 or 4331474. OLE color: 4331474.
HSL color Cylindrical-coordinate representation of color #D21742: hue angle of 346.2º 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 #D21742 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 66 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.18 |
| HSL | 346.2º | 0.8% | 0.46% | - |
| HSV(B) | 346.2º | 0.89% | 0.82% | - |
| XYZ | 27.87 | 14.71 | 6.52 | - |
| YUV | 83.82 | 117.95 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 66 | 0 | 0.89 | 0.69 | 0.18 | 346.2 | 0.8 | 0.46 |
| Hex | D2 | 17 | 42 | 0 | 59 | 45 | 12 | 15A | 50 | 2E |
| Octal | 322 | 27 | 102 | 0 | 131 | 105 | 22 | 532 | 120 | 56 |
| Binary | 11010010 | 10111 | 1000010 | 0 | 1011001 | 1000101 | 10010 | 101011010 | 1010000 | 101110 |
Color Harmonies of #D21742
Complementary color
Monochromatic Colors of #D21742
Black with #D21742
Text Example
Text Example
White with #D21742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21742; }
p { color: rgb(210,23,66); }
H1.HeaderClassName
{
color: #D21742;
}
.AnyTagClassName
{
color: #D21742;
}
</style>
background-color css
<style>
a { background-color: #D21742; }
a { background-color: rgb(210,23,66); }
div.DivClassName
{
background-color: #D21742;
}
.BgClassName
{
background-color: #D21742;
}
</style>
border-color css
<style>
span { border-color: #D21742; }
span { border-color: rgb(210,23,66); }
td.TdClassName
{
border-color: #D21742;
}
.TagClassName
{
border-color: #D21742;
}
</style>