Shades of Crimson #D01031
Tints of Crimson #D01031
RGB
CMYK
RGB Variations
Color information
#D01031 (or 0xD01031) is known color: Crimson. HEX triplet: D0, 10 and 31. RGB value is (208,16,49). Sum of RGB (Red+Green+Blue) = 208+16+49=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D01031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01031 is #2FEFCE. Grayscale: #4D4D4D. Windows color (decimal): -3141583 or 3215568. OLE color: 3215568.
HSL color Cylindrical-coordinate representation of color #D01031: hue angle of 349.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01031 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 49 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.18 |
| HSL | 349.69º | 0.86% | 0.44% | - |
| HSV(B) | 349.69º | 0.92% | 0.82% | - |
| XYZ | 26.75 | 14 | 4.2 | - |
| YUV | 77.17 | 112.11 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 49 | 0 | 0.92 | 0.76 | 0.18 | 349.69 | 0.86 | 0.44 |
| Hex | D0 | 10 | 31 | 0 | 5C | 4C | 12 | 15E | 56 | 2C |
| Octal | 320 | 20 | 61 | 0 | 134 | 114 | 22 | 536 | 126 | 54 |
| Binary | 11010000 | 10000 | 110001 | 0 | 1011100 | 1001100 | 10010 | 101011110 | 1010110 | 101100 |
Color Harmonies of #D01031
Complementary color
Monochromatic Colors of #D01031
Black with #D01031
Text Example
Text Example
White with #D01031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01031; }
p { color: rgb(208,16,49); }
H1.HeaderClassName
{
color: #D01031;
}
.AnyTagClassName
{
color: #D01031;
}
</style>
background-color css
<style>
a { background-color: #D01031; }
a { background-color: rgb(208,16,49); }
div.DivClassName
{
background-color: #D01031;
}
.BgClassName
{
background-color: #D01031;
}
</style>
border-color css
<style>
span { border-color: #D01031; }
span { border-color: rgb(208,16,49); }
td.TdClassName
{
border-color: #D01031;
}
.TagClassName
{
border-color: #D01031;
}
</style>