Shades of Crimson #DC062D
Tints of Crimson #DC062D
RGB
CMYK
RGB Variations
Color information
#DC062D (or 0xDC062D) is known color: Crimson. HEX triplet: DC, 06 and 2D. RGB value is (220,6,45). Sum of RGB (Red+Green+Blue) = 220+6+45=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC062D is #23F9D2. Grayscale: #4A4A4A. Windows color (decimal): -2357715 or 2950876. OLE color: 2950876.
HSL color Cylindrical-coordinate representation of color #DC062D: hue angle of 349.07º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC062D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.14 |
| HSL | 349.07º | 0.95% | 0.44% | - |
| HSV(B) | 349.07º | 0.97% | 0.86% | - |
| XYZ | 30.05 | 15.54 | 3.9 | - |
| YUV | 74.43 | 111.4 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 45 | 0 | 0.97 | 0.80 | 0.14 | 349.07 | 0.95 | 0.44 |
| Hex | DC | 6 | 2D | 0 | 61 | 50 | E | 15D | 5F | 2C |
| Octal | 334 | 6 | 55 | 0 | 141 | 120 | 16 | 535 | 137 | 54 |
| Binary | 11011100 | 110 | 101101 | 0 | 1100001 | 1010000 | 1110 | 101011101 | 1011111 | 101100 |
Color Harmonies of #DC062D
Complementary color
Monochromatic Colors of #DC062D
Black with #DC062D
Text Example
Text Example
White with #DC062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC062D; }
p { color: rgb(220,6,45); }
H1.HeaderClassName
{
color: #DC062D;
}
.AnyTagClassName
{
color: #DC062D;
}
</style>
background-color css
<style>
a { background-color: #DC062D; }
a { background-color: rgb(220,6,45); }
div.DivClassName
{
background-color: #DC062D;
}
.BgClassName
{
background-color: #DC062D;
}
</style>
border-color css
<style>
span { border-color: #DC062D; }
span { border-color: rgb(220,6,45); }
td.TdClassName
{
border-color: #DC062D;
}
.TagClassName
{
border-color: #DC062D;
}
</style>