Shades of Crimson #D1133E
Tints of Crimson #D1133E
RGB
CMYK
RGB Variations
Color information
#D1133E (or 0xD1133E) is known color: Crimson. HEX triplet: D1, 13 and 3E. RGB value is (209,19,62). Sum of RGB (Red+Green+Blue) = 209+19+62=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1133E is #2EECC1. Grayscale: #505050. Windows color (decimal): -3075266 or 4068305. OLE color: 4068305.
HSL color Cylindrical-coordinate representation of color #D1133E: hue angle of 346.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1133E is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 62 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.18 |
| HSL | 346.42º | 0.83% | 0.45% | - |
| HSV(B) | 346.42º | 0.91% | 0.82% | - |
| XYZ | 27.4 | 14.37 | 5.89 | - |
| YUV | 80.71 | 117.45 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 62 | 0 | 0.91 | 0.70 | 0.18 | 346.42 | 0.83 | 0.45 |
| Hex | D1 | 13 | 3E | 0 | 5B | 46 | 12 | 15A | 53 | 2D |
| Octal | 321 | 23 | 76 | 0 | 133 | 106 | 22 | 532 | 123 | 55 |
| Binary | 11010001 | 10011 | 111110 | 0 | 1011011 | 1000110 | 10010 | 101011010 | 1010011 | 101101 |
Color Harmonies of #D1133E
Complementary color
Monochromatic Colors of #D1133E
Black with #D1133E
Text Example
Text Example
White with #D1133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1133E; }
p { color: rgb(209,19,62); }
H1.HeaderClassName
{
color: #D1133E;
}
.AnyTagClassName
{
color: #D1133E;
}
</style>
background-color css
<style>
a { background-color: #D1133E; }
a { background-color: rgb(209,19,62); }
div.DivClassName
{
background-color: #D1133E;
}
.BgClassName
{
background-color: #D1133E;
}
</style>
border-color css
<style>
span { border-color: #D1133E; }
span { border-color: rgb(209,19,62); }
td.TdClassName
{
border-color: #D1133E;
}
.TagClassName
{
border-color: #D1133E;
}
</style>