Shades of Crimson #D82146
Tints of Crimson #D82146
RGB
CMYK
RGB Variations
Color information
#D82146 (or 0xD82146) is known color: Crimson. HEX triplet: D8, 21 and 46. RGB value is (216,33,70). Sum of RGB (Red+Green+Blue) = 216+33+70=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D82146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82146 is #27DEB9. Grayscale: #5B5B5B. Windows color (decimal): -2612922 or 4596184. OLE color: 4596184.
HSL color Cylindrical-coordinate representation of color #D82146: hue angle of 347.87º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82146 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 70 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.15 |
| HSL | 347.87º | 0.73% | 0.49% | - |
| HSV(B) | 347.87º | 0.85% | 0.85% | - |
| XYZ | 29.97 | 16.13 | 7.33 | - |
| YUV | 91.94 | 115.63 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 70 | 0 | 0.85 | 0.68 | 0.15 | 347.87 | 0.73 | 0.49 |
| Hex | D8 | 21 | 46 | 0 | 55 | 44 | F | 15C | 49 | 31 |
| Octal | 330 | 41 | 106 | 0 | 125 | 104 | 17 | 534 | 111 | 61 |
| Binary | 11011000 | 100001 | 1000110 | 0 | 1010101 | 1000100 | 1111 | 101011100 | 1001001 | 110001 |
Color Harmonies of #D82146
Complementary color
Monochromatic Colors of #D82146
Black with #D82146
Text Example
Text Example
White with #D82146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82146; }
p { color: rgb(216,33,70); }
H1.HeaderClassName
{
color: #D82146;
}
.AnyTagClassName
{
color: #D82146;
}
</style>
background-color css
<style>
a { background-color: #D82146; }
a { background-color: rgb(216,33,70); }
div.DivClassName
{
background-color: #D82146;
}
.BgClassName
{
background-color: #D82146;
}
</style>
border-color css
<style>
span { border-color: #D82146; }
span { border-color: rgb(216,33,70); }
td.TdClassName
{
border-color: #D82146;
}
.TagClassName
{
border-color: #D82146;
}
</style>