Shades of Crimson #DC072E
Tints of Crimson #DC072E
RGB
CMYK
RGB Variations
Color information
#DC072E (or 0xDC072E) is known color: Crimson. HEX triplet: DC, 07 and 2E. RGB value is (220,7,46). Sum of RGB (Red+Green+Blue) = 220+7+46=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC072E is #23F8D1. Grayscale: #4B4B4B. Windows color (decimal): -2357458 or 3016668. OLE color: 3016668.
HSL color Cylindrical-coordinate representation of color #DC072E: hue angle of 349.01º 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 #DC072E is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 46 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.14 |
| HSL | 349.01º | 0.94% | 0.45% | - |
| HSV(B) | 349.01º | 0.97% | 0.86% | - |
| XYZ | 30.08 | 15.56 | 4 | - |
| YUV | 75.13 | 111.57 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 46 | 0 | 0.97 | 0.79 | 0.14 | 349.01 | 0.94 | 0.45 |
| Hex | DC | 7 | 2E | 0 | 61 | 4F | E | 15D | 5E | 2D |
| Octal | 334 | 7 | 56 | 0 | 141 | 117 | 16 | 535 | 136 | 55 |
| Binary | 11011100 | 111 | 101110 | 0 | 1100001 | 1001111 | 1110 | 101011101 | 1011110 | 101101 |
Color Harmonies of #DC072E
Complementary color
Monochromatic Colors of #DC072E
Black with #DC072E
Text Example
Text Example
White with #DC072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC072E; }
p { color: rgb(220,7,46); }
H1.HeaderClassName
{
color: #DC072E;
}
.AnyTagClassName
{
color: #DC072E;
}
</style>
background-color css
<style>
a { background-color: #DC072E; }
a { background-color: rgb(220,7,46); }
div.DivClassName
{
background-color: #DC072E;
}
.BgClassName
{
background-color: #DC072E;
}
</style>
border-color css
<style>
span { border-color: #DC072E; }
span { border-color: rgb(220,7,46); }
td.TdClassName
{
border-color: #DC072E;
}
.TagClassName
{
border-color: #DC072E;
}
</style>