Shades of Crimson #D71031
Tints of Crimson #D71031
RGB
CMYK
RGB Variations
Color information
#D71031 (or 0xD71031) is known color: Crimson. HEX triplet: D7, 10 and 31. RGB value is (215,16,49). Sum of RGB (Red+Green+Blue) = 215+16+49=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D71031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71031 is #28EFCE. Grayscale: #4F4F4F. Windows color (decimal): -2682831 or 3215575. OLE color: 3215575.
HSL color Cylindrical-coordinate representation of color #D71031: hue angle of 350.05º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71031 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 49 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.16 |
| HSL | 350.05º | 0.86% | 0.45% | - |
| HSV(B) | 350.05º | 0.93% | 0.84% | - |
| XYZ | 28.76 | 15.04 | 4.29 | - |
| YUV | 79.26 | 110.93 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 49 | 0 | 0.93 | 0.77 | 0.16 | 350.05 | 0.86 | 0.45 |
| Hex | D7 | 10 | 31 | 0 | 5D | 4D | 10 | 15E | 56 | 2D |
| Octal | 327 | 20 | 61 | 0 | 135 | 115 | 20 | 536 | 126 | 55 |
| Binary | 11010111 | 10000 | 110001 | 0 | 1011101 | 1001101 | 10000 | 101011110 | 1010110 | 101101 |
Color Harmonies of #D71031
Complementary color
Monochromatic Colors of #D71031
Black with #D71031
Text Example
Text Example
White with #D71031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71031; }
p { color: rgb(215,16,49); }
H1.HeaderClassName
{
color: #D71031;
}
.AnyTagClassName
{
color: #D71031;
}
</style>
background-color css
<style>
a { background-color: #D71031; }
a { background-color: rgb(215,16,49); }
div.DivClassName
{
background-color: #D71031;
}
.BgClassName
{
background-color: #D71031;
}
</style>
border-color css
<style>
span { border-color: #D71031; }
span { border-color: rgb(215,16,49); }
td.TdClassName
{
border-color: #D71031;
}
.TagClassName
{
border-color: #D71031;
}
</style>