Shades of Crimson #DC0344
Tints of Crimson #DC0344
RGB
CMYK
RGB Variations
Color information
#DC0344 (or 0xDC0344) is known color: Crimson. HEX triplet: DC, 03 and 44. RGB value is (220,3,68). Sum of RGB (Red+Green+Blue) = 220+3+68=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0344 is #23FCBB. Grayscale: #4B4B4B. Windows color (decimal): -2358460 or 4457436. OLE color: 4457436.
HSL color Cylindrical-coordinate representation of color #DC0344: hue angle of 342.03º 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 #DC0344 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.14 |
| HSL | 342.03º | 0.97% | 0.44% | - |
| HSV(B) | 342.03º | 0.99% | 0.86% | - |
| XYZ | 30.59 | 15.7 | 6.89 | - |
| YUV | 75.29 | 123.89 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 68 | 0 | 0.99 | 0.69 | 0.14 | 342.03 | 0.97 | 0.44 |
| Hex | DC | 3 | 44 | 0 | 63 | 45 | E | 156 | 61 | 2C |
| Octal | 334 | 3 | 104 | 0 | 143 | 105 | 16 | 526 | 141 | 54 |
| Binary | 11011100 | 11 | 1000100 | 0 | 1100011 | 1000101 | 1110 | 101010110 | 1100001 | 101100 |
Color Harmonies of #DC0344
Complementary color
Monochromatic Colors of #DC0344
Black with #DC0344
Text Example
Text Example
White with #DC0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0344; }
p { color: rgb(220,3,68); }
H1.HeaderClassName
{
color: #DC0344;
}
.AnyTagClassName
{
color: #DC0344;
}
</style>
background-color css
<style>
a { background-color: #DC0344; }
a { background-color: rgb(220,3,68); }
div.DivClassName
{
background-color: #DC0344;
}
.BgClassName
{
background-color: #DC0344;
}
</style>
border-color css
<style>
span { border-color: #DC0344; }
span { border-color: rgb(220,3,68); }
td.TdClassName
{
border-color: #DC0344;
}
.TagClassName
{
border-color: #DC0344;
}
</style>