Shades of Crimson #D41946
Tints of Crimson #D41946
RGB
CMYK
RGB Variations
Color information
#D41946 (or 0xD41946) is known color: Crimson. HEX triplet: D4, 19 and 46. RGB value is (212,25,70). Sum of RGB (Red+Green+Blue) = 212+25+70=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D41946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41946 is #2BE6B9. Grayscale: #565656. Windows color (decimal): -2877114 or 4594132. OLE color: 4594132.
HSL color Cylindrical-coordinate representation of color #D41946: hue angle of 345.56º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41946 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 70 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.17 |
| HSL | 345.56º | 0.79% | 0.46% | - |
| HSV(B) | 345.56º | 0.88% | 0.83% | - |
| XYZ | 28.6 | 15.13 | 7.21 | - |
| YUV | 86.04 | 118.95 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 70 | 0 | 0.88 | 0.67 | 0.17 | 345.56 | 0.79 | 0.46 |
| Hex | D4 | 19 | 46 | 0 | 58 | 43 | 11 | 15A | 4F | 2E |
| Octal | 324 | 31 | 106 | 0 | 130 | 103 | 21 | 532 | 117 | 56 |
| Binary | 11010100 | 11001 | 1000110 | 0 | 1011000 | 1000011 | 10001 | 101011010 | 1001111 | 101110 |
Color Harmonies of #D41946
Complementary color
Monochromatic Colors of #D41946
Black with #D41946
Text Example
Text Example
White with #D41946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41946; }
p { color: rgb(212,25,70); }
H1.HeaderClassName
{
color: #D41946;
}
.AnyTagClassName
{
color: #D41946;
}
</style>
background-color css
<style>
a { background-color: #D41946; }
a { background-color: rgb(212,25,70); }
div.DivClassName
{
background-color: #D41946;
}
.BgClassName
{
background-color: #D41946;
}
</style>
border-color css
<style>
span { border-color: #D41946; }
span { border-color: rgb(212,25,70); }
td.TdClassName
{
border-color: #D41946;
}
.TagClassName
{
border-color: #D41946;
}
</style>