Shades of Crimson #DC1134
Tints of Crimson #DC1134
RGB
CMYK
RGB Variations
Color information
#DC1134 (or 0xDC1134) is known color: Crimson. HEX triplet: DC, 11 and 34. RGB value is (220,17,52). Sum of RGB (Red+Green+Blue) = 220+17+52=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1134 is #23EECB. Grayscale: #515151. Windows color (decimal): -2354892 or 3412444. OLE color: 3412444.
HSL color Cylindrical-coordinate representation of color #DC1134: hue angle of 349.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1134 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 52 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.14 |
| HSL | 349.66º | 0.86% | 0.46% | - |
| HSV(B) | 349.66º | 0.92% | 0.86% | - |
| XYZ | 30.34 | 15.86 | 4.71 | - |
| YUV | 81.69 | 111.25 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 52 | 0 | 0.92 | 0.76 | 0.14 | 349.66 | 0.86 | 0.46 |
| Hex | DC | 11 | 34 | 0 | 5C | 4C | E | 15E | 56 | 2E |
| Octal | 334 | 21 | 64 | 0 | 134 | 114 | 16 | 536 | 126 | 56 |
| Binary | 11011100 | 10001 | 110100 | 0 | 1011100 | 1001100 | 1110 | 101011110 | 1010110 | 101110 |
Color Harmonies of #DC1134
Complementary color
Monochromatic Colors of #DC1134
Black with #DC1134
Text Example
Text Example
White with #DC1134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1134; }
p { color: rgb(220,17,52); }
H1.HeaderClassName
{
color: #DC1134;
}
.AnyTagClassName
{
color: #DC1134;
}
</style>
background-color css
<style>
a { background-color: #DC1134; }
a { background-color: rgb(220,17,52); }
div.DivClassName
{
background-color: #DC1134;
}
.BgClassName
{
background-color: #DC1134;
}
</style>
border-color css
<style>
span { border-color: #DC1134; }
span { border-color: rgb(220,17,52); }
td.TdClassName
{
border-color: #DC1134;
}
.TagClassName
{
border-color: #DC1134;
}
</style>