Shades of Crimson #D40845
Tints of Crimson #D40845
RGB
CMYK
RGB Variations
Color information
#D40845 (or 0xD40845) is known color: Crimson. HEX triplet: D4, 08 and 45. RGB value is (212,8,69). Sum of RGB (Red+Green+Blue) = 212+8+69=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D40845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40845 is #2BF7BA. Grayscale: #4B4B4B. Windows color (decimal): -2881467 or 4524244. OLE color: 4524244.
HSL color Cylindrical-coordinate representation of color #D40845: hue angle of 342.06º 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 #D40845 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.17 |
| HSL | 342.06º | 0.93% | 0.43% | - |
| HSV(B) | 342.06º | 0.96% | 0.83% | - |
| XYZ | 28.31 | 14.6 | 6.96 | - |
| YUV | 75.95 | 124.09 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 69 | 0 | 0.96 | 0.67 | 0.17 | 342.06 | 0.93 | 0.43 |
| Hex | D4 | 8 | 45 | 0 | 60 | 43 | 11 | 156 | 5D | 2B |
| Octal | 324 | 10 | 105 | 0 | 140 | 103 | 21 | 526 | 135 | 53 |
| Binary | 11010100 | 1000 | 1000101 | 0 | 1100000 | 1000011 | 10001 | 101010110 | 1011101 | 101011 |
Color Harmonies of #D40845
Complementary color
Monochromatic Colors of #D40845
Black with #D40845
Text Example
Text Example
White with #D40845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40845; }
p { color: rgb(212,8,69); }
H1.HeaderClassName
{
color: #D40845;
}
.AnyTagClassName
{
color: #D40845;
}
</style>
background-color css
<style>
a { background-color: #D40845; }
a { background-color: rgb(212,8,69); }
div.DivClassName
{
background-color: #D40845;
}
.BgClassName
{
background-color: #D40845;
}
</style>
border-color css
<style>
span { border-color: #D40845; }
span { border-color: rgb(212,8,69); }
td.TdClassName
{
border-color: #D40845;
}
.TagClassName
{
border-color: #D40845;
}
</style>