Shades of Crimson #DC142D
Tints of Crimson #DC142D
RGB
CMYK
RGB Variations
Color information
#DC142D (or 0xDC142D) is known color: Crimson. HEX triplet: DC, 14 and 2D. RGB value is (220,20,45). Sum of RGB (Red+Green+Blue) = 220+20+45=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC142D is #23EBD2. Grayscale: #525252. Windows color (decimal): -2354131 or 2954460. OLE color: 2954460.
HSL color Cylindrical-coordinate representation of color #DC142D: hue angle of 352.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC142D is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 45 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.14 |
| HSL | 352.5º | 0.83% | 0.47% | - |
| HSV(B) | 352.5º | 0.91% | 0.86% | - |
| XYZ | 30.24 | 15.91 | 3.96 | - |
| YUV | 82.65 | 106.76 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 45 | 0 | 0.91 | 0.80 | 0.14 | 352.5 | 0.83 | 0.47 |
| Hex | DC | 14 | 2D | 0 | 5B | 50 | E | 160 | 53 | 2F |
| Octal | 334 | 24 | 55 | 0 | 133 | 120 | 16 | 540 | 123 | 57 |
| Binary | 11011100 | 10100 | 101101 | 0 | 1011011 | 1010000 | 1110 | 101100000 | 1010011 | 101111 |
Color Harmonies of #DC142D
Complementary color
Monochromatic Colors of #DC142D
Black with #DC142D
Text Example
Text Example
White with #DC142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC142D; }
p { color: rgb(220,20,45); }
H1.HeaderClassName
{
color: #DC142D;
}
.AnyTagClassName
{
color: #DC142D;
}
</style>
background-color css
<style>
a { background-color: #DC142D; }
a { background-color: rgb(220,20,45); }
div.DivClassName
{
background-color: #DC142D;
}
.BgClassName
{
background-color: #DC142D;
}
</style>
border-color css
<style>
span { border-color: #DC142D; }
span { border-color: rgb(220,20,45); }
td.TdClassName
{
border-color: #DC142D;
}
.TagClassName
{
border-color: #DC142D;
}
</style>