Shades of Crimson #D1103C
Tints of Crimson #D1103C
RGB
CMYK
RGB Variations
Color information
#D1103C (or 0xD1103C) is known color: Crimson. HEX triplet: D1, 10 and 3C. RGB value is (209,16,60). Sum of RGB (Red+Green+Blue) = 209+16+60=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D1103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1103C is #2EEFC3. Grayscale: #4E4E4E. Windows color (decimal): -3076036 or 3936465. OLE color: 3936465.
HSL color Cylindrical-coordinate representation of color #D1103C: hue angle of 346.32º 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 #D1103C is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 60 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.18 |
| HSL | 346.32º | 0.86% | 0.44% | - |
| HSV(B) | 346.32º | 0.92% | 0.82% | - |
| XYZ | 27.3 | 14.25 | 5.59 | - |
| YUV | 78.72 | 117.44 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 60 | 0 | 0.92 | 0.71 | 0.18 | 346.32 | 0.86 | 0.44 |
| Hex | D1 | 10 | 3C | 0 | 5C | 47 | 12 | 15A | 56 | 2C |
| Octal | 321 | 20 | 74 | 0 | 134 | 107 | 22 | 532 | 126 | 54 |
| Binary | 11010001 | 10000 | 111100 | 0 | 1011100 | 1000111 | 10010 | 101011010 | 1010110 | 101100 |
Color Harmonies of #D1103C
Complementary color
Monochromatic Colors of #D1103C
Black with #D1103C
Text Example
Text Example
White with #D1103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1103C; }
p { color: rgb(209,16,60); }
H1.HeaderClassName
{
color: #D1103C;
}
.AnyTagClassName
{
color: #D1103C;
}
</style>
background-color css
<style>
a { background-color: #D1103C; }
a { background-color: rgb(209,16,60); }
div.DivClassName
{
background-color: #D1103C;
}
.BgClassName
{
background-color: #D1103C;
}
</style>
border-color css
<style>
span { border-color: #D1103C; }
span { border-color: rgb(209,16,60); }
td.TdClassName
{
border-color: #D1103C;
}
.TagClassName
{
border-color: #D1103C;
}
</style>