Shades of Crimson #D1103E
Tints of Crimson #D1103E
RGB
CMYK
RGB Variations
Color information
#D1103E (or 0xD1103E) is known color: Crimson. HEX triplet: D1, 10 and 3E. RGB value is (209,16,62). Sum of RGB (Red+Green+Blue) = 209+16+62=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D1103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1103E is #2EEFC1. Grayscale: #4E4E4E. Windows color (decimal): -3076034 or 4067537. OLE color: 4067537.
HSL color Cylindrical-coordinate representation of color #D1103E: hue angle of 345.7º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1103E is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 62 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.18 |
| HSL | 345.7º | 0.86% | 0.44% | - |
| HSV(B) | 345.7º | 0.92% | 0.82% | - |
| XYZ | 27.35 | 14.27 | 5.87 | - |
| YUV | 78.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 62 | 0 | 0.92 | 0.70 | 0.18 | 345.7 | 0.86 | 0.44 |
| Hex | D1 | 10 | 3E | 0 | 5C | 46 | 12 | 15A | 56 | 2C |
| Octal | 321 | 20 | 76 | 0 | 134 | 106 | 22 | 532 | 126 | 54 |
| Binary | 11010001 | 10000 | 111110 | 0 | 1011100 | 1000110 | 10010 | 101011010 | 1010110 | 101100 |
Color Harmonies of #D1103E
Complementary color
Monochromatic Colors of #D1103E
Black with #D1103E
Text Example
Text Example
White with #D1103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1103E; }
p { color: rgb(209,16,62); }
H1.HeaderClassName
{
color: #D1103E;
}
.AnyTagClassName
{
color: #D1103E;
}
</style>
background-color css
<style>
a { background-color: #D1103E; }
a { background-color: rgb(209,16,62); }
div.DivClassName
{
background-color: #D1103E;
}
.BgClassName
{
background-color: #D1103E;
}
</style>
border-color css
<style>
span { border-color: #D1103E; }
span { border-color: rgb(209,16,62); }
td.TdClassName
{
border-color: #D1103E;
}
.TagClassName
{
border-color: #D1103E;
}
</style>