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