Shades of Crimson #D0063D
Tints of Crimson #D0063D
RGB
CMYK
RGB Variations
Color information
#D0063D (or 0xD0063D) is known color: Crimson. HEX triplet: D0, 06 and 3D. RGB value is (208,6,61). Sum of RGB (Red+Green+Blue) = 208+6+61=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D0063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0063D is #2FF9C2. Grayscale: #484848. Windows color (decimal): -3144131 or 3999440. OLE color: 3999440.
HSL color Cylindrical-coordinate representation of color #D0063D: hue angle of 343.66º 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 #D0063D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.18 |
| HSL | 343.66º | 0.94% | 0.42% | - |
| HSV(B) | 343.66º | 0.97% | 0.82% | - |
| XYZ | 26.92 | 13.88 | 5.67 | - |
| YUV | 72.67 | 121.42 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 61 | 0 | 0.97 | 0.71 | 0.18 | 343.66 | 0.94 | 0.42 |
| Hex | D0 | 6 | 3D | 0 | 61 | 47 | 12 | 158 | 5E | 2A |
| Octal | 320 | 6 | 75 | 0 | 141 | 107 | 22 | 530 | 136 | 52 |
| Binary | 11010000 | 110 | 111101 | 0 | 1100001 | 1000111 | 10010 | 101011000 | 1011110 | 101010 |
Color Harmonies of #D0063D
Complementary color
Monochromatic Colors of #D0063D
Black with #D0063D
Text Example
Text Example
White with #D0063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0063D; }
p { color: rgb(208,6,61); }
H1.HeaderClassName
{
color: #D0063D;
}
.AnyTagClassName
{
color: #D0063D;
}
</style>
background-color css
<style>
a { background-color: #D0063D; }
a { background-color: rgb(208,6,61); }
div.DivClassName
{
background-color: #D0063D;
}
.BgClassName
{
background-color: #D0063D;
}
</style>
border-color css
<style>
span { border-color: #D0063D; }
span { border-color: rgb(208,6,61); }
td.TdClassName
{
border-color: #D0063D;
}
.TagClassName
{
border-color: #D0063D;
}
</style>