Shades of Crimson #D11635
Tints of Crimson #D11635
RGB
CMYK
RGB Variations
Color information
#D11635 (or 0xD11635) is known color: Crimson. HEX triplet: D1, 16 and 35. RGB value is (209,22,53). Sum of RGB (Red+Green+Blue) = 209+22+53=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D11635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11635 is #2EE9CA. Grayscale: #515151. Windows color (decimal): -3074507 or 3479249. OLE color: 3479249.
HSL color Cylindrical-coordinate representation of color #D11635: hue angle of 350.05º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11635 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 53 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.18 |
| HSL | 350.05º | 0.81% | 0.45% | - |
| HSV(B) | 350.05º | 0.89% | 0.82% | - |
| XYZ | 27.22 | 14.39 | 4.71 | - |
| YUV | 81.45 | 111.95 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 53 | 0 | 0.89 | 0.75 | 0.18 | 350.05 | 0.81 | 0.45 |
| Hex | D1 | 16 | 35 | 0 | 59 | 4B | 12 | 15E | 51 | 2D |
| Octal | 321 | 26 | 65 | 0 | 131 | 113 | 22 | 536 | 121 | 55 |
| Binary | 11010001 | 10110 | 110101 | 0 | 1011001 | 1001011 | 10010 | 101011110 | 1010001 | 101101 |
Color Harmonies of #D11635
Complementary color
Monochromatic Colors of #D11635
Black with #D11635
Text Example
Text Example
White with #D11635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11635; }
p { color: rgb(209,22,53); }
H1.HeaderClassName
{
color: #D11635;
}
.AnyTagClassName
{
color: #D11635;
}
</style>
background-color css
<style>
a { background-color: #D11635; }
a { background-color: rgb(209,22,53); }
div.DivClassName
{
background-color: #D11635;
}
.BgClassName
{
background-color: #D11635;
}
</style>
border-color css
<style>
span { border-color: #D11635; }
span { border-color: rgb(209,22,53); }
td.TdClassName
{
border-color: #D11635;
}
.TagClassName
{
border-color: #D11635;
}
</style>