Shades of Crimson #D31B4D
Tints of Crimson #D31B4D
RGB
CMYK
RGB Variations
Color information
#D31B4D (or 0xD31B4D) is known color: Crimson. HEX triplet: D3, 1B and 4D. RGB value is (211,27,77). Sum of RGB (Red+Green+Blue) = 211+27+77=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D31B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31B4D is #2CE4B2. Grayscale: #575757. Windows color (decimal): -2942131 or 5053395. OLE color: 5053395.
HSL color Cylindrical-coordinate representation of color #D31B4D: hue angle of 343.7º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31B4D is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 27 | 77 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.17 |
| HSL | 343.7º | 0.77% | 0.47% | - |
| HSV(B) | 343.7º | 0.87% | 0.83% | - |
| XYZ | 28.6 | 15.17 | 8.44 | - |
| YUV | 87.72 | 121.96 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 77 | 0 | 0.87 | 0.64 | 0.17 | 343.7 | 0.77 | 0.47 |
| Hex | D3 | 1B | 4D | 0 | 57 | 40 | 11 | 158 | 4D | 2F |
| Octal | 323 | 33 | 115 | 0 | 127 | 100 | 21 | 530 | 115 | 57 |
| Binary | 11010011 | 11011 | 1001101 | 0 | 1010111 | 1000000 | 10001 | 101011000 | 1001101 | 101111 |
Color Harmonies of #D31B4D
Complementary color
Monochromatic Colors of #D31B4D
Black with #D31B4D
Text Example
Text Example
White with #D31B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31B4D; }
p { color: rgb(211,27,77); }
H1.HeaderClassName
{
color: #D31B4D;
}
.AnyTagClassName
{
color: #D31B4D;
}
</style>
background-color css
<style>
a { background-color: #D31B4D; }
a { background-color: rgb(211,27,77); }
div.DivClassName
{
background-color: #D31B4D;
}
.BgClassName
{
background-color: #D31B4D;
}
</style>
border-color css
<style>
span { border-color: #D31B4D; }
span { border-color: rgb(211,27,77); }
td.TdClassName
{
border-color: #D31B4D;
}
.TagClassName
{
border-color: #D31B4D;
}
</style>