Shades of Crimson #D00747
Tints of Crimson #D00747
RGB
CMYK
RGB Variations
Color information
#D00747 (or 0xD00747) is known color: Crimson. HEX triplet: D0, 07 and 47. RGB value is (208,7,71). Sum of RGB (Red+Green+Blue) = 208+7+71=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D00747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00747 is #2FF8B8. Grayscale: #4A4A4A. Windows color (decimal): -3143865 or 4655056. OLE color: 4655056.
HSL color Cylindrical-coordinate representation of color #D00747: hue angle of 340.9º degrees, saturation: 0.93, 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 #D00747 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 71 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.18 |
| HSL | 340.9º | 0.93% | 0.42% | - |
| HSV(B) | 340.9º | 0.97% | 0.82% | - |
| XYZ | 27.23 | 14.02 | 7.23 | - |
| YUV | 74.4 | 126.09 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 71 | 0 | 0.97 | 0.66 | 0.18 | 340.9 | 0.93 | 0.42 |
| Hex | D0 | 7 | 47 | 0 | 61 | 42 | 12 | 155 | 5D | 2A |
| Octal | 320 | 7 | 107 | 0 | 141 | 102 | 22 | 525 | 135 | 52 |
| Binary | 11010000 | 111 | 1000111 | 0 | 1100001 | 1000010 | 10010 | 101010101 | 1011101 | 101010 |
Color Harmonies of #D00747
Complementary color
Monochromatic Colors of #D00747
Black with #D00747
Text Example
Text Example
White with #D00747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00747; }
p { color: rgb(208,7,71); }
H1.HeaderClassName
{
color: #D00747;
}
.AnyTagClassName
{
color: #D00747;
}
</style>
background-color css
<style>
a { background-color: #D00747; }
a { background-color: rgb(208,7,71); }
div.DivClassName
{
background-color: #D00747;
}
.BgClassName
{
background-color: #D00747;
}
</style>
border-color css
<style>
span { border-color: #D00747; }
span { border-color: rgb(208,7,71); }
td.TdClassName
{
border-color: #D00747;
}
.TagClassName
{
border-color: #D00747;
}
</style>