Shades of Crimson #DC1734
Tints of Crimson #DC1734
RGB
CMYK
RGB Variations
Color information
#DC1734 (or 0xDC1734) is known color: Crimson. HEX triplet: DC, 17 and 34. RGB value is (220,23,52). Sum of RGB (Red+Green+Blue) = 220+23+52=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1734 is #23E8CB. Grayscale: #555555. Windows color (decimal): -2353356 or 3413980. OLE color: 3413980.
HSL color Cylindrical-coordinate representation of color #DC1734: hue angle of 351.17º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1734 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 52 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.14 |
| HSL | 351.17º | 0.81% | 0.48% | - |
| HSV(B) | 351.17º | 0.9% | 0.86% | - |
| XYZ | 30.44 | 16.08 | 4.75 | - |
| YUV | 85.21 | 109.27 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 52 | 0 | 0.90 | 0.76 | 0.14 | 351.17 | 0.81 | 0.48 |
| Hex | DC | 17 | 34 | 0 | 5A | 4C | E | 15F | 51 | 30 |
| Octal | 334 | 27 | 64 | 0 | 132 | 114 | 16 | 537 | 121 | 60 |
| Binary | 11011100 | 10111 | 110100 | 0 | 1011010 | 1001100 | 1110 | 101011111 | 1010001 | 110000 |
Color Harmonies of #DC1734
Complementary color
Monochromatic Colors of #DC1734
Black with #DC1734
Text Example
Text Example
White with #DC1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1734; }
p { color: rgb(220,23,52); }
H1.HeaderClassName
{
color: #DC1734;
}
.AnyTagClassName
{
color: #DC1734;
}
</style>
background-color css
<style>
a { background-color: #DC1734; }
a { background-color: rgb(220,23,52); }
div.DivClassName
{
background-color: #DC1734;
}
.BgClassName
{
background-color: #DC1734;
}
</style>
border-color css
<style>
span { border-color: #DC1734; }
span { border-color: rgb(220,23,52); }
td.TdClassName
{
border-color: #DC1734;
}
.TagClassName
{
border-color: #DC1734;
}
</style>