Shades of Crimson #DC073C
Tints of Crimson #DC073C
RGB
CMYK
RGB Variations
Color information
#DC073C (or 0xDC073C) is known color: Crimson. HEX triplet: DC, 07 and 3C. RGB value is (220,7,60). Sum of RGB (Red+Green+Blue) = 220+7+60=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC073C is #23F8C3. Grayscale: #4C4C4C. Windows color (decimal): -2357444 or 3934172. OLE color: 3934172.
HSL color Cylindrical-coordinate representation of color #DC073C: hue angle of 345.07º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC073C is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.14 |
| HSL | 345.07º | 0.94% | 0.45% | - |
| HSV(B) | 345.07º | 0.97% | 0.86% | - |
| XYZ | 30.41 | 15.69 | 5.7 | - |
| YUV | 76.73 | 118.57 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 60 | 0 | 0.97 | 0.73 | 0.14 | 345.07 | 0.94 | 0.45 |
| Hex | DC | 7 | 3C | 0 | 61 | 49 | E | 159 | 5E | 2D |
| Octal | 334 | 7 | 74 | 0 | 141 | 111 | 16 | 531 | 136 | 55 |
| Binary | 11011100 | 111 | 111100 | 0 | 1100001 | 1001001 | 1110 | 101011001 | 1011110 | 101101 |
Color Harmonies of #DC073C
Complementary color
Monochromatic Colors of #DC073C
Black with #DC073C
Text Example
Text Example
White with #DC073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC073C; }
p { color: rgb(220,7,60); }
H1.HeaderClassName
{
color: #DC073C;
}
.AnyTagClassName
{
color: #DC073C;
}
</style>
background-color css
<style>
a { background-color: #DC073C; }
a { background-color: rgb(220,7,60); }
div.DivClassName
{
background-color: #DC073C;
}
.BgClassName
{
background-color: #DC073C;
}
</style>
border-color css
<style>
span { border-color: #DC073C; }
span { border-color: rgb(220,7,60); }
td.TdClassName
{
border-color: #DC073C;
}
.TagClassName
{
border-color: #DC073C;
}
</style>