Shades of Crimson #DC1C3A
Tints of Crimson #DC1C3A
RGB
CMYK
RGB Variations
Color information
#DC1C3A (or 0xDC1C3A) is known color: Crimson. HEX triplet: DC, 1C and 3A. RGB value is (220,28,58). Sum of RGB (Red+Green+Blue) = 220+28+58=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1C3A is #23E3C5. Grayscale: #585858. Windows color (decimal): -2352070 or 3808476. OLE color: 3808476.
HSL color Cylindrical-coordinate representation of color #DC1C3A: hue angle of 350.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1C3A is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 58 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.14 |
| HSL | 350.63º | 0.77% | 0.49% | - |
| HSV(B) | 350.63º | 0.87% | 0.86% | - |
| XYZ | 30.69 | 16.35 | 5.54 | - |
| YUV | 88.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 58 | 0 | 0.87 | 0.74 | 0.14 | 350.63 | 0.77 | 0.49 |
| Hex | DC | 1C | 3A | 0 | 57 | 4A | E | 15F | 4D | 31 |
| Octal | 334 | 34 | 72 | 0 | 127 | 112 | 16 | 537 | 115 | 61 |
| Binary | 11011100 | 11100 | 111010 | 0 | 1010111 | 1001010 | 1110 | 101011111 | 1001101 | 110001 |
Color Harmonies of #DC1C3A
Complementary color
Monochromatic Colors of #DC1C3A
Black with #DC1C3A
Text Example
Text Example
White with #DC1C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C3A; }
p { color: rgb(220,28,58); }
H1.HeaderClassName
{
color: #DC1C3A;
}
.AnyTagClassName
{
color: #DC1C3A;
}
</style>
background-color css
<style>
a { background-color: #DC1C3A; }
a { background-color: rgb(220,28,58); }
div.DivClassName
{
background-color: #DC1C3A;
}
.BgClassName
{
background-color: #DC1C3A;
}
</style>
border-color css
<style>
span { border-color: #DC1C3A; }
span { border-color: rgb(220,28,58); }
td.TdClassName
{
border-color: #DC1C3A;
}
.TagClassName
{
border-color: #DC1C3A;
}
</style>