Shades of Crimson #D00637
Tints of Crimson #D00637
RGB
CMYK
RGB Variations
Color information
#D00637 (or 0xD00637) is known color: Crimson. HEX triplet: D0, 06 and 37. RGB value is (208,6,55). Sum of RGB (Red+Green+Blue) = 208+6+55=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D00637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00637 is #2FF9C8. Grayscale: #474747. Windows color (decimal): -3144137 or 3606224. OLE color: 3606224.
HSL color Cylindrical-coordinate representation of color #D00637: hue angle of 345.45º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00637 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 55 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.18 |
| HSL | 345.45º | 0.94% | 0.42% | - |
| HSV(B) | 345.45º | 0.97% | 0.82% | - |
| XYZ | 26.77 | 13.82 | 4.87 | - |
| YUV | 71.98 | 118.42 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 55 | 0 | 0.97 | 0.74 | 0.18 | 345.45 | 0.94 | 0.42 |
| Hex | D0 | 6 | 37 | 0 | 61 | 4A | 12 | 159 | 5E | 2A |
| Octal | 320 | 6 | 67 | 0 | 141 | 112 | 22 | 531 | 136 | 52 |
| Binary | 11010000 | 110 | 110111 | 0 | 1100001 | 1001010 | 10010 | 101011001 | 1011110 | 101010 |
Color Harmonies of #D00637
Complementary color
Monochromatic Colors of #D00637
Black with #D00637
Text Example
Text Example
White with #D00637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00637; }
p { color: rgb(208,6,55); }
H1.HeaderClassName
{
color: #D00637;
}
.AnyTagClassName
{
color: #D00637;
}
</style>
background-color css
<style>
a { background-color: #D00637; }
a { background-color: rgb(208,6,55); }
div.DivClassName
{
background-color: #D00637;
}
.BgClassName
{
background-color: #D00637;
}
</style>
border-color css
<style>
span { border-color: #D00637; }
span { border-color: rgb(208,6,55); }
td.TdClassName
{
border-color: #D00637;
}
.TagClassName
{
border-color: #D00637;
}
</style>