Shades of Crimson #DC0637
Tints of Crimson #DC0637
RGB
CMYK
RGB Variations
Color information
#DC0637 (or 0xDC0637) is known color: Crimson. HEX triplet: DC, 06 and 37. RGB value is (220,6,55). Sum of RGB (Red+Green+Blue) = 220+6+55=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0637 is #23F9C8. Grayscale: #4B4B4B. Windows color (decimal): -2357705 or 3606236. OLE color: 3606236.
HSL color Cylindrical-coordinate representation of color #DC0637: hue angle of 346.26º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0637 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 55 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.14 |
| HSL | 346.26º | 0.95% | 0.44% | - |
| HSV(B) | 346.26º | 0.97% | 0.86% | - |
| XYZ | 30.27 | 15.62 | 5.03 | - |
| YUV | 75.57 | 116.4 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 55 | 0 | 0.97 | 0.75 | 0.14 | 346.26 | 0.95 | 0.44 |
| Hex | DC | 6 | 37 | 0 | 61 | 4B | E | 15A | 5F | 2C |
| Octal | 334 | 6 | 67 | 0 | 141 | 113 | 16 | 532 | 137 | 54 |
| Binary | 11011100 | 110 | 110111 | 0 | 1100001 | 1001011 | 1110 | 101011010 | 1011111 | 101100 |
Color Harmonies of #DC0637
Complementary color
Monochromatic Colors of #DC0637
Black with #DC0637
Text Example
Text Example
White with #DC0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0637; }
p { color: rgb(220,6,55); }
H1.HeaderClassName
{
color: #DC0637;
}
.AnyTagClassName
{
color: #DC0637;
}
</style>
background-color css
<style>
a { background-color: #DC0637; }
a { background-color: rgb(220,6,55); }
div.DivClassName
{
background-color: #DC0637;
}
.BgClassName
{
background-color: #DC0637;
}
</style>
border-color css
<style>
span { border-color: #DC0637; }
span { border-color: rgb(220,6,55); }
td.TdClassName
{
border-color: #DC0637;
}
.TagClassName
{
border-color: #DC0637;
}
</style>