Shades of Crimson #DC0343
Tints of Crimson #DC0343
RGB
CMYK
RGB Variations
Color information
#DC0343 (or 0xDC0343) is known color: Crimson. HEX triplet: DC, 03 and 43. RGB value is (220,3,67). Sum of RGB (Red+Green+Blue) = 220+3+67=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0343 is #23FCBC. Grayscale: #4B4B4B. Windows color (decimal): -2358461 or 4391900. OLE color: 4391900.
HSL color Cylindrical-coordinate representation of color #DC0343: hue angle of 342.3º 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 #DC0343 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 67 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.14 |
| HSL | 342.3º | 0.97% | 0.44% | - |
| HSV(B) | 342.3º | 0.99% | 0.86% | - |
| XYZ | 30.56 | 15.69 | 6.73 | - |
| YUV | 75.18 | 123.39 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 67 | 0 | 0.99 | 0.70 | 0.14 | 342.3 | 0.97 | 0.44 |
| Hex | DC | 3 | 43 | 0 | 63 | 46 | E | 156 | 61 | 2C |
| Octal | 334 | 3 | 103 | 0 | 143 | 106 | 16 | 526 | 141 | 54 |
| Binary | 11011100 | 11 | 1000011 | 0 | 1100011 | 1000110 | 1110 | 101010110 | 1100001 | 101100 |
Color Harmonies of #DC0343
Complementary color
Monochromatic Colors of #DC0343
Black with #DC0343
Text Example
Text Example
White with #DC0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0343; }
p { color: rgb(220,3,67); }
H1.HeaderClassName
{
color: #DC0343;
}
.AnyTagClassName
{
color: #DC0343;
}
</style>
background-color css
<style>
a { background-color: #DC0343; }
a { background-color: rgb(220,3,67); }
div.DivClassName
{
background-color: #DC0343;
}
.BgClassName
{
background-color: #DC0343;
}
</style>
border-color css
<style>
span { border-color: #DC0343; }
span { border-color: rgb(220,3,67); }
td.TdClassName
{
border-color: #DC0343;
}
.TagClassName
{
border-color: #DC0343;
}
</style>