Shades of Crimson #D9073E
Tints of Crimson #D9073E
RGB
CMYK
RGB Variations
Color information
#D9073E (or 0xD9073E) is known color: Crimson. HEX triplet: D9, 07 and 3E. RGB value is (217,7,62). Sum of RGB (Red+Green+Blue) = 217+7+62=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D9073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9073E is #26F8C1. Grayscale: #4C4C4C. Windows color (decimal): -2554050 or 4065241. OLE color: 4065241.
HSL color Cylindrical-coordinate representation of color #D9073E: hue angle of 344.29º 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 #D9073E is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.15 |
| HSL | 344.29º | 0.94% | 0.44% | - |
| HSV(B) | 344.29º | 0.97% | 0.85% | - |
| XYZ | 29.56 | 15.25 | 5.94 | - |
| YUV | 76.06 | 120.07 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 62 | 0 | 0.97 | 0.71 | 0.15 | 344.29 | 0.94 | 0.44 |
| Hex | D9 | 7 | 3E | 0 | 61 | 47 | F | 158 | 5E | 2C |
| Octal | 331 | 7 | 76 | 0 | 141 | 107 | 17 | 530 | 136 | 54 |
| Binary | 11011001 | 111 | 111110 | 0 | 1100001 | 1000111 | 1111 | 101011000 | 1011110 | 101100 |
Color Harmonies of #D9073E
Complementary color
Monochromatic Colors of #D9073E
Black with #D9073E
Text Example
Text Example
White with #D9073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9073E; }
p { color: rgb(217,7,62); }
H1.HeaderClassName
{
color: #D9073E;
}
.AnyTagClassName
{
color: #D9073E;
}
</style>
background-color css
<style>
a { background-color: #D9073E; }
a { background-color: rgb(217,7,62); }
div.DivClassName
{
background-color: #D9073E;
}
.BgClassName
{
background-color: #D9073E;
}
</style>
border-color css
<style>
span { border-color: #D9073E; }
span { border-color: rgb(217,7,62); }
td.TdClassName
{
border-color: #D9073E;
}
.TagClassName
{
border-color: #D9073E;
}
</style>