Shades of Crimson #D30637
Tints of Crimson #D30637
RGB
CMYK
RGB Variations
Color information
#D30637 (or 0xD30637) is known color: Crimson. HEX triplet: D3, 06 and 37. RGB value is (211,6,55). Sum of RGB (Red+Green+Blue) = 211+6+55=272 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.57% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 211 - color contains mainly: red. Hex color #D30637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30637 is #2CF9C8. Grayscale: #484848. Windows color (decimal): -2947529 or 3606227. OLE color: 3606227.
HSL color Cylindrical-coordinate representation of color #D30637: hue angle of 345.66º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30637 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 55 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.17 |
| HSL | 345.66º | 0.94% | 0.43% | - |
| HSV(B) | 345.66º | 0.97% | 0.83% | - |
| XYZ | 27.62 | 14.25 | 4.91 | - |
| YUV | 72.88 | 117.92 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 55 | 0 | 0.97 | 0.74 | 0.17 | 345.66 | 0.94 | 0.43 |
| Hex | D3 | 6 | 37 | 0 | 61 | 4A | 11 | 15A | 5E | 2B |
| Octal | 323 | 6 | 67 | 0 | 141 | 112 | 21 | 532 | 136 | 53 |
| Binary | 11010011 | 110 | 110111 | 0 | 1100001 | 1001010 | 10001 | 101011010 | 1011110 | 101011 |
Color Harmonies of #D30637
Complementary color
Monochromatic Colors of #D30637
Black with #D30637
Text Example
Text Example
White with #D30637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30637; }
p { color: rgb(211,6,55); }
H1.HeaderClassName
{
color: #D30637;
}
.AnyTagClassName
{
color: #D30637;
}
</style>
background-color css
<style>
a { background-color: #D30637; }
a { background-color: rgb(211,6,55); }
div.DivClassName
{
background-color: #D30637;
}
.BgClassName
{
background-color: #D30637;
}
</style>
border-color css
<style>
span { border-color: #D30637; }
span { border-color: rgb(211,6,55); }
td.TdClassName
{
border-color: #D30637;
}
.TagClassName
{
border-color: #D30637;
}
</style>