Shades of Crimson #D40844
Tints of Crimson #D40844
RGB
CMYK
RGB Variations
Color information
#D40844 (or 0xD40844) is known color: Crimson. HEX triplet: D4, 08 and 44. RGB value is (212,8,68). Sum of RGB (Red+Green+Blue) = 212+8+68=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D40844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40844 is #2BF7BB. Grayscale: #4B4B4B. Windows color (decimal): -2881468 or 4458708. OLE color: 4458708.
HSL color Cylindrical-coordinate representation of color #D40844: hue angle of 342.35º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40844 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 68 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.17 |
| HSL | 342.35º | 0.93% | 0.43% | - |
| HSV(B) | 342.35º | 0.96% | 0.83% | - |
| XYZ | 28.28 | 14.59 | 6.79 | - |
| YUV | 75.84 | 123.59 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 68 | 0 | 0.96 | 0.68 | 0.17 | 342.35 | 0.93 | 0.43 |
| Hex | D4 | 8 | 44 | 0 | 60 | 44 | 11 | 156 | 5D | 2B |
| Octal | 324 | 10 | 104 | 0 | 140 | 104 | 21 | 526 | 135 | 53 |
| Binary | 11010100 | 1000 | 1000100 | 0 | 1100000 | 1000100 | 10001 | 101010110 | 1011101 | 101011 |
Color Harmonies of #D40844
Complementary color
Monochromatic Colors of #D40844
Black with #D40844
Text Example
Text Example
White with #D40844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40844; }
p { color: rgb(212,8,68); }
H1.HeaderClassName
{
color: #D40844;
}
.AnyTagClassName
{
color: #D40844;
}
</style>
background-color css
<style>
a { background-color: #D40844; }
a { background-color: rgb(212,8,68); }
div.DivClassName
{
background-color: #D40844;
}
.BgClassName
{
background-color: #D40844;
}
</style>
border-color css
<style>
span { border-color: #D40844; }
span { border-color: rgb(212,8,68); }
td.TdClassName
{
border-color: #D40844;
}
.TagClassName
{
border-color: #D40844;
}
</style>