Shades of Crimson #D11841
Tints of Crimson #D11841
RGB
CMYK
RGB Variations
Color information
#D11841 (or 0xD11841) is known color: Crimson. HEX triplet: D1, 18 and 41. RGB value is (209,24,65). Sum of RGB (Red+Green+Blue) = 209+24+65=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D11841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11841 is #2EE7BE. Grayscale: #545454. Windows color (decimal): -3073983 or 4266193. OLE color: 4266193.
HSL color Cylindrical-coordinate representation of color #D11841: hue angle of 346.7º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11841 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 65 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.18 |
| HSL | 346.7º | 0.79% | 0.46% | - |
| HSV(B) | 346.7º | 0.89% | 0.82% | - |
| XYZ | 27.58 | 14.59 | 6.36 | - |
| YUV | 83.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 65 | 0 | 0.89 | 0.69 | 0.18 | 346.7 | 0.79 | 0.46 |
| Hex | D1 | 18 | 41 | 0 | 59 | 45 | 12 | 15B | 4F | 2E |
| Octal | 321 | 30 | 101 | 0 | 131 | 105 | 22 | 533 | 117 | 56 |
| Binary | 11010001 | 11000 | 1000001 | 0 | 1011001 | 1000101 | 10010 | 101011011 | 1001111 | 101110 |
Color Harmonies of #D11841
Complementary color
Monochromatic Colors of #D11841
Black with #D11841
Text Example
Text Example
White with #D11841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11841; }
p { color: rgb(209,24,65); }
H1.HeaderClassName
{
color: #D11841;
}
.AnyTagClassName
{
color: #D11841;
}
</style>
background-color css
<style>
a { background-color: #D11841; }
a { background-color: rgb(209,24,65); }
div.DivClassName
{
background-color: #D11841;
}
.BgClassName
{
background-color: #D11841;
}
</style>
border-color css
<style>
span { border-color: #D11841; }
span { border-color: rgb(209,24,65); }
td.TdClassName
{
border-color: #D11841;
}
.TagClassName
{
border-color: #D11841;
}
</style>