Shades of Crimson #DC063E
Tints of Crimson #DC063E
RGB
CMYK
RGB Variations
Color information
#DC063E (or 0xDC063E) is known color: Crimson. HEX triplet: DC, 06 and 3E. RGB value is (220,6,62). Sum of RGB (Red+Green+Blue) = 220+6+62=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC063E is #23F9C1. Grayscale: #4C4C4C. Windows color (decimal): -2357698 or 4064988. OLE color: 4064988.
HSL color Cylindrical-coordinate representation of color #DC063E: hue angle of 344.3º 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 #DC063E is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.14 |
| HSL | 344.3º | 0.95% | 0.44% | - |
| HSV(B) | 344.3º | 0.97% | 0.86% | - |
| XYZ | 30.45 | 15.69 | 5.98 | - |
| YUV | 76.37 | 119.9 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 62 | 0 | 0.97 | 0.72 | 0.14 | 344.3 | 0.95 | 0.44 |
| Hex | DC | 6 | 3E | 0 | 61 | 48 | E | 158 | 5F | 2C |
| Octal | 334 | 6 | 76 | 0 | 141 | 110 | 16 | 530 | 137 | 54 |
| Binary | 11011100 | 110 | 111110 | 0 | 1100001 | 1001000 | 1110 | 101011000 | 1011111 | 101100 |
Color Harmonies of #DC063E
Complementary color
Monochromatic Colors of #DC063E
Black with #DC063E
Text Example
Text Example
White with #DC063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC063E; }
p { color: rgb(220,6,62); }
H1.HeaderClassName
{
color: #DC063E;
}
.AnyTagClassName
{
color: #DC063E;
}
</style>
background-color css
<style>
a { background-color: #DC063E; }
a { background-color: rgb(220,6,62); }
div.DivClassName
{
background-color: #DC063E;
}
.BgClassName
{
background-color: #DC063E;
}
</style>
border-color css
<style>
span { border-color: #DC063E; }
span { border-color: rgb(220,6,62); }
td.TdClassName
{
border-color: #DC063E;
}
.TagClassName
{
border-color: #DC063E;
}
</style>