Shades of Crimson #DC0D3D
Tints of Crimson #DC0D3D
RGB
CMYK
RGB Variations
Color information
#DC0D3D (or 0xDC0D3D) is known color: Crimson. HEX triplet: DC, 0D and 3D. RGB value is (220,13,61). Sum of RGB (Red+Green+Blue) = 220+13+61=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D3D is #23F2C2. Grayscale: #505050. Windows color (decimal): -2355907 or 4001244. OLE color: 4001244.
HSL color Cylindrical-coordinate representation of color #DC0D3D: hue angle of 346.09º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D3D is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 61 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.14 |
| HSL | 346.09º | 0.89% | 0.46% | - |
| HSV(B) | 346.09º | 0.94% | 0.86% | - |
| XYZ | 30.5 | 15.84 | 5.86 | - |
| YUV | 80.37 | 117.08 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 61 | 0 | 0.94 | 0.72 | 0.14 | 346.09 | 0.89 | 0.46 |
| Hex | DC | D | 3D | 0 | 5E | 48 | E | 15A | 59 | 2E |
| Octal | 334 | 15 | 75 | 0 | 136 | 110 | 16 | 532 | 131 | 56 |
| Binary | 11011100 | 1101 | 111101 | 0 | 1011110 | 1001000 | 1110 | 101011010 | 1011001 | 101110 |
Color Harmonies of #DC0D3D
Complementary color
Monochromatic Colors of #DC0D3D
Black with #DC0D3D
Text Example
Text Example
White with #DC0D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D3D; }
p { color: rgb(220,13,61); }
H1.HeaderClassName
{
color: #DC0D3D;
}
.AnyTagClassName
{
color: #DC0D3D;
}
</style>
background-color css
<style>
a { background-color: #DC0D3D; }
a { background-color: rgb(220,13,61); }
div.DivClassName
{
background-color: #DC0D3D;
}
.BgClassName
{
background-color: #DC0D3D;
}
</style>
border-color css
<style>
span { border-color: #DC0D3D; }
span { border-color: rgb(220,13,61); }
td.TdClassName
{
border-color: #DC0D3D;
}
.TagClassName
{
border-color: #DC0D3D;
}
</style>