Shades of Crimson #D31844
Tints of Crimson #D31844
RGB
CMYK
RGB Variations
Color information
#D31844 (or 0xD31844) is known color: Crimson. HEX triplet: D3, 18 and 44. RGB value is (211,24,68). Sum of RGB (Red+Green+Blue) = 211+24+68=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D31844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31844 is #2CE7BB. Grayscale: #545454. Windows color (decimal): -2942908 or 4462803. OLE color: 4462803.
HSL color Cylindrical-coordinate representation of color #D31844: hue angle of 345.88º 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 #D31844 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 68 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.17 |
| HSL | 345.88º | 0.8% | 0.46% | - |
| HSV(B) | 345.88º | 0.89% | 0.83% | - |
| XYZ | 28.23 | 14.92 | 6.86 | - |
| YUV | 84.93 | 118.45 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 68 | 0 | 0.89 | 0.68 | 0.17 | 345.88 | 0.8 | 0.46 |
| Hex | D3 | 18 | 44 | 0 | 59 | 44 | 11 | 15A | 50 | 2E |
| Octal | 323 | 30 | 104 | 0 | 131 | 104 | 21 | 532 | 120 | 56 |
| Binary | 11010011 | 11000 | 1000100 | 0 | 1011001 | 1000100 | 10001 | 101011010 | 1010000 | 101110 |
Color Harmonies of #D31844
Complementary color
Monochromatic Colors of #D31844
Black with #D31844
Text Example
Text Example
White with #D31844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31844; }
p { color: rgb(211,24,68); }
H1.HeaderClassName
{
color: #D31844;
}
.AnyTagClassName
{
color: #D31844;
}
</style>
background-color css
<style>
a { background-color: #D31844; }
a { background-color: rgb(211,24,68); }
div.DivClassName
{
background-color: #D31844;
}
.BgClassName
{
background-color: #D31844;
}
</style>
border-color css
<style>
span { border-color: #D31844; }
span { border-color: rgb(211,24,68); }
td.TdClassName
{
border-color: #D31844;
}
.TagClassName
{
border-color: #D31844;
}
</style>