Shades of Crimson #D2063D
Tints of Crimson #D2063D
RGB
CMYK
RGB Variations
Color information
#D2063D (or 0xD2063D) is known color: Crimson. HEX triplet: D2, 06 and 3D. RGB value is (210,6,61). Sum of RGB (Red+Green+Blue) = 210+6+61=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D2063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2063D is #2DF9C2. Grayscale: #494949. Windows color (decimal): -3013059 or 3999442. OLE color: 3999442.
HSL color Cylindrical-coordinate representation of color #D2063D: hue angle of 343.82º 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 #D2063D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.18 |
| HSL | 343.82º | 0.94% | 0.42% | - |
| HSV(B) | 343.82º | 0.97% | 0.82% | - |
| XYZ | 27.49 | 14.17 | 5.7 | - |
| YUV | 73.27 | 121.09 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 61 | 0 | 0.97 | 0.71 | 0.18 | 343.82 | 0.94 | 0.42 |
| Hex | D2 | 6 | 3D | 0 | 61 | 47 | 12 | 158 | 5E | 2A |
| Octal | 322 | 6 | 75 | 0 | 141 | 107 | 22 | 530 | 136 | 52 |
| Binary | 11010010 | 110 | 111101 | 0 | 1100001 | 1000111 | 10010 | 101011000 | 1011110 | 101010 |
Color Harmonies of #D2063D
Complementary color
Monochromatic Colors of #D2063D
Black with #D2063D
Text Example
Text Example
White with #D2063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2063D; }
p { color: rgb(210,6,61); }
H1.HeaderClassName
{
color: #D2063D;
}
.AnyTagClassName
{
color: #D2063D;
}
</style>
background-color css
<style>
a { background-color: #D2063D; }
a { background-color: rgb(210,6,61); }
div.DivClassName
{
background-color: #D2063D;
}
.BgClassName
{
background-color: #D2063D;
}
</style>
border-color css
<style>
span { border-color: #D2063D; }
span { border-color: rgb(210,6,61); }
td.TdClassName
{
border-color: #D2063D;
}
.TagClassName
{
border-color: #D2063D;
}
</style>