Shades of Crimson #D11041
Tints of Crimson #D11041
RGB
CMYK
RGB Variations
Color information
#D11041 (or 0xD11041) is known color: Crimson. HEX triplet: D1, 10 and 41. RGB value is (209,16,65). Sum of RGB (Red+Green+Blue) = 209+16+65=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D11041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11041 is #2EEFBE. Grayscale: #4F4F4F. Windows color (decimal): -3076031 or 4264145. OLE color: 4264145.
HSL color Cylindrical-coordinate representation of color #D11041: hue angle of 344.77º 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 #D11041 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 65 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.18 |
| HSL | 344.77º | 0.86% | 0.44% | - |
| HSV(B) | 344.77º | 0.92% | 0.82% | - |
| XYZ | 27.43 | 14.31 | 6.32 | - |
| YUV | 79.29 | 119.94 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 65 | 0 | 0.92 | 0.69 | 0.18 | 344.77 | 0.86 | 0.44 |
| Hex | D1 | 10 | 41 | 0 | 5C | 45 | 12 | 159 | 56 | 2C |
| Octal | 321 | 20 | 101 | 0 | 134 | 105 | 22 | 531 | 126 | 54 |
| Binary | 11010001 | 10000 | 1000001 | 0 | 1011100 | 1000101 | 10010 | 101011001 | 1010110 | 101100 |
Color Harmonies of #D11041
Complementary color
Monochromatic Colors of #D11041
Black with #D11041
Text Example
Text Example
White with #D11041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11041; }
p { color: rgb(209,16,65); }
H1.HeaderClassName
{
color: #D11041;
}
.AnyTagClassName
{
color: #D11041;
}
</style>
background-color css
<style>
a { background-color: #D11041; }
a { background-color: rgb(209,16,65); }
div.DivClassName
{
background-color: #D11041;
}
.BgClassName
{
background-color: #D11041;
}
</style>
border-color css
<style>
span { border-color: #D11041; }
span { border-color: rgb(209,16,65); }
td.TdClassName
{
border-color: #D11041;
}
.TagClassName
{
border-color: #D11041;
}
</style>