Shades of Crimson #DC1346
Tints of Crimson #DC1346
RGB
CMYK
RGB Variations
Color information
#DC1346 (or 0xDC1346) is known color: Crimson. HEX triplet: DC, 13 and 46. RGB value is (220,19,70). Sum of RGB (Red+Green+Blue) = 220+19+70=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1346 is #23ECB9. Grayscale: #545454. Windows color (decimal): -2354362 or 4592604. OLE color: 4592604.
HSL color Cylindrical-coordinate representation of color #DC1346: hue angle of 344.78º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1346 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 70 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.14 |
| HSL | 344.78º | 0.84% | 0.47% | - |
| HSV(B) | 344.78º | 0.91% | 0.86% | - |
| XYZ | 30.85 | 16.12 | 7.28 | - |
| YUV | 84.91 | 119.59 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 70 | 0 | 0.91 | 0.68 | 0.14 | 344.78 | 0.84 | 0.47 |
| Hex | DC | 13 | 46 | 0 | 5B | 44 | E | 159 | 54 | 2F |
| Octal | 334 | 23 | 106 | 0 | 133 | 104 | 16 | 531 | 124 | 57 |
| Binary | 11011100 | 10011 | 1000110 | 0 | 1011011 | 1000100 | 1110 | 101011001 | 1010100 | 101111 |
Color Harmonies of #DC1346
Complementary color
Monochromatic Colors of #DC1346
Black with #DC1346
Text Example
Text Example
White with #DC1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1346; }
p { color: rgb(220,19,70); }
H1.HeaderClassName
{
color: #DC1346;
}
.AnyTagClassName
{
color: #DC1346;
}
</style>
background-color css
<style>
a { background-color: #DC1346; }
a { background-color: rgb(220,19,70); }
div.DivClassName
{
background-color: #DC1346;
}
.BgClassName
{
background-color: #DC1346;
}
</style>
border-color css
<style>
span { border-color: #DC1346; }
span { border-color: rgb(220,19,70); }
td.TdClassName
{
border-color: #DC1346;
}
.TagClassName
{
border-color: #DC1346;
}
</style>