Shades of Crimson #D1113D
Tints of Crimson #D1113D
RGB
CMYK
RGB Variations
Color information
#D1113D (or 0xD1113D) is known color: Crimson. HEX triplet: D1, 11 and 3D. RGB value is (209,17,61). Sum of RGB (Red+Green+Blue) = 209+17+61=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D1113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1113D is #2EEEC2. Grayscale: #4F4F4F. Windows color (decimal): -3075779 or 4002257. OLE color: 4002257.
HSL color Cylindrical-coordinate representation of color #D1113D: hue angle of 346.25º degrees, saturation: 0.85, 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 #D1113D is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 61 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.18 |
| HSL | 346.25º | 0.85% | 0.44% | - |
| HSV(B) | 346.25º | 0.92% | 0.82% | - |
| XYZ | 27.34 | 14.29 | 5.73 | - |
| YUV | 79.42 | 117.61 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 61 | 0 | 0.92 | 0.71 | 0.18 | 346.25 | 0.85 | 0.44 |
| Hex | D1 | 11 | 3D | 0 | 5C | 47 | 12 | 15A | 55 | 2C |
| Octal | 321 | 21 | 75 | 0 | 134 | 107 | 22 | 532 | 125 | 54 |
| Binary | 11010001 | 10001 | 111101 | 0 | 1011100 | 1000111 | 10010 | 101011010 | 1010101 | 101100 |
Color Harmonies of #D1113D
Complementary color
Monochromatic Colors of #D1113D
Black with #D1113D
Text Example
Text Example
White with #D1113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1113D; }
p { color: rgb(209,17,61); }
H1.HeaderClassName
{
color: #D1113D;
}
.AnyTagClassName
{
color: #D1113D;
}
</style>
background-color css
<style>
a { background-color: #D1113D; }
a { background-color: rgb(209,17,61); }
div.DivClassName
{
background-color: #D1113D;
}
.BgClassName
{
background-color: #D1113D;
}
</style>
border-color css
<style>
span { border-color: #D1113D; }
span { border-color: rgb(209,17,61); }
td.TdClassName
{
border-color: #D1113D;
}
.TagClassName
{
border-color: #D1113D;
}
</style>