Shades of Crimson #D31639
Tints of Crimson #D31639
RGB
CMYK
RGB Variations
Color information
#D31639 (or 0xD31639) is known color: Crimson. HEX triplet: D3, 16 and 39. RGB value is (211,22,57). Sum of RGB (Red+Green+Blue) = 211+22+57=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D31639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31639 is #2CE9C6. Grayscale: #525252. Windows color (decimal): -2943431 or 3741395. OLE color: 3741395.
HSL color Cylindrical-coordinate representation of color #D31639: hue angle of 348.89º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31639 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 57 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.17 |
| HSL | 348.89º | 0.81% | 0.46% | - |
| HSV(B) | 348.89º | 0.9% | 0.83% | - |
| XYZ | 27.89 | 14.72 | 5.24 | - |
| YUV | 82.5 | 113.62 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 57 | 0 | 0.90 | 0.73 | 0.17 | 348.89 | 0.81 | 0.46 |
| Hex | D3 | 16 | 39 | 0 | 5A | 49 | 11 | 15D | 51 | 2E |
| Octal | 323 | 26 | 71 | 0 | 132 | 111 | 21 | 535 | 121 | 56 |
| Binary | 11010011 | 10110 | 111001 | 0 | 1011010 | 1001001 | 10001 | 101011101 | 1010001 | 101110 |
Color Harmonies of #D31639
Complementary color
Monochromatic Colors of #D31639
Black with #D31639
Text Example
Text Example
White with #D31639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31639; }
p { color: rgb(211,22,57); }
H1.HeaderClassName
{
color: #D31639;
}
.AnyTagClassName
{
color: #D31639;
}
</style>
background-color css
<style>
a { background-color: #D31639; }
a { background-color: rgb(211,22,57); }
div.DivClassName
{
background-color: #D31639;
}
.BgClassName
{
background-color: #D31639;
}
</style>
border-color css
<style>
span { border-color: #D31639; }
span { border-color: rgb(211,22,57); }
td.TdClassName
{
border-color: #D31639;
}
.TagClassName
{
border-color: #D31639;
}
</style>