Shades of Crimson #D2183D
Tints of Crimson #D2183D
RGB
CMYK
RGB Variations
Color information
#D2183D (or 0xD2183D) is known color: Crimson. HEX triplet: D2, 18 and 3D. RGB value is (210,24,61). Sum of RGB (Red+Green+Blue) = 210+24+61=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D2183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2183D is #2DE7C2. Grayscale: #535353. Windows color (decimal): -3008451 or 4004050. OLE color: 4004050.
HSL color Cylindrical-coordinate representation of color #D2183D: hue angle of 348.06º degrees, saturation: 0.79, 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 #D2183D is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 61 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.18 |
| HSL | 348.06º | 0.79% | 0.46% | - |
| HSV(B) | 348.06º | 0.89% | 0.82% | - |
| XYZ | 27.75 | 14.69 | 5.79 | - |
| YUV | 83.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 61 | 0 | 0.89 | 0.71 | 0.18 | 348.06 | 0.79 | 0.46 |
| Hex | D2 | 18 | 3D | 0 | 59 | 47 | 12 | 15C | 4F | 2E |
| Octal | 322 | 30 | 75 | 0 | 131 | 107 | 22 | 534 | 117 | 56 |
| Binary | 11010010 | 11000 | 111101 | 0 | 1011001 | 1000111 | 10010 | 101011100 | 1001111 | 101110 |
Color Harmonies of #D2183D
Complementary color
Monochromatic Colors of #D2183D
Black with #D2183D
Text Example
Text Example
White with #D2183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2183D; }
p { color: rgb(210,24,61); }
H1.HeaderClassName
{
color: #D2183D;
}
.AnyTagClassName
{
color: #D2183D;
}
</style>
background-color css
<style>
a { background-color: #D2183D; }
a { background-color: rgb(210,24,61); }
div.DivClassName
{
background-color: #D2183D;
}
.BgClassName
{
background-color: #D2183D;
}
</style>
border-color css
<style>
span { border-color: #D2183D; }
span { border-color: rgb(210,24,61); }
td.TdClassName
{
border-color: #D2183D;
}
.TagClassName
{
border-color: #D2183D;
}
</style>