Shades of Crimson #DC0529
Tints of Crimson #DC0529
RGB
CMYK
RGB Variations
Color information
#DC0529 (or 0xDC0529) is known color: Crimson. HEX triplet: DC, 05 and 29. RGB value is (220,5,41). Sum of RGB (Red+Green+Blue) = 220+5+41=266 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.71% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0529 is #23FAD6. Grayscale: #494949. Windows color (decimal): -2357975 or 2688476. OLE color: 2688476.
HSL color Cylindrical-coordinate representation of color #DC0529: hue angle of 349.95º 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 #DC0529 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.14 |
| HSL | 349.95º | 0.96% | 0.44% | - |
| HSV(B) | 349.95º | 0.98% | 0.86% | - |
| XYZ | 29.97 | 15.48 | 3.51 | - |
| YUV | 73.39 | 109.73 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 41 | 0 | 0.98 | 0.81 | 0.14 | 349.95 | 0.96 | 0.44 |
| Hex | DC | 5 | 29 | 0 | 62 | 51 | E | 15E | 60 | 2C |
| Octal | 334 | 5 | 51 | 0 | 142 | 121 | 16 | 536 | 140 | 54 |
| Binary | 11011100 | 101 | 101001 | 0 | 1100010 | 1010001 | 1110 | 101011110 | 1100000 | 101100 |
Color Harmonies of #DC0529
Complementary color
Monochromatic Colors of #DC0529
Black with #DC0529
Text Example
Text Example
White with #DC0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0529; }
p { color: rgb(220,5,41); }
H1.HeaderClassName
{
color: #DC0529;
}
.AnyTagClassName
{
color: #DC0529;
}
</style>
background-color css
<style>
a { background-color: #DC0529; }
a { background-color: rgb(220,5,41); }
div.DivClassName
{
background-color: #DC0529;
}
.BgClassName
{
background-color: #DC0529;
}
</style>
border-color css
<style>
span { border-color: #DC0529; }
span { border-color: rgb(220,5,41); }
td.TdClassName
{
border-color: #DC0529;
}
.TagClassName
{
border-color: #DC0529;
}
</style>