Shades of Crimson #DC052E
Tints of Crimson #DC052E
RGB
CMYK
RGB Variations
Color information
#DC052E (or 0xDC052E) is known color: Crimson. HEX triplet: DC, 05 and 2E. RGB value is (220,5,46). Sum of RGB (Red+Green+Blue) = 220+5+46=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC052E is #23FAD1. Grayscale: #4A4A4A. Windows color (decimal): -2357970 or 3016156. OLE color: 3016156.
HSL color Cylindrical-coordinate representation of color #DC052E: hue angle of 348.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC052E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 46 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.14 |
| HSL | 348.56º | 0.96% | 0.44% | - |
| HSV(B) | 348.56º | 0.98% | 0.86% | - |
| XYZ | 30.06 | 15.52 | 4 | - |
| YUV | 73.96 | 112.23 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 46 | 0 | 0.98 | 0.79 | 0.14 | 348.56 | 0.96 | 0.44 |
| Hex | DC | 5 | 2E | 0 | 62 | 4F | E | 15D | 60 | 2C |
| Octal | 334 | 5 | 56 | 0 | 142 | 117 | 16 | 535 | 140 | 54 |
| Binary | 11011100 | 101 | 101110 | 0 | 1100010 | 1001111 | 1110 | 101011101 | 1100000 | 101100 |
Color Harmonies of #DC052E
Complementary color
Monochromatic Colors of #DC052E
Black with #DC052E
Text Example
Text Example
White with #DC052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC052E; }
p { color: rgb(220,5,46); }
H1.HeaderClassName
{
color: #DC052E;
}
.AnyTagClassName
{
color: #DC052E;
}
</style>
background-color css
<style>
a { background-color: #DC052E; }
a { background-color: rgb(220,5,46); }
div.DivClassName
{
background-color: #DC052E;
}
.BgClassName
{
background-color: #DC052E;
}
</style>
border-color css
<style>
span { border-color: #DC052E; }
span { border-color: rgb(220,5,46); }
td.TdClassName
{
border-color: #DC052E;
}
.TagClassName
{
border-color: #DC052E;
}
</style>