Shades of Crimson #D92146
Tints of Crimson #D92146
RGB
CMYK
RGB Variations
Color information
#D92146 (or 0xD92146) is known color: Crimson. HEX triplet: D9, 21 and 46. RGB value is (217,33,70). Sum of RGB (Red+Green+Blue) = 217+33+70=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D92146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92146 is #26DEB9. Grayscale: #5C5C5C. Windows color (decimal): -2547386 or 4596185. OLE color: 4596185.
HSL color Cylindrical-coordinate representation of color #D92146: hue angle of 347.93º degrees, saturation: 0.74, 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 #D92146 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 70 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.15 |
| HSL | 347.93º | 0.74% | 0.49% | - |
| HSV(B) | 347.93º | 0.85% | 0.85% | - |
| XYZ | 30.26 | 16.28 | 7.34 | - |
| YUV | 92.23 | 115.46 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 70 | 0 | 0.85 | 0.68 | 0.15 | 347.93 | 0.74 | 0.49 |
| Hex | D9 | 21 | 46 | 0 | 55 | 44 | F | 15C | 4A | 31 |
| Octal | 331 | 41 | 106 | 0 | 125 | 104 | 17 | 534 | 112 | 61 |
| Binary | 11011001 | 100001 | 1000110 | 0 | 1010101 | 1000100 | 1111 | 101011100 | 1001010 | 110001 |
Color Harmonies of #D92146
Complementary color
Monochromatic Colors of #D92146
Black with #D92146
Text Example
Text Example
White with #D92146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92146; }
p { color: rgb(217,33,70); }
H1.HeaderClassName
{
color: #D92146;
}
.AnyTagClassName
{
color: #D92146;
}
</style>
background-color css
<style>
a { background-color: #D92146; }
a { background-color: rgb(217,33,70); }
div.DivClassName
{
background-color: #D92146;
}
.BgClassName
{
background-color: #D92146;
}
</style>
border-color css
<style>
span { border-color: #D92146; }
span { border-color: rgb(217,33,70); }
td.TdClassName
{
border-color: #D92146;
}
.TagClassName
{
border-color: #D92146;
}
</style>