Shades of Crimson #DC072D
Tints of Crimson #DC072D
RGB
CMYK
RGB Variations
Color information
#DC072D (or 0xDC072D) is known color: Crimson. HEX triplet: DC, 07 and 2D. RGB value is (220,7,45). Sum of RGB (Red+Green+Blue) = 220+7+45=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC072D is #23F8D2. Grayscale: #4B4B4B. Windows color (decimal): -2357459 or 2951132. OLE color: 2951132.
HSL color Cylindrical-coordinate representation of color #DC072D: hue angle of 349.3º 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 #DC072D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 45 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.14 |
| HSL | 349.3º | 0.94% | 0.45% | - |
| HSV(B) | 349.3º | 0.97% | 0.86% | - |
| XYZ | 30.06 | 15.56 | 3.9 | - |
| YUV | 75.02 | 111.07 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 45 | 0 | 0.97 | 0.80 | 0.14 | 349.3 | 0.94 | 0.45 |
| Hex | DC | 7 | 2D | 0 | 61 | 50 | E | 15D | 5E | 2D |
| Octal | 334 | 7 | 55 | 0 | 141 | 120 | 16 | 535 | 136 | 55 |
| Binary | 11011100 | 111 | 101101 | 0 | 1100001 | 1010000 | 1110 | 101011101 | 1011110 | 101101 |
Color Harmonies of #DC072D
Complementary color
Monochromatic Colors of #DC072D
Black with #DC072D
Text Example
Text Example
White with #DC072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC072D; }
p { color: rgb(220,7,45); }
H1.HeaderClassName
{
color: #DC072D;
}
.AnyTagClassName
{
color: #DC072D;
}
</style>
background-color css
<style>
a { background-color: #DC072D; }
a { background-color: rgb(220,7,45); }
div.DivClassName
{
background-color: #DC072D;
}
.BgClassName
{
background-color: #DC072D;
}
</style>
border-color css
<style>
span { border-color: #DC072D; }
span { border-color: rgb(220,7,45); }
td.TdClassName
{
border-color: #DC072D;
}
.TagClassName
{
border-color: #DC072D;
}
</style>