Shades of Crimson #DC0140
Tints of Crimson #DC0140
RGB
CMYK
RGB Variations
Color information
#DC0140 (or 0xDC0140) is known color: Crimson. HEX triplet: DC, 01 and 40. RGB value is (220,1,64). Sum of RGB (Red+Green+Blue) = 220+1+64=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0140 is #23FEBF. Grayscale: #494949. Windows color (decimal): -2358976 or 4194780. OLE color: 4194780.
HSL color Cylindrical-coordinate representation of color #DC0140: hue angle of 342.74º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0140 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 64 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.14 |
| HSL | 342.74º | 0.99% | 0.43% | - |
| HSV(B) | 342.74º | 1% | 0.86% | - |
| XYZ | 30.45 | 15.61 | 6.26 | - |
| YUV | 73.66 | 122.55 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 64 | 0 | 1.00 | 0.71 | 0.14 | 342.74 | 0.99 | 0.43 |
| Hex | DC | 1 | 40 | 0 | 64 | 47 | E | 157 | 63 | 2B |
| Octal | 334 | 1 | 100 | 0 | 144 | 107 | 16 | 527 | 143 | 53 |
| Binary | 11011100 | 1 | 1000000 | 0 | 1100100 | 1000111 | 1110 | 101010111 | 1100011 | 101011 |
Color Harmonies of #DC0140
Complementary color
Monochromatic Colors of #DC0140
Black with #DC0140
Text Example
Text Example
White with #DC0140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0140; }
p { color: rgb(220,1,64); }
H1.HeaderClassName
{
color: #DC0140;
}
.AnyTagClassName
{
color: #DC0140;
}
</style>
background-color css
<style>
a { background-color: #DC0140; }
a { background-color: rgb(220,1,64); }
div.DivClassName
{
background-color: #DC0140;
}
.BgClassName
{
background-color: #DC0140;
}
</style>
border-color css
<style>
span { border-color: #DC0140; }
span { border-color: rgb(220,1,64); }
td.TdClassName
{
border-color: #DC0140;
}
.TagClassName
{
border-color: #DC0140;
}
</style>