Shades of Crimson #D00047
Tints of Crimson #D00047
RGB
CMYK
RGB Variations
Color information
#D00047 (or 0xD00047) is known color: Crimson. HEX triplet: D0, 00 and 47. RGB value is (208,0,71). Sum of RGB (Red+Green+Blue) = 208+0+71=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D00047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00047 is #2FFFB8. Grayscale: #464646. Windows color (decimal): -3145657 or 4653264. OLE color: 4653264.
HSL color Cylindrical-coordinate representation of color #D00047: hue angle of 339.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00047 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.66 | 0.18 |
| HSL | 339.52º | 1% | 0.41% | - |
| HSV(B) | 339.52º | 1% | 0.82% | - |
| XYZ | 27.15 | 13.86 | 7.21 | - |
| YUV | 70.29 | 128.41 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 71 | 0 | 1 | 0.66 | 0.18 | 339.52 | 1 | 0.41 |
| Hex | D0 | 0 | 47 | 0 | 64 | 42 | 12 | 154 | 64 | 29 |
| Octal | 320 | 0 | 107 | 0 | 144 | 102 | 22 | 524 | 144 | 51 |
| Binary | 11010000 | 0 | 1000111 | 0 | 1100100 | 1000010 | 10010 | 101010100 | 1100100 | 101001 |
Color Harmonies of #D00047
Complementary color
Monochromatic Colors of #D00047
Black with #D00047
Text Example
Text Example
White with #D00047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00047; }
p { color: rgb(208,0,71); }
H1.HeaderClassName
{
color: #D00047;
}
.AnyTagClassName
{
color: #D00047;
}
</style>
background-color css
<style>
a { background-color: #D00047; }
a { background-color: rgb(208,0,71); }
div.DivClassName
{
background-color: #D00047;
}
.BgClassName
{
background-color: #D00047;
}
</style>
border-color css
<style>
span { border-color: #D00047; }
span { border-color: rgb(208,0,71); }
td.TdClassName
{
border-color: #D00047;
}
.TagClassName
{
border-color: #D00047;
}
</style>