Shades of Crimson #D40C45
Tints of Crimson #D40C45
RGB
CMYK
RGB Variations
Color information
#D40C45 (or 0xD40C45) is known color: Crimson. HEX triplet: D4, 0C and 45. RGB value is (212,12,69). Sum of RGB (Red+Green+Blue) = 212+12+69=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40C45 is #2BF3BA. Grayscale: #4E4E4E. Windows color (decimal): -2880443 or 4525268. OLE color: 4525268.
HSL color Cylindrical-coordinate representation of color #D40C45: hue angle of 342.9º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40C45 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 69 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.17 |
| HSL | 342.9º | 0.89% | 0.44% | - |
| HSV(B) | 342.9º | 0.94% | 0.83% | - |
| XYZ | 28.36 | 14.69 | 6.97 | - |
| YUV | 78.3 | 122.76 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 69 | 0 | 0.94 | 0.67 | 0.17 | 342.9 | 0.89 | 0.44 |
| Hex | D4 | C | 45 | 0 | 5E | 43 | 11 | 157 | 59 | 2C |
| Octal | 324 | 14 | 105 | 0 | 136 | 103 | 21 | 527 | 131 | 54 |
| Binary | 11010100 | 1100 | 1000101 | 0 | 1011110 | 1000011 | 10001 | 101010111 | 1011001 | 101100 |
Color Harmonies of #D40C45
Complementary color
Monochromatic Colors of #D40C45
Black with #D40C45
Text Example
Text Example
White with #D40C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C45; }
p { color: rgb(212,12,69); }
H1.HeaderClassName
{
color: #D40C45;
}
.AnyTagClassName
{
color: #D40C45;
}
</style>
background-color css
<style>
a { background-color: #D40C45; }
a { background-color: rgb(212,12,69); }
div.DivClassName
{
background-color: #D40C45;
}
.BgClassName
{
background-color: #D40C45;
}
</style>
border-color css
<style>
span { border-color: #D40C45; }
span { border-color: rgb(212,12,69); }
td.TdClassName
{
border-color: #D40C45;
}
.TagClassName
{
border-color: #D40C45;
}
</style>