Shades of Crimson #DC1D3C
Tints of Crimson #DC1D3C
RGB
CMYK
RGB Variations
Color information
#DC1D3C (or 0xDC1D3C) is known color: Crimson. HEX triplet: DC, 1D and 3C. RGB value is (220,29,60). Sum of RGB (Red+Green+Blue) = 220+29+60=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1D3C is #23E2C3. Grayscale: #595959. Windows color (decimal): -2351812 or 3939804. OLE color: 3939804.
HSL color Cylindrical-coordinate representation of color #DC1D3C: hue angle of 350.26º 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 #DC1D3C is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 60 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.14 |
| HSL | 350.26º | 0.77% | 0.49% | - |
| HSV(B) | 350.26º | 0.87% | 0.86% | - |
| XYZ | 30.77 | 16.42 | 5.82 | - |
| YUV | 89.64 | 111.28 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 60 | 0 | 0.87 | 0.73 | 0.14 | 350.26 | 0.77 | 0.49 |
| Hex | DC | 1D | 3C | 0 | 57 | 49 | E | 15E | 4D | 31 |
| Octal | 334 | 35 | 74 | 0 | 127 | 111 | 16 | 536 | 115 | 61 |
| Binary | 11011100 | 11101 | 111100 | 0 | 1010111 | 1001001 | 1110 | 101011110 | 1001101 | 110001 |
Color Harmonies of #DC1D3C
Complementary color
Monochromatic Colors of #DC1D3C
Black with #DC1D3C
Text Example
Text Example
White with #DC1D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1D3C; }
p { color: rgb(220,29,60); }
H1.HeaderClassName
{
color: #DC1D3C;
}
.AnyTagClassName
{
color: #DC1D3C;
}
</style>
background-color css
<style>
a { background-color: #DC1D3C; }
a { background-color: rgb(220,29,60); }
div.DivClassName
{
background-color: #DC1D3C;
}
.BgClassName
{
background-color: #DC1D3C;
}
</style>
border-color css
<style>
span { border-color: #DC1D3C; }
span { border-color: rgb(220,29,60); }
td.TdClassName
{
border-color: #DC1D3C;
}
.TagClassName
{
border-color: #DC1D3C;
}
</style>