Shades of Crimson #D31944
Tints of Crimson #D31944
RGB
CMYK
RGB Variations
Color information
#D31944 (or 0xD31944) is known color: Crimson. HEX triplet: D3, 19 and 44. RGB value is (211,25,68). Sum of RGB (Red+Green+Blue) = 211+25+68=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D31944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31944 is #2CE6BB. Grayscale: #555555. Windows color (decimal): -2942652 or 4463059. OLE color: 4463059.
HSL color Cylindrical-coordinate representation of color #D31944: hue angle of 346.13º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31944 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 68 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.17 |
| HSL | 346.13º | 0.79% | 0.46% | - |
| HSV(B) | 346.13º | 0.88% | 0.83% | - |
| XYZ | 28.25 | 14.96 | 6.87 | - |
| YUV | 85.52 | 118.12 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 68 | 0 | 0.88 | 0.68 | 0.17 | 346.13 | 0.79 | 0.46 |
| Hex | D3 | 19 | 44 | 0 | 58 | 44 | 11 | 15A | 4F | 2E |
| Octal | 323 | 31 | 104 | 0 | 130 | 104 | 21 | 532 | 117 | 56 |
| Binary | 11010011 | 11001 | 1000100 | 0 | 1011000 | 1000100 | 10001 | 101011010 | 1001111 | 101110 |
Color Harmonies of #D31944
Complementary color
Monochromatic Colors of #D31944
Black with #D31944
Text Example
Text Example
White with #D31944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31944; }
p { color: rgb(211,25,68); }
H1.HeaderClassName
{
color: #D31944;
}
.AnyTagClassName
{
color: #D31944;
}
</style>
background-color css
<style>
a { background-color: #D31944; }
a { background-color: rgb(211,25,68); }
div.DivClassName
{
background-color: #D31944;
}
.BgClassName
{
background-color: #D31944;
}
</style>
border-color css
<style>
span { border-color: #D31944; }
span { border-color: rgb(211,25,68); }
td.TdClassName
{
border-color: #D31944;
}
.TagClassName
{
border-color: #D31944;
}
</style>