Shades of Crimson #DC172D
Tints of Crimson #DC172D
RGB
CMYK
RGB Variations
Color information
#DC172D (or 0xDC172D) is known color: Crimson. HEX triplet: DC, 17 and 2D. RGB value is (220,23,45). Sum of RGB (Red+Green+Blue) = 220+23+45=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC172D is #23E8D2. Grayscale: #545454. Windows color (decimal): -2353363 or 2955228. OLE color: 2955228.
HSL color Cylindrical-coordinate representation of color #DC172D: hue angle of 353.3º 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 #DC172D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 45 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.14 |
| HSL | 353.3º | 0.81% | 0.48% | - |
| HSV(B) | 353.3º | 0.9% | 0.86% | - |
| XYZ | 30.3 | 16.02 | 3.98 | - |
| YUV | 84.41 | 105.77 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 45 | 0 | 0.90 | 0.80 | 0.14 | 353.3 | 0.81 | 0.48 |
| Hex | DC | 17 | 2D | 0 | 5A | 50 | E | 161 | 51 | 30 |
| Octal | 334 | 27 | 55 | 0 | 132 | 120 | 16 | 541 | 121 | 60 |
| Binary | 11011100 | 10111 | 101101 | 0 | 1011010 | 1010000 | 1110 | 101100001 | 1010001 | 110000 |
Color Harmonies of #DC172D
Complementary color
Monochromatic Colors of #DC172D
Black with #DC172D
Text Example
Text Example
White with #DC172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC172D; }
p { color: rgb(220,23,45); }
H1.HeaderClassName
{
color: #DC172D;
}
.AnyTagClassName
{
color: #DC172D;
}
</style>
background-color css
<style>
a { background-color: #DC172D; }
a { background-color: rgb(220,23,45); }
div.DivClassName
{
background-color: #DC172D;
}
.BgClassName
{
background-color: #DC172D;
}
</style>
border-color css
<style>
span { border-color: #DC172D; }
span { border-color: rgb(220,23,45); }
td.TdClassName
{
border-color: #DC172D;
}
.TagClassName
{
border-color: #DC172D;
}
</style>