Shades of Crimson #D00731
Tints of Crimson #D00731
RGB
CMYK
RGB Variations
Color information
#D00731 (or 0xD00731) is known color: Crimson. HEX triplet: D0, 07 and 31. RGB value is (208,7,49). Sum of RGB (Red+Green+Blue) = 208+7+49=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D00731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00731 is #2FF8CE. Grayscale: #474747. Windows color (decimal): -3143887 or 3213264. OLE color: 3213264.
HSL color Cylindrical-coordinate representation of color #D00731: hue angle of 347.46º 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 #D00731 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 49 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.18 |
| HSL | 347.46º | 0.93% | 0.42% | - |
| HSV(B) | 347.46º | 0.97% | 0.82% | - |
| XYZ | 26.64 | 13.78 | 4.16 | - |
| YUV | 71.89 | 115.09 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 49 | 0 | 0.97 | 0.76 | 0.18 | 347.46 | 0.93 | 0.42 |
| Hex | D0 | 7 | 31 | 0 | 61 | 4C | 12 | 15B | 5D | 2A |
| Octal | 320 | 7 | 61 | 0 | 141 | 114 | 22 | 533 | 135 | 52 |
| Binary | 11010000 | 111 | 110001 | 0 | 1100001 | 1001100 | 10010 | 101011011 | 1011101 | 101010 |
Color Harmonies of #D00731
Complementary color
Monochromatic Colors of #D00731
Black with #D00731
Text Example
Text Example
White with #D00731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00731; }
p { color: rgb(208,7,49); }
H1.HeaderClassName
{
color: #D00731;
}
.AnyTagClassName
{
color: #D00731;
}
</style>
background-color css
<style>
a { background-color: #D00731; }
a { background-color: rgb(208,7,49); }
div.DivClassName
{
background-color: #D00731;
}
.BgClassName
{
background-color: #D00731;
}
</style>
border-color css
<style>
span { border-color: #D00731; }
span { border-color: rgb(208,7,49); }
td.TdClassName
{
border-color: #D00731;
}
.TagClassName
{
border-color: #D00731;
}
</style>