Shades of Crimson #DC1732
Tints of Crimson #DC1732
RGB
CMYK
RGB Variations
Color information
#DC1732 (or 0xDC1732) is known color: Crimson. HEX triplet: DC, 17 and 32. RGB value is (220,23,50). Sum of RGB (Red+Green+Blue) = 220+23+50=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1732 is #23E8CD. Grayscale: #555555. Windows color (decimal): -2353358 or 3282908. OLE color: 3282908.
HSL color Cylindrical-coordinate representation of color #DC1732: hue angle of 351.78º 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 #DC1732 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 50 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.14 |
| HSL | 351.78º | 0.81% | 0.48% | - |
| HSV(B) | 351.78º | 0.9% | 0.86% | - |
| XYZ | 30.4 | 16.06 | 4.52 | - |
| YUV | 84.98 | 108.27 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 50 | 0 | 0.90 | 0.77 | 0.14 | 351.78 | 0.81 | 0.48 |
| Hex | DC | 17 | 32 | 0 | 5A | 4D | E | 160 | 51 | 30 |
| Octal | 334 | 27 | 62 | 0 | 132 | 115 | 16 | 540 | 121 | 60 |
| Binary | 11011100 | 10111 | 110010 | 0 | 1011010 | 1001101 | 1110 | 101100000 | 1010001 | 110000 |
Color Harmonies of #DC1732
Complementary color
Monochromatic Colors of #DC1732
Black with #DC1732
Text Example
Text Example
White with #DC1732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1732; }
p { color: rgb(220,23,50); }
H1.HeaderClassName
{
color: #DC1732;
}
.AnyTagClassName
{
color: #DC1732;
}
</style>
background-color css
<style>
a { background-color: #DC1732; }
a { background-color: rgb(220,23,50); }
div.DivClassName
{
background-color: #DC1732;
}
.BgClassName
{
background-color: #DC1732;
}
</style>
border-color css
<style>
span { border-color: #DC1732; }
span { border-color: rgb(220,23,50); }
td.TdClassName
{
border-color: #DC1732;
}
.TagClassName
{
border-color: #DC1732;
}
</style>