Shades of Crimson #DC1345
Tints of Crimson #DC1345
RGB
CMYK
RGB Variations
Color information
#DC1345 (or 0xDC1345) is known color: Crimson. HEX triplet: DC, 13 and 45. RGB value is (220,19,69). Sum of RGB (Red+Green+Blue) = 220+19+69=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1345 is #23ECBA. Grayscale: #545454. Windows color (decimal): -2354363 or 4527068. OLE color: 4527068.
HSL color Cylindrical-coordinate representation of color #DC1345: hue angle of 345.07º 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 #DC1345 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 69 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.14 |
| HSL | 345.07º | 0.84% | 0.47% | - |
| HSV(B) | 345.07º | 0.91% | 0.86% | - |
| XYZ | 30.82 | 16.11 | 7.12 | - |
| YUV | 84.8 | 119.09 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 69 | 0 | 0.91 | 0.69 | 0.14 | 345.07 | 0.84 | 0.47 |
| Hex | DC | 13 | 45 | 0 | 5B | 45 | E | 159 | 54 | 2F |
| Octal | 334 | 23 | 105 | 0 | 133 | 105 | 16 | 531 | 124 | 57 |
| Binary | 11011100 | 10011 | 1000101 | 0 | 1011011 | 1000101 | 1110 | 101011001 | 1010100 | 101111 |
Color Harmonies of #DC1345
Complementary color
Monochromatic Colors of #DC1345
Black with #DC1345
Text Example
Text Example
White with #DC1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1345; }
p { color: rgb(220,19,69); }
H1.HeaderClassName
{
color: #DC1345;
}
.AnyTagClassName
{
color: #DC1345;
}
</style>
background-color css
<style>
a { background-color: #DC1345; }
a { background-color: rgb(220,19,69); }
div.DivClassName
{
background-color: #DC1345;
}
.BgClassName
{
background-color: #DC1345;
}
</style>
border-color css
<style>
span { border-color: #DC1345; }
span { border-color: rgb(220,19,69); }
td.TdClassName
{
border-color: #DC1345;
}
.TagClassName
{
border-color: #DC1345;
}
</style>