Shades of Crimson #D9072E
Tints of Crimson #D9072E
RGB
CMYK
RGB Variations
Color information
#D9072E (or 0xD9072E) is known color: Crimson. HEX triplet: D9, 07 and 2E. RGB value is (217,7,46). Sum of RGB (Red+Green+Blue) = 217+7+46=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D9072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9072E is #26F8D1. Grayscale: #4A4A4A. Windows color (decimal): -2554066 or 3016665. OLE color: 3016665.
HSL color Cylindrical-coordinate representation of color #D9072E: hue angle of 348.86º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9072E is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 46 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.15 |
| HSL | 348.86º | 0.94% | 0.44% | - |
| HSV(B) | 348.86º | 0.97% | 0.85% | - |
| XYZ | 29.18 | 15.1 | 3.96 | - |
| YUV | 74.24 | 112.07 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 46 | 0 | 0.97 | 0.79 | 0.15 | 348.86 | 0.94 | 0.44 |
| Hex | D9 | 7 | 2E | 0 | 61 | 4F | F | 15D | 5E | 2C |
| Octal | 331 | 7 | 56 | 0 | 141 | 117 | 17 | 535 | 136 | 54 |
| Binary | 11011001 | 111 | 101110 | 0 | 1100001 | 1001111 | 1111 | 101011101 | 1011110 | 101100 |
Color Harmonies of #D9072E
Complementary color
Monochromatic Colors of #D9072E
Black with #D9072E
Text Example
Text Example
White with #D9072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9072E; }
p { color: rgb(217,7,46); }
H1.HeaderClassName
{
color: #D9072E;
}
.AnyTagClassName
{
color: #D9072E;
}
</style>
background-color css
<style>
a { background-color: #D9072E; }
a { background-color: rgb(217,7,46); }
div.DivClassName
{
background-color: #D9072E;
}
.BgClassName
{
background-color: #D9072E;
}
</style>
border-color css
<style>
span { border-color: #D9072E; }
span { border-color: rgb(217,7,46); }
td.TdClassName
{
border-color: #D9072E;
}
.TagClassName
{
border-color: #D9072E;
}
</style>