Shades of Crimson #D31E4D
Tints of Crimson #D31E4D
RGB
CMYK
RGB Variations
Color information
#D31E4D (or 0xD31E4D) is known color: Crimson. HEX triplet: D3, 1E and 4D. RGB value is (211,30,77). Sum of RGB (Red+Green+Blue) = 211+30+77=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31E4D is #2CE1B2. Grayscale: #595959. Windows color (decimal): -2941363 or 5054163. OLE color: 5054163.
HSL color Cylindrical-coordinate representation of color #D31E4D: hue angle of 344.42º 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 #D31E4D is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 30 | 77 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.17 |
| HSL | 344.42º | 0.75% | 0.47% | - |
| HSV(B) | 344.42º | 0.86% | 0.83% | - |
| XYZ | 28.67 | 15.31 | 8.47 | - |
| YUV | 89.48 | 120.97 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 30 | 77 | 0 | 0.86 | 0.64 | 0.17 | 344.42 | 0.75 | 0.47 |
| Hex | D3 | 1E | 4D | 0 | 56 | 40 | 11 | 158 | 4B | 2F |
| Octal | 323 | 36 | 115 | 0 | 126 | 100 | 21 | 530 | 113 | 57 |
| Binary | 11010011 | 11110 | 1001101 | 0 | 1010110 | 1000000 | 10001 | 101011000 | 1001011 | 101111 |
Color Harmonies of #D31E4D
Complementary color
Monochromatic Colors of #D31E4D
Black with #D31E4D
Text Example
Text Example
White with #D31E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31E4D; }
p { color: rgb(211,30,77); }
H1.HeaderClassName
{
color: #D31E4D;
}
.AnyTagClassName
{
color: #D31E4D;
}
</style>
background-color css
<style>
a { background-color: #D31E4D; }
a { background-color: rgb(211,30,77); }
div.DivClassName
{
background-color: #D31E4D;
}
.BgClassName
{
background-color: #D31E4D;
}
</style>
border-color css
<style>
span { border-color: #D31E4D; }
span { border-color: rgb(211,30,77); }
td.TdClassName
{
border-color: #D31E4D;
}
.TagClassName
{
border-color: #D31E4D;
}
</style>