Shades of Crimson #DC052D
Tints of Crimson #DC052D
RGB
CMYK
RGB Variations
Color information
#DC052D (or 0xDC052D) is known color: Crimson. HEX triplet: DC, 05 and 2D. RGB value is (220,5,45). Sum of RGB (Red+Green+Blue) = 220+5+45=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC052D is #23FAD2. Grayscale: #494949. Windows color (decimal): -2357971 or 2950620. OLE color: 2950620.
HSL color Cylindrical-coordinate representation of color #DC052D: hue angle of 348.84º 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 #DC052D is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 45 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.14 |
| HSL | 348.84º | 0.96% | 0.44% | - |
| HSV(B) | 348.84º | 0.98% | 0.86% | - |
| XYZ | 30.04 | 15.51 | 3.89 | - |
| YUV | 73.85 | 111.73 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 45 | 0 | 0.98 | 0.80 | 0.14 | 348.84 | 0.96 | 0.44 |
| Hex | DC | 5 | 2D | 0 | 62 | 50 | E | 15D | 60 | 2C |
| Octal | 334 | 5 | 55 | 0 | 142 | 120 | 16 | 535 | 140 | 54 |
| Binary | 11011100 | 101 | 101101 | 0 | 1100010 | 1010000 | 1110 | 101011101 | 1100000 | 101100 |
Color Harmonies of #DC052D
Complementary color
Monochromatic Colors of #DC052D
Black with #DC052D
Text Example
Text Example
White with #DC052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC052D; }
p { color: rgb(220,5,45); }
H1.HeaderClassName
{
color: #DC052D;
}
.AnyTagClassName
{
color: #DC052D;
}
</style>
background-color css
<style>
a { background-color: #DC052D; }
a { background-color: rgb(220,5,45); }
div.DivClassName
{
background-color: #DC052D;
}
.BgClassName
{
background-color: #DC052D;
}
</style>
border-color css
<style>
span { border-color: #DC052D; }
span { border-color: rgb(220,5,45); }
td.TdClassName
{
border-color: #DC052D;
}
.TagClassName
{
border-color: #DC052D;
}
</style>