Shades of Crimson #D40C42
Tints of Crimson #D40C42
RGB
CMYK
RGB Variations
Color information
#D40C42 (or 0xD40C42) is known color: Crimson. HEX triplet: D4, 0C and 42. RGB value is (212,12,66). Sum of RGB (Red+Green+Blue) = 212+12+66=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40C42 is #2BF3BD. Grayscale: #4D4D4D. Windows color (decimal): -2880446 or 4328660. OLE color: 4328660.
HSL color Cylindrical-coordinate representation of color #D40C42: hue angle of 343.8º 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 #D40C42 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 66 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.17 |
| HSL | 343.8º | 0.89% | 0.44% | - |
| HSV(B) | 343.8º | 0.94% | 0.83% | - |
| XYZ | 28.27 | 14.65 | 6.49 | - |
| YUV | 77.96 | 121.26 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 66 | 0 | 0.94 | 0.69 | 0.17 | 343.8 | 0.89 | 0.44 |
| Hex | D4 | C | 42 | 0 | 5E | 45 | 11 | 158 | 59 | 2C |
| Octal | 324 | 14 | 102 | 0 | 136 | 105 | 21 | 530 | 131 | 54 |
| Binary | 11010100 | 1100 | 1000010 | 0 | 1011110 | 1000101 | 10001 | 101011000 | 1011001 | 101100 |
Color Harmonies of #D40C42
Complementary color
Monochromatic Colors of #D40C42
Black with #D40C42
Text Example
Text Example
White with #D40C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C42; }
p { color: rgb(212,12,66); }
H1.HeaderClassName
{
color: #D40C42;
}
.AnyTagClassName
{
color: #D40C42;
}
</style>
background-color css
<style>
a { background-color: #D40C42; }
a { background-color: rgb(212,12,66); }
div.DivClassName
{
background-color: #D40C42;
}
.BgClassName
{
background-color: #D40C42;
}
</style>
border-color css
<style>
span { border-color: #D40C42; }
span { border-color: rgb(212,12,66); }
td.TdClassName
{
border-color: #D40C42;
}
.TagClassName
{
border-color: #D40C42;
}
</style>