Shades of Crimson #D9094A
Tints of Crimson #D9094A
RGB
CMYK
RGB Variations
Color information
#D9094A (or 0xD9094A) is known color: Crimson. HEX triplet: D9, 09 and 4A. RGB value is (217,9,74). Sum of RGB (Red+Green+Blue) = 217+9+74=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9094A is #26F6B5. Grayscale: #4E4E4E. Windows color (decimal): -2553526 or 4852185. OLE color: 4852185.
HSL color Cylindrical-coordinate representation of color #D9094A: hue angle of 341.25º 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 #D9094A is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.15 |
| HSL | 341.25º | 0.92% | 0.44% | - |
| HSV(B) | 341.25º | 0.96% | 0.85% | - |
| XYZ | 29.95 | 15.44 | 7.88 | - |
| YUV | 78.6 | 125.41 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 74 | 0 | 0.96 | 0.66 | 0.15 | 341.25 | 0.92 | 0.44 |
| Hex | D9 | 9 | 4A | 0 | 60 | 42 | F | 155 | 5C | 2C |
| Octal | 331 | 11 | 112 | 0 | 140 | 102 | 17 | 525 | 134 | 54 |
| Binary | 11011001 | 1001 | 1001010 | 0 | 1100000 | 1000010 | 1111 | 101010101 | 1011100 | 101100 |
Color Harmonies of #D9094A
Complementary color
Monochromatic Colors of #D9094A
Black with #D9094A
Text Example
Text Example
White with #D9094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9094A; }
p { color: rgb(217,9,74); }
H1.HeaderClassName
{
color: #D9094A;
}
.AnyTagClassName
{
color: #D9094A;
}
</style>
background-color css
<style>
a { background-color: #D9094A; }
a { background-color: rgb(217,9,74); }
div.DivClassName
{
background-color: #D9094A;
}
.BgClassName
{
background-color: #D9094A;
}
</style>
border-color css
<style>
span { border-color: #D9094A; }
span { border-color: rgb(217,9,74); }
td.TdClassName
{
border-color: #D9094A;
}
.TagClassName
{
border-color: #D9094A;
}
</style>