Shades of Crimson #D1092E
Tints of Crimson #D1092E
RGB
CMYK
RGB Variations
Color information
#D1092E (or 0xD1092E) is known color: Crimson. HEX triplet: D1, 09 and 2E. RGB value is (209,9,46). Sum of RGB (Red+Green+Blue) = 209+9+46=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D1092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1092E is #2EF6D1. Grayscale: #494949. Windows color (decimal): -3077842 or 3017169. OLE color: 3017169.
HSL color Cylindrical-coordinate representation of color #D1092E: hue angle of 348.9º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1092E is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 46 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.18 |
| HSL | 348.9º | 0.92% | 0.43% | - |
| HSV(B) | 348.9º | 0.96% | 0.82% | - |
| XYZ | 26.89 | 13.95 | 3.86 | - |
| YUV | 73.02 | 112.76 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 46 | 0 | 0.96 | 0.78 | 0.18 | 348.9 | 0.92 | 0.43 |
| Hex | D1 | 9 | 2E | 0 | 60 | 4E | 12 | 15D | 5C | 2B |
| Octal | 321 | 11 | 56 | 0 | 140 | 116 | 22 | 535 | 134 | 53 |
| Binary | 11010001 | 1001 | 101110 | 0 | 1100000 | 1001110 | 10010 | 101011101 | 1011100 | 101011 |
Color Harmonies of #D1092E
Complementary color
Monochromatic Colors of #D1092E
Black with #D1092E
Text Example
Text Example
White with #D1092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1092E; }
p { color: rgb(209,9,46); }
H1.HeaderClassName
{
color: #D1092E;
}
.AnyTagClassName
{
color: #D1092E;
}
</style>
background-color css
<style>
a { background-color: #D1092E; }
a { background-color: rgb(209,9,46); }
div.DivClassName
{
background-color: #D1092E;
}
.BgClassName
{
background-color: #D1092E;
}
</style>
border-color css
<style>
span { border-color: #D1092E; }
span { border-color: rgb(209,9,46); }
td.TdClassName
{
border-color: #D1092E;
}
.TagClassName
{
border-color: #D1092E;
}
</style>