Shades of Crimson #D00031
Tints of Crimson #D00031
RGB
CMYK
RGB Variations
Color information
#D00031 (or 0xD00031) is known color: Crimson. HEX triplet: D0, 00 and 31. RGB value is (208,0,49). Sum of RGB (Red+Green+Blue) = 208+0+49=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D00031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00031 is #2FFFCE. Grayscale: #434343. Windows color (decimal): -3145679 or 3211472. OLE color: 3211472.
HSL color Cylindrical-coordinate representation of color #D00031: hue angle of 345.87º 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 #D00031 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.76 | 0.18 |
| HSL | 345.87º | 1% | 0.41% | - |
| HSV(B) | 345.87º | 1% | 0.82% | - |
| XYZ | 26.57 | 13.63 | 4.14 | - |
| YUV | 67.78 | 117.41 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 49 | 0 | 1 | 0.76 | 0.18 | 345.87 | 1 | 0.41 |
| Hex | D0 | 0 | 31 | 0 | 64 | 4C | 12 | 15A | 64 | 29 |
| Octal | 320 | 0 | 61 | 0 | 144 | 114 | 22 | 532 | 144 | 51 |
| Binary | 11010000 | 0 | 110001 | 0 | 1100100 | 1001100 | 10010 | 101011010 | 1100100 | 101001 |
Color Harmonies of #D00031
Complementary color
Monochromatic Colors of #D00031
Black with #D00031
Text Example
Text Example
White with #D00031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00031; }
p { color: rgb(208,0,49); }
H1.HeaderClassName
{
color: #D00031;
}
.AnyTagClassName
{
color: #D00031;
}
</style>
background-color css
<style>
a { background-color: #D00031; }
a { background-color: rgb(208,0,49); }
div.DivClassName
{
background-color: #D00031;
}
.BgClassName
{
background-color: #D00031;
}
</style>
border-color css
<style>
span { border-color: #D00031; }
span { border-color: rgb(208,0,49); }
td.TdClassName
{
border-color: #D00031;
}
.TagClassName
{
border-color: #D00031;
}
</style>