Shades of Crimson #DC172F
Tints of Crimson #DC172F
RGB
CMYK
RGB Variations
Color information
#DC172F (or 0xDC172F) is known color: Crimson. HEX triplet: DC, 17 and 2F. RGB value is (220,23,47). Sum of RGB (Red+Green+Blue) = 220+23+47=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC172F is #23E8D0. Grayscale: #545454. Windows color (decimal): -2353361 or 3086300. OLE color: 3086300.
HSL color Cylindrical-coordinate representation of color #DC172F: hue angle of 352.69º 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 #DC172F is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 47 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.14 |
| HSL | 352.69º | 0.81% | 0.48% | - |
| HSV(B) | 352.69º | 0.9% | 0.86% | - |
| XYZ | 30.33 | 16.03 | 4.19 | - |
| YUV | 84.64 | 106.77 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 47 | 0 | 0.90 | 0.79 | 0.14 | 352.69 | 0.81 | 0.48 |
| Hex | DC | 17 | 2F | 0 | 5A | 4F | E | 161 | 51 | 30 |
| Octal | 334 | 27 | 57 | 0 | 132 | 117 | 16 | 541 | 121 | 60 |
| Binary | 11011100 | 10111 | 101111 | 0 | 1011010 | 1001111 | 1110 | 101100001 | 1010001 | 110000 |
Color Harmonies of #DC172F
Complementary color
Monochromatic Colors of #DC172F
Black with #DC172F
Text Example
Text Example
White with #DC172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC172F; }
p { color: rgb(220,23,47); }
H1.HeaderClassName
{
color: #DC172F;
}
.AnyTagClassName
{
color: #DC172F;
}
</style>
background-color css
<style>
a { background-color: #DC172F; }
a { background-color: rgb(220,23,47); }
div.DivClassName
{
background-color: #DC172F;
}
.BgClassName
{
background-color: #DC172F;
}
</style>
border-color css
<style>
span { border-color: #DC172F; }
span { border-color: rgb(220,23,47); }
td.TdClassName
{
border-color: #DC172F;
}
.TagClassName
{
border-color: #DC172F;
}
</style>