Shades of Crimson #D00849
Tints of Crimson #D00849
RGB
CMYK
RGB Variations
Color information
#D00849 (or 0xD00849) is known color: Crimson. HEX triplet: D0, 08 and 49. RGB value is (208,8,73). Sum of RGB (Red+Green+Blue) = 208+8+73=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D00849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00849 is #2FF7B6. Grayscale: #4B4B4B. Windows color (decimal): -3143607 or 4786384. OLE color: 4786384.
HSL color Cylindrical-coordinate representation of color #D00849: hue angle of 340.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00849 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 73 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.18 |
| HSL | 340.5º | 0.93% | 0.42% | - |
| HSV(B) | 340.5º | 0.96% | 0.82% | - |
| XYZ | 27.3 | 14.06 | 7.58 | - |
| YUV | 75.21 | 126.76 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 73 | 0 | 0.96 | 0.65 | 0.18 | 340.5 | 0.93 | 0.42 |
| Hex | D0 | 8 | 49 | 0 | 60 | 41 | 12 | 154 | 5D | 2A |
| Octal | 320 | 10 | 111 | 0 | 140 | 101 | 22 | 524 | 135 | 52 |
| Binary | 11010000 | 1000 | 1001001 | 0 | 1100000 | 1000001 | 10010 | 101010100 | 1011101 | 101010 |
Color Harmonies of #D00849
Complementary color
Monochromatic Colors of #D00849
Black with #D00849
Text Example
Text Example
White with #D00849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00849; }
p { color: rgb(208,8,73); }
H1.HeaderClassName
{
color: #D00849;
}
.AnyTagClassName
{
color: #D00849;
}
</style>
background-color css
<style>
a { background-color: #D00849; }
a { background-color: rgb(208,8,73); }
div.DivClassName
{
background-color: #D00849;
}
.BgClassName
{
background-color: #D00849;
}
</style>
border-color css
<style>
span { border-color: #D00849; }
span { border-color: rgb(208,8,73); }
td.TdClassName
{
border-color: #D00849;
}
.TagClassName
{
border-color: #D00849;
}
</style>