Shades of Crimson #DC022D
Tints of Crimson #DC022D
RGB
CMYK
RGB Variations
Color information
#DC022D (or 0xDC022D) is known color: Crimson. HEX triplet: DC, 02 and 2D. RGB value is (220,2,45). Sum of RGB (Red+Green+Blue) = 220+2+45=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC022D is #23FDD2. Grayscale: #484848. Windows color (decimal): -2358739 or 2949852. OLE color: 2949852.
HSL color Cylindrical-coordinate representation of color #DC022D: hue angle of 348.17º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC022D is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.14 |
| HSL | 348.17º | 0.98% | 0.44% | - |
| HSV(B) | 348.17º | 0.99% | 0.86% | - |
| XYZ | 30.01 | 15.45 | 3.88 | - |
| YUV | 72.08 | 112.72 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 45 | 0 | 0.99 | 0.80 | 0.14 | 348.17 | 0.98 | 0.44 |
| Hex | DC | 2 | 2D | 0 | 63 | 50 | E | 15C | 62 | 2C |
| Octal | 334 | 2 | 55 | 0 | 143 | 120 | 16 | 534 | 142 | 54 |
| Binary | 11011100 | 10 | 101101 | 0 | 1100011 | 1010000 | 1110 | 101011100 | 1100010 | 101100 |
Color Harmonies of #DC022D
Complementary color
Monochromatic Colors of #DC022D
Black with #DC022D
Text Example
Text Example
White with #DC022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC022D; }
p { color: rgb(220,2,45); }
H1.HeaderClassName
{
color: #DC022D;
}
.AnyTagClassName
{
color: #DC022D;
}
</style>
background-color css
<style>
a { background-color: #DC022D; }
a { background-color: rgb(220,2,45); }
div.DivClassName
{
background-color: #DC022D;
}
.BgClassName
{
background-color: #DC022D;
}
</style>
border-color css
<style>
span { border-color: #DC022D; }
span { border-color: rgb(220,2,45); }
td.TdClassName
{
border-color: #DC022D;
}
.TagClassName
{
border-color: #DC022D;
}
</style>