Shades of Crimson #D2062D
Tints of Crimson #D2062D
RGB
CMYK
RGB Variations
Color information
#D2062D (or 0xD2062D) is known color: Crimson. HEX triplet: D2, 06 and 2D. RGB value is (210,6,45). Sum of RGB (Red+Green+Blue) = 210+6+45=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D2062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2062D is #2DF9D2. Grayscale: #474747. Windows color (decimal): -3013075 or 2950866. OLE color: 2950866.
HSL color Cylindrical-coordinate representation of color #D2062D: hue angle of 348.53º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2062D is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.18 |
| HSL | 348.53º | 0.94% | 0.42% | - |
| HSV(B) | 348.53º | 0.97% | 0.82% | - |
| XYZ | 27.12 | 14.02 | 3.76 | - |
| YUV | 71.44 | 113.09 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 45 | 0 | 0.97 | 0.79 | 0.18 | 348.53 | 0.94 | 0.42 |
| Hex | D2 | 6 | 2D | 0 | 61 | 4F | 12 | 15D | 5E | 2A |
| Octal | 322 | 6 | 55 | 0 | 141 | 117 | 22 | 535 | 136 | 52 |
| Binary | 11010010 | 110 | 101101 | 0 | 1100001 | 1001111 | 10010 | 101011101 | 1011110 | 101010 |
Color Harmonies of #D2062D
Complementary color
Monochromatic Colors of #D2062D
Black with #D2062D
Text Example
Text Example
White with #D2062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2062D; }
p { color: rgb(210,6,45); }
H1.HeaderClassName
{
color: #D2062D;
}
.AnyTagClassName
{
color: #D2062D;
}
</style>
background-color css
<style>
a { background-color: #D2062D; }
a { background-color: rgb(210,6,45); }
div.DivClassName
{
background-color: #D2062D;
}
.BgClassName
{
background-color: #D2062D;
}
</style>
border-color css
<style>
span { border-color: #D2062D; }
span { border-color: rgb(210,6,45); }
td.TdClassName
{
border-color: #D2062D;
}
.TagClassName
{
border-color: #D2062D;
}
</style>