Shades of Crimson #D11035
Tints of Crimson #D11035
RGB
CMYK
RGB Variations
Color information
#D11035 (or 0xD11035) is known color: Crimson. HEX triplet: D1, 10 and 35. RGB value is (209,16,53). Sum of RGB (Red+Green+Blue) = 209+16+53=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D11035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11035 is #2EEFCA. Grayscale: #4D4D4D. Windows color (decimal): -3076043 or 3477713. OLE color: 3477713.
HSL color Cylindrical-coordinate representation of color #D11035: hue angle of 348.5º 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 #D11035 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 53 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.18 |
| HSL | 348.5º | 0.86% | 0.44% | - |
| HSV(B) | 348.5º | 0.92% | 0.82% | - |
| XYZ | 27.12 | 14.18 | 4.68 | - |
| YUV | 77.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 53 | 0 | 0.92 | 0.75 | 0.18 | 348.5 | 0.86 | 0.44 |
| Hex | D1 | 10 | 35 | 0 | 5C | 4B | 12 | 15C | 56 | 2C |
| Octal | 321 | 20 | 65 | 0 | 134 | 113 | 22 | 534 | 126 | 54 |
| Binary | 11010001 | 10000 | 110101 | 0 | 1011100 | 1001011 | 10010 | 101011100 | 1010110 | 101100 |
Color Harmonies of #D11035
Complementary color
Monochromatic Colors of #D11035
Black with #D11035
Text Example
Text Example
White with #D11035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11035; }
p { color: rgb(209,16,53); }
H1.HeaderClassName
{
color: #D11035;
}
.AnyTagClassName
{
color: #D11035;
}
</style>
background-color css
<style>
a { background-color: #D11035; }
a { background-color: rgb(209,16,53); }
div.DivClassName
{
background-color: #D11035;
}
.BgClassName
{
background-color: #D11035;
}
</style>
border-color css
<style>
span { border-color: #D11035; }
span { border-color: rgb(209,16,53); }
td.TdClassName
{
border-color: #D11035;
}
.TagClassName
{
border-color: #D11035;
}
</style>