Shades of Crimson #D11441
Tints of Crimson #D11441
RGB
CMYK
RGB Variations
Color information
#D11441 (or 0xD11441) is known color: Crimson. HEX triplet: D1, 14 and 41. RGB value is (209,20,65). Sum of RGB (Red+Green+Blue) = 209+20+65=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D11441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11441 is #2EEBBE. Grayscale: #515151. Windows color (decimal): -3075007 or 4265169. OLE color: 4265169.
HSL color Cylindrical-coordinate representation of color #D11441: hue angle of 345.71º degrees, saturation: 0.83, 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 #D11441 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 65 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.18 |
| HSL | 345.71º | 0.83% | 0.45% | - |
| HSV(B) | 345.71º | 0.9% | 0.82% | - |
| XYZ | 27.5 | 14.44 | 6.34 | - |
| YUV | 81.64 | 118.62 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 65 | 0 | 0.90 | 0.69 | 0.18 | 345.71 | 0.83 | 0.45 |
| Hex | D1 | 14 | 41 | 0 | 5A | 45 | 12 | 15A | 53 | 2D |
| Octal | 321 | 24 | 101 | 0 | 132 | 105 | 22 | 532 | 123 | 55 |
| Binary | 11010001 | 10100 | 1000001 | 0 | 1011010 | 1000101 | 10010 | 101011010 | 1010011 | 101101 |
Color Harmonies of #D11441
Complementary color
Monochromatic Colors of #D11441
Black with #D11441
Text Example
Text Example
White with #D11441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11441; }
p { color: rgb(209,20,65); }
H1.HeaderClassName
{
color: #D11441;
}
.AnyTagClassName
{
color: #D11441;
}
</style>
background-color css
<style>
a { background-color: #D11441; }
a { background-color: rgb(209,20,65); }
div.DivClassName
{
background-color: #D11441;
}
.BgClassName
{
background-color: #D11441;
}
</style>
border-color css
<style>
span { border-color: #D11441; }
span { border-color: rgb(209,20,65); }
td.TdClassName
{
border-color: #D11441;
}
.TagClassName
{
border-color: #D11441;
}
</style>