Shades of Crimson #DC1733
Tints of Crimson #DC1733
RGB
CMYK
RGB Variations
Color information
#DC1733 (or 0xDC1733) is known color: Crimson. HEX triplet: DC, 17 and 33. RGB value is (220,23,51). Sum of RGB (Red+Green+Blue) = 220+23+51=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1733 is #23E8CC. Grayscale: #555555. Windows color (decimal): -2353357 or 3348444. OLE color: 3348444.
HSL color Cylindrical-coordinate representation of color #DC1733: hue angle of 351.47º 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 #DC1733 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 51 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.14 |
| HSL | 351.47º | 0.81% | 0.48% | - |
| HSV(B) | 351.47º | 0.9% | 0.86% | - |
| XYZ | 30.42 | 16.07 | 4.63 | - |
| YUV | 85.1 | 108.77 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 51 | 0 | 0.90 | 0.77 | 0.14 | 351.47 | 0.81 | 0.48 |
| Hex | DC | 17 | 33 | 0 | 5A | 4D | E | 15F | 51 | 30 |
| Octal | 334 | 27 | 63 | 0 | 132 | 115 | 16 | 537 | 121 | 60 |
| Binary | 11011100 | 10111 | 110011 | 0 | 1011010 | 1001101 | 1110 | 101011111 | 1010001 | 110000 |
Color Harmonies of #DC1733
Complementary color
Monochromatic Colors of #DC1733
Black with #DC1733
Text Example
Text Example
White with #DC1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1733; }
p { color: rgb(220,23,51); }
H1.HeaderClassName
{
color: #DC1733;
}
.AnyTagClassName
{
color: #DC1733;
}
</style>
background-color css
<style>
a { background-color: #DC1733; }
a { background-color: rgb(220,23,51); }
div.DivClassName
{
background-color: #DC1733;
}
.BgClassName
{
background-color: #DC1733;
}
</style>
border-color css
<style>
span { border-color: #DC1733; }
span { border-color: rgb(220,23,51); }
td.TdClassName
{
border-color: #DC1733;
}
.TagClassName
{
border-color: #DC1733;
}
</style>