Shades of Crimson #D11541
Tints of Crimson #D11541
RGB
CMYK
RGB Variations
Color information
#D11541 (or 0xD11541) is known color: Crimson. HEX triplet: D1, 15 and 41. RGB value is (209,21,65). Sum of RGB (Red+Green+Blue) = 209+21+65=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D11541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11541 is #2EEABE. Grayscale: #525252. Windows color (decimal): -3074751 or 4265425. OLE color: 4265425.
HSL color Cylindrical-coordinate representation of color #D11541: hue angle of 345.96º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11541 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 65 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.18 |
| HSL | 345.96º | 0.82% | 0.45% | - |
| HSV(B) | 345.96º | 0.9% | 0.82% | - |
| XYZ | 27.52 | 14.47 | 6.34 | - |
| YUV | 82.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 65 | 0 | 0.90 | 0.69 | 0.18 | 345.96 | 0.82 | 0.45 |
| Hex | D1 | 15 | 41 | 0 | 5A | 45 | 12 | 15A | 52 | 2D |
| Octal | 321 | 25 | 101 | 0 | 132 | 105 | 22 | 532 | 122 | 55 |
| Binary | 11010001 | 10101 | 1000001 | 0 | 1011010 | 1000101 | 10010 | 101011010 | 1010010 | 101101 |
Color Harmonies of #D11541
Complementary color
Monochromatic Colors of #D11541
Black with #D11541
Text Example
Text Example
White with #D11541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11541; }
p { color: rgb(209,21,65); }
H1.HeaderClassName
{
color: #D11541;
}
.AnyTagClassName
{
color: #D11541;
}
</style>
background-color css
<style>
a { background-color: #D11541; }
a { background-color: rgb(209,21,65); }
div.DivClassName
{
background-color: #D11541;
}
.BgClassName
{
background-color: #D11541;
}
</style>
border-color css
<style>
span { border-color: #D11541; }
span { border-color: rgb(209,21,65); }
td.TdClassName
{
border-color: #D11541;
}
.TagClassName
{
border-color: #D11541;
}
</style>