Shades of Crimson #DC0141
Tints of Crimson #DC0141
RGB
CMYK
RGB Variations
Color information
#DC0141 (or 0xDC0141) is known color: Crimson. HEX triplet: DC, 01 and 41. RGB value is (220,1,65). Sum of RGB (Red+Green+Blue) = 220+1+65=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0141 is #23FEBE. Grayscale: #494949. Windows color (decimal): -2358975 or 4260316. OLE color: 4260316.
HSL color Cylindrical-coordinate representation of color #DC0141: hue angle of 342.47º 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 #DC0141 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 65 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.14 |
| HSL | 342.47º | 0.99% | 0.43% | - |
| HSV(B) | 342.47º | 1% | 0.86% | - |
| XYZ | 30.48 | 15.62 | 6.41 | - |
| YUV | 73.78 | 123.05 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 65 | 0 | 1.00 | 0.70 | 0.14 | 342.47 | 0.99 | 0.43 |
| Hex | DC | 1 | 41 | 0 | 64 | 46 | E | 156 | 63 | 2B |
| Octal | 334 | 1 | 101 | 0 | 144 | 106 | 16 | 526 | 143 | 53 |
| Binary | 11011100 | 1 | 1000001 | 0 | 1100100 | 1000110 | 1110 | 101010110 | 1100011 | 101011 |
Color Harmonies of #DC0141
Complementary color
Monochromatic Colors of #DC0141
Black with #DC0141
Text Example
Text Example
White with #DC0141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0141; }
p { color: rgb(220,1,65); }
H1.HeaderClassName
{
color: #DC0141;
}
.AnyTagClassName
{
color: #DC0141;
}
</style>
background-color css
<style>
a { background-color: #DC0141; }
a { background-color: rgb(220,1,65); }
div.DivClassName
{
background-color: #DC0141;
}
.BgClassName
{
background-color: #DC0141;
}
</style>
border-color css
<style>
span { border-color: #DC0141; }
span { border-color: rgb(220,1,65); }
td.TdClassName
{
border-color: #DC0141;
}
.TagClassName
{
border-color: #DC0141;
}
</style>