Shades of Crimson #D9093E
Tints of Crimson #D9093E
RGB
CMYK
RGB Variations
Color information
#D9093E (or 0xD9093E) is known color: Crimson. HEX triplet: D9, 09 and 3E. RGB value is (217,9,62). Sum of RGB (Red+Green+Blue) = 217+9+62=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D9093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9093E is #26F6C1. Grayscale: #4D4D4D. Windows color (decimal): -2553538 or 4065753. OLE color: 4065753.
HSL color Cylindrical-coordinate representation of color #D9093E: hue angle of 344.71º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9093E is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.15 |
| HSL | 344.71º | 0.92% | 0.44% | - |
| HSV(B) | 344.71º | 0.96% | 0.85% | - |
| XYZ | 29.58 | 15.29 | 5.95 | - |
| YUV | 77.23 | 119.41 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 62 | 0 | 0.96 | 0.71 | 0.15 | 344.71 | 0.92 | 0.44 |
| Hex | D9 | 9 | 3E | 0 | 60 | 47 | F | 159 | 5C | 2C |
| Octal | 331 | 11 | 76 | 0 | 140 | 107 | 17 | 531 | 134 | 54 |
| Binary | 11011001 | 1001 | 111110 | 0 | 1100000 | 1000111 | 1111 | 101011001 | 1011100 | 101100 |
Color Harmonies of #D9093E
Complementary color
Monochromatic Colors of #D9093E
Black with #D9093E
Text Example
Text Example
White with #D9093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9093E; }
p { color: rgb(217,9,62); }
H1.HeaderClassName
{
color: #D9093E;
}
.AnyTagClassName
{
color: #D9093E;
}
</style>
background-color css
<style>
a { background-color: #D9093E; }
a { background-color: rgb(217,9,62); }
div.DivClassName
{
background-color: #D9093E;
}
.BgClassName
{
background-color: #D9093E;
}
</style>
border-color css
<style>
span { border-color: #D9093E; }
span { border-color: rgb(217,9,62); }
td.TdClassName
{
border-color: #D9093E;
}
.TagClassName
{
border-color: #D9093E;
}
</style>