Shades of Crimson #D42140
Tints of Crimson #D42140
RGB
CMYK
RGB Variations
Color information
#D42140 (or 0xD42140) is known color: Crimson. HEX triplet: D4, 21 and 40. RGB value is (212,33,64). Sum of RGB (Red+Green+Blue) = 212+33+64=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D42140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42140 is #2BDEBF. Grayscale: #5A5A5A. Windows color (decimal): -2875072 or 4202964. OLE color: 4202964.
HSL color Cylindrical-coordinate representation of color #D42140: hue angle of 349.61º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42140 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 64 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.17 |
| HSL | 349.61º | 0.73% | 0.48% | - |
| HSV(B) | 349.61º | 0.84% | 0.83% | - |
| XYZ | 28.62 | 15.45 | 6.33 | - |
| YUV | 90.06 | 113.3 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 64 | 0 | 0.84 | 0.70 | 0.17 | 349.61 | 0.73 | 0.48 |
| Hex | D4 | 21 | 40 | 0 | 54 | 46 | 11 | 15E | 49 | 30 |
| Octal | 324 | 41 | 100 | 0 | 124 | 106 | 21 | 536 | 111 | 60 |
| Binary | 11010100 | 100001 | 1000000 | 0 | 1010100 | 1000110 | 10001 | 101011110 | 1001001 | 110000 |
Color Harmonies of #D42140
Complementary color
Monochromatic Colors of #D42140
Black with #D42140
Text Example
Text Example
White with #D42140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42140; }
p { color: rgb(212,33,64); }
H1.HeaderClassName
{
color: #D42140;
}
.AnyTagClassName
{
color: #D42140;
}
</style>
background-color css
<style>
a { background-color: #D42140; }
a { background-color: rgb(212,33,64); }
div.DivClassName
{
background-color: #D42140;
}
.BgClassName
{
background-color: #D42140;
}
</style>
border-color css
<style>
span { border-color: #D42140; }
span { border-color: rgb(212,33,64); }
td.TdClassName
{
border-color: #D42140;
}
.TagClassName
{
border-color: #D42140;
}
</style>