Shades of Crimson #D7162F
Tints of Crimson #D7162F
RGB
CMYK
RGB Variations
Color information
#D7162F (or 0xD7162F) is known color: Crimson. HEX triplet: D7, 16 and 2F. RGB value is (215,22,47). Sum of RGB (Red+Green+Blue) = 215+22+47=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D7162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7162F is #28E9D0. Grayscale: #525252. Windows color (decimal): -2681297 or 3086039. OLE color: 3086039.
HSL color Cylindrical-coordinate representation of color #D7162F: hue angle of 352.23º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7162F is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 47 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.16 |
| HSL | 352.23º | 0.81% | 0.46% | - |
| HSV(B) | 352.23º | 0.9% | 0.84% | - |
| XYZ | 28.82 | 15.23 | 4.11 | - |
| YUV | 82.56 | 107.94 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 47 | 0 | 0.90 | 0.78 | 0.16 | 352.23 | 0.81 | 0.46 |
| Hex | D7 | 16 | 2F | 0 | 5A | 4E | 10 | 160 | 51 | 2E |
| Octal | 327 | 26 | 57 | 0 | 132 | 116 | 20 | 540 | 121 | 56 |
| Binary | 11010111 | 10110 | 101111 | 0 | 1011010 | 1001110 | 10000 | 101100000 | 1010001 | 101110 |
Color Harmonies of #D7162F
Complementary color
Monochromatic Colors of #D7162F
Black with #D7162F
Text Example
Text Example
White with #D7162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7162F; }
p { color: rgb(215,22,47); }
H1.HeaderClassName
{
color: #D7162F;
}
.AnyTagClassName
{
color: #D7162F;
}
</style>
background-color css
<style>
a { background-color: #D7162F; }
a { background-color: rgb(215,22,47); }
div.DivClassName
{
background-color: #D7162F;
}
.BgClassName
{
background-color: #D7162F;
}
</style>
border-color css
<style>
span { border-color: #D7162F; }
span { border-color: rgb(215,22,47); }
td.TdClassName
{
border-color: #D7162F;
}
.TagClassName
{
border-color: #D7162F;
}
</style>