Shades of Crimson #D11645
Tints of Crimson #D11645
RGB
CMYK
RGB Variations
Color information
#D11645 (or 0xD11645) is known color: Crimson. HEX triplet: D1, 16 and 45. RGB value is (209,22,69). Sum of RGB (Red+Green+Blue) = 209+22+69=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D11645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11645 is #2EE9BA. Grayscale: #535353. Windows color (decimal): -3074491 or 4527825. OLE color: 4527825.
HSL color Cylindrical-coordinate representation of color #D11645: hue angle of 344.92º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11645 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 69 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.18 |
| HSL | 344.92º | 0.81% | 0.45% | - |
| HSV(B) | 344.92º | 0.89% | 0.82% | - |
| XYZ | 27.66 | 14.56 | 6.98 | - |
| YUV | 83.27 | 119.95 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 69 | 0 | 0.89 | 0.67 | 0.18 | 344.92 | 0.81 | 0.45 |
| Hex | D1 | 16 | 45 | 0 | 59 | 43 | 12 | 159 | 51 | 2D |
| Octal | 321 | 26 | 105 | 0 | 131 | 103 | 22 | 531 | 121 | 55 |
| Binary | 11010001 | 10110 | 1000101 | 0 | 1011001 | 1000011 | 10010 | 101011001 | 1010001 | 101101 |
Color Harmonies of #D11645
Complementary color
Monochromatic Colors of #D11645
Black with #D11645
Text Example
Text Example
White with #D11645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11645; }
p { color: rgb(209,22,69); }
H1.HeaderClassName
{
color: #D11645;
}
.AnyTagClassName
{
color: #D11645;
}
</style>
background-color css
<style>
a { background-color: #D11645; }
a { background-color: rgb(209,22,69); }
div.DivClassName
{
background-color: #D11645;
}
.BgClassName
{
background-color: #D11645;
}
</style>
border-color css
<style>
span { border-color: #D11645; }
span { border-color: rgb(209,22,69); }
td.TdClassName
{
border-color: #D11645;
}
.TagClassName
{
border-color: #D11645;
}
</style>