Shades of Crimson #DC0345
Tints of Crimson #DC0345
RGB
CMYK
RGB Variations
Color information
#DC0345 (or 0xDC0345) is known color: Crimson. HEX triplet: DC, 03 and 45. RGB value is (220,3,69). Sum of RGB (Red+Green+Blue) = 220+3+69=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0345 is #23FCBA. Grayscale: #4B4B4B. Windows color (decimal): -2358459 or 4522972. OLE color: 4522972.
HSL color Cylindrical-coordinate representation of color #DC0345: hue angle of 341.75º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0345 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.14 |
| HSL | 341.75º | 0.97% | 0.44% | - |
| HSV(B) | 341.75º | 0.99% | 0.86% | - |
| XYZ | 30.62 | 15.71 | 7.05 | - |
| YUV | 75.41 | 124.39 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 69 | 0 | 0.99 | 0.69 | 0.14 | 341.75 | 0.97 | 0.44 |
| Hex | DC | 3 | 45 | 0 | 63 | 45 | E | 156 | 61 | 2C |
| Octal | 334 | 3 | 105 | 0 | 143 | 105 | 16 | 526 | 141 | 54 |
| Binary | 11011100 | 11 | 1000101 | 0 | 1100011 | 1000101 | 1110 | 101010110 | 1100001 | 101100 |
Color Harmonies of #DC0345
Complementary color
Monochromatic Colors of #DC0345
Black with #DC0345
Text Example
Text Example
White with #DC0345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0345; }
p { color: rgb(220,3,69); }
H1.HeaderClassName
{
color: #DC0345;
}
.AnyTagClassName
{
color: #DC0345;
}
</style>
background-color css
<style>
a { background-color: #DC0345; }
a { background-color: rgb(220,3,69); }
div.DivClassName
{
background-color: #DC0345;
}
.BgClassName
{
background-color: #DC0345;
}
</style>
border-color css
<style>
span { border-color: #DC0345; }
span { border-color: rgb(220,3,69); }
td.TdClassName
{
border-color: #DC0345;
}
.TagClassName
{
border-color: #DC0345;
}
</style>