Shades of Crimson #D2183F
Tints of Crimson #D2183F
RGB
CMYK
RGB Variations
Color information
#D2183F (or 0xD2183F) is known color: Crimson. HEX triplet: D2, 18 and 3F. RGB value is (210,24,63). Sum of RGB (Red+Green+Blue) = 210+24+63=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D2183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2183F is #2DE7C0. Grayscale: #545454. Windows color (decimal): -3008449 or 4135122. OLE color: 4135122.
HSL color Cylindrical-coordinate representation of color #D2183F: hue angle of 347.42º 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 #D2183F is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 63 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.18 |
| HSL | 347.42º | 0.79% | 0.46% | - |
| HSV(B) | 347.42º | 0.89% | 0.82% | - |
| XYZ | 27.8 | 14.71 | 6.08 | - |
| YUV | 84.06 | 116.12 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 63 | 0 | 0.89 | 0.70 | 0.18 | 347.42 | 0.79 | 0.46 |
| Hex | D2 | 18 | 3F | 0 | 59 | 46 | 12 | 15B | 4F | 2E |
| Octal | 322 | 30 | 77 | 0 | 131 | 106 | 22 | 533 | 117 | 56 |
| Binary | 11010010 | 11000 | 111111 | 0 | 1011001 | 1000110 | 10010 | 101011011 | 1001111 | 101110 |
Color Harmonies of #D2183F
Complementary color
Monochromatic Colors of #D2183F
Black with #D2183F
Text Example
Text Example
White with #D2183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2183F; }
p { color: rgb(210,24,63); }
H1.HeaderClassName
{
color: #D2183F;
}
.AnyTagClassName
{
color: #D2183F;
}
</style>
background-color css
<style>
a { background-color: #D2183F; }
a { background-color: rgb(210,24,63); }
div.DivClassName
{
background-color: #D2183F;
}
.BgClassName
{
background-color: #D2183F;
}
</style>
border-color css
<style>
span { border-color: #D2183F; }
span { border-color: rgb(210,24,63); }
td.TdClassName
{
border-color: #D2183F;
}
.TagClassName
{
border-color: #D2183F;
}
</style>