Shades of Crimson #D31E47
Tints of Crimson #D31E47
RGB
CMYK
RGB Variations
Color information
#D31E47 (or 0xD31E47) is known color: Crimson. HEX triplet: D3, 1E and 47. RGB value is (211,30,71). Sum of RGB (Red+Green+Blue) = 211+30+71=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31E47 is #2CE1B8. Grayscale: #585858. Windows color (decimal): -2941369 or 4660947. OLE color: 4660947.
HSL color Cylindrical-coordinate representation of color #D31E47: hue angle of 346.41º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31E47 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 30 | 71 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.17 |
| HSL | 346.41º | 0.75% | 0.47% | - |
| HSV(B) | 346.41º | 0.86% | 0.83% | - |
| XYZ | 28.47 | 15.23 | 7.4 | - |
| YUV | 88.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 30 | 71 | 0 | 0.86 | 0.66 | 0.17 | 346.41 | 0.75 | 0.47 |
| Hex | D3 | 1E | 47 | 0 | 56 | 42 | 11 | 15A | 4B | 2F |
| Octal | 323 | 36 | 107 | 0 | 126 | 102 | 21 | 532 | 113 | 57 |
| Binary | 11010011 | 11110 | 1000111 | 0 | 1010110 | 1000010 | 10001 | 101011010 | 1001011 | 101111 |
Color Harmonies of #D31E47
Complementary color
Monochromatic Colors of #D31E47
Black with #D31E47
Text Example
Text Example
White with #D31E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31E47; }
p { color: rgb(211,30,71); }
H1.HeaderClassName
{
color: #D31E47;
}
.AnyTagClassName
{
color: #D31E47;
}
</style>
background-color css
<style>
a { background-color: #D31E47; }
a { background-color: rgb(211,30,71); }
div.DivClassName
{
background-color: #D31E47;
}
.BgClassName
{
background-color: #D31E47;
}
</style>
border-color css
<style>
span { border-color: #D31E47; }
span { border-color: rgb(211,30,71); }
td.TdClassName
{
border-color: #D31E47;
}
.TagClassName
{
border-color: #D31E47;
}
</style>