Shades of Crimson #D40646
Tints of Crimson #D40646
RGB
CMYK
RGB Variations
Color information
#D40646 (or 0xD40646) is known color: Crimson. HEX triplet: D4, 06 and 46. RGB value is (212,6,70). Sum of RGB (Red+Green+Blue) = 212+6+70=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D40646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40646 is #2BF9B9. Grayscale: #4A4A4A. Windows color (decimal): -2881978 or 4589268. OLE color: 4589268.
HSL color Cylindrical-coordinate representation of color #D40646: hue angle of 341.36º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40646 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 70 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.17 |
| HSL | 341.36º | 0.94% | 0.43% | - |
| HSV(B) | 341.36º | 0.97% | 0.83% | - |
| XYZ | 28.32 | 14.57 | 7.11 | - |
| YUV | 74.89 | 125.25 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 70 | 0 | 0.97 | 0.67 | 0.17 | 341.36 | 0.94 | 0.43 |
| Hex | D4 | 6 | 46 | 0 | 61 | 43 | 11 | 155 | 5E | 2B |
| Octal | 324 | 6 | 106 | 0 | 141 | 103 | 21 | 525 | 136 | 53 |
| Binary | 11010100 | 110 | 1000110 | 0 | 1100001 | 1000011 | 10001 | 101010101 | 1011110 | 101011 |
Color Harmonies of #D40646
Complementary color
Monochromatic Colors of #D40646
Black with #D40646
Text Example
Text Example
White with #D40646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40646; }
p { color: rgb(212,6,70); }
H1.HeaderClassName
{
color: #D40646;
}
.AnyTagClassName
{
color: #D40646;
}
</style>
background-color css
<style>
a { background-color: #D40646; }
a { background-color: rgb(212,6,70); }
div.DivClassName
{
background-color: #D40646;
}
.BgClassName
{
background-color: #D40646;
}
</style>
border-color css
<style>
span { border-color: #D40646; }
span { border-color: rgb(212,6,70); }
td.TdClassName
{
border-color: #D40646;
}
.TagClassName
{
border-color: #D40646;
}
</style>