Shades of Crimson #D31738
Tints of Crimson #D31738
RGB
CMYK
RGB Variations
Color information
#D31738 (or 0xD31738) is known color: Crimson. HEX triplet: D3, 17 and 38. RGB value is (211,23,56). Sum of RGB (Red+Green+Blue) = 211+23+56=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D31738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31738 is #2CE8C7. Grayscale: #535353. Windows color (decimal): -2943176 or 3676115. OLE color: 3676115.
HSL color Cylindrical-coordinate representation of color #D31738: hue angle of 349.47º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31738 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 56 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.17 |
| HSL | 349.47º | 0.8% | 0.46% | - |
| HSV(B) | 349.47º | 0.89% | 0.83% | - |
| XYZ | 27.88 | 14.75 | 5.12 | - |
| YUV | 82.97 | 112.78 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 56 | 0 | 0.89 | 0.73 | 0.17 | 349.47 | 0.8 | 0.46 |
| Hex | D3 | 17 | 38 | 0 | 59 | 49 | 11 | 15D | 50 | 2E |
| Octal | 323 | 27 | 70 | 0 | 131 | 111 | 21 | 535 | 120 | 56 |
| Binary | 11010011 | 10111 | 111000 | 0 | 1011001 | 1001001 | 10001 | 101011101 | 1010000 | 101110 |
Color Harmonies of #D31738
Complementary color
Monochromatic Colors of #D31738
Black with #D31738
Text Example
Text Example
White with #D31738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31738; }
p { color: rgb(211,23,56); }
H1.HeaderClassName
{
color: #D31738;
}
.AnyTagClassName
{
color: #D31738;
}
</style>
background-color css
<style>
a { background-color: #D31738; }
a { background-color: rgb(211,23,56); }
div.DivClassName
{
background-color: #D31738;
}
.BgClassName
{
background-color: #D31738;
}
</style>
border-color css
<style>
span { border-color: #D31738; }
span { border-color: rgb(211,23,56); }
td.TdClassName
{
border-color: #D31738;
}
.TagClassName
{
border-color: #D31738;
}
</style>