Shades of Crimson #D11045
Tints of Crimson #D11045
RGB
CMYK
RGB Variations
Color information
#D11045 (or 0xD11045) is known color: Crimson. HEX triplet: D1, 10 and 45. RGB value is (209,16,69). Sum of RGB (Red+Green+Blue) = 209+16+69=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D11045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11045 is #2EEFBA. Grayscale: #4F4F4F. Windows color (decimal): -3076027 or 4526289. OLE color: 4526289.
HSL color Cylindrical-coordinate representation of color #D11045: hue angle of 343.52º 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 #D11045 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 69 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.18 |
| HSL | 343.52º | 0.86% | 0.44% | - |
| HSV(B) | 343.52º | 0.92% | 0.82% | - |
| XYZ | 27.55 | 14.36 | 6.95 | - |
| YUV | 79.75 | 121.94 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 69 | 0 | 0.92 | 0.67 | 0.18 | 343.52 | 0.86 | 0.44 |
| Hex | D1 | 10 | 45 | 0 | 5C | 43 | 12 | 158 | 56 | 2C |
| Octal | 321 | 20 | 105 | 0 | 134 | 103 | 22 | 530 | 126 | 54 |
| Binary | 11010001 | 10000 | 1000101 | 0 | 1011100 | 1000011 | 10010 | 101011000 | 1010110 | 101100 |
Color Harmonies of #D11045
Complementary color
Monochromatic Colors of #D11045
Black with #D11045
Text Example
Text Example
White with #D11045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11045; }
p { color: rgb(209,16,69); }
H1.HeaderClassName
{
color: #D11045;
}
.AnyTagClassName
{
color: #D11045;
}
</style>
background-color css
<style>
a { background-color: #D11045; }
a { background-color: rgb(209,16,69); }
div.DivClassName
{
background-color: #D11045;
}
.BgClassName
{
background-color: #D11045;
}
</style>
border-color css
<style>
span { border-color: #D11045; }
span { border-color: rgb(209,16,69); }
td.TdClassName
{
border-color: #D11045;
}
.TagClassName
{
border-color: #D11045;
}
</style>