Shades of Crimson #D1093F
Tints of Crimson #D1093F
RGB
CMYK
RGB Variations
Color information
#D1093F (or 0xD1093F) is known color: Crimson. HEX triplet: D1, 09 and 3F. RGB value is (209,9,63). Sum of RGB (Red+Green+Blue) = 209+9+63=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D1093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1093F is #2EF6C0. Grayscale: #4A4A4A. Windows color (decimal): -3077825 or 4131281. OLE color: 4131281.
HSL color Cylindrical-coordinate representation of color #D1093F: hue angle of 343.8º 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 #D1093F is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 63 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.18 |
| HSL | 343.8º | 0.92% | 0.43% | - |
| HSV(B) | 343.8º | 0.96% | 0.82% | - |
| XYZ | 27.29 | 14.11 | 5.99 | - |
| YUV | 74.96 | 121.26 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 63 | 0 | 0.96 | 0.70 | 0.18 | 343.8 | 0.92 | 0.43 |
| Hex | D1 | 9 | 3F | 0 | 60 | 46 | 12 | 158 | 5C | 2B |
| Octal | 321 | 11 | 77 | 0 | 140 | 106 | 22 | 530 | 134 | 53 |
| Binary | 11010001 | 1001 | 111111 | 0 | 1100000 | 1000110 | 10010 | 101011000 | 1011100 | 101011 |
Color Harmonies of #D1093F
Complementary color
Monochromatic Colors of #D1093F
Black with #D1093F
Text Example
Text Example
White with #D1093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1093F; }
p { color: rgb(209,9,63); }
H1.HeaderClassName
{
color: #D1093F;
}
.AnyTagClassName
{
color: #D1093F;
}
</style>
background-color css
<style>
a { background-color: #D1093F; }
a { background-color: rgb(209,9,63); }
div.DivClassName
{
background-color: #D1093F;
}
.BgClassName
{
background-color: #D1093F;
}
</style>
border-color css
<style>
span { border-color: #D1093F; }
span { border-color: rgb(209,9,63); }
td.TdClassName
{
border-color: #D1093F;
}
.TagClassName
{
border-color: #D1093F;
}
</style>