Shades of Crimson #DC0137
Tints of Crimson #DC0137
RGB
CMYK
RGB Variations
Color information
#DC0137 (or 0xDC0137) is known color: Crimson. HEX triplet: DC, 01 and 37. RGB value is (220,1,55). Sum of RGB (Red+Green+Blue) = 220+1+55=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0137 is #23FEC8. Grayscale: #484848. Windows color (decimal): -2358985 or 3604956. OLE color: 3604956.
HSL color Cylindrical-coordinate representation of color #DC0137: hue angle of 345.21º 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 #DC0137 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 55 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.14 |
| HSL | 345.21º | 0.99% | 0.43% | - |
| HSV(B) | 345.21º | 1% | 0.86% | - |
| XYZ | 30.22 | 15.51 | 5.02 | - |
| YUV | 72.64 | 118.05 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 55 | 0 | 1.00 | 0.75 | 0.14 | 345.21 | 0.99 | 0.43 |
| Hex | DC | 1 | 37 | 0 | 64 | 4B | E | 159 | 63 | 2B |
| Octal | 334 | 1 | 67 | 0 | 144 | 113 | 16 | 531 | 143 | 53 |
| Binary | 11011100 | 1 | 110111 | 0 | 1100100 | 1001011 | 1110 | 101011001 | 1100011 | 101011 |
Color Harmonies of #DC0137
Complementary color
Monochromatic Colors of #DC0137
Black with #DC0137
Text Example
Text Example
White with #DC0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0137; }
p { color: rgb(220,1,55); }
H1.HeaderClassName
{
color: #DC0137;
}
.AnyTagClassName
{
color: #DC0137;
}
</style>
background-color css
<style>
a { background-color: #DC0137; }
a { background-color: rgb(220,1,55); }
div.DivClassName
{
background-color: #DC0137;
}
.BgClassName
{
background-color: #DC0137;
}
</style>
border-color css
<style>
span { border-color: #DC0137; }
span { border-color: rgb(220,1,55); }
td.TdClassName
{
border-color: #DC0137;
}
.TagClassName
{
border-color: #DC0137;
}
</style>