Shades of Crimson #D11334
Tints of Crimson #D11334
RGB
CMYK
RGB Variations
Color information
#D11334 (or 0xD11334) is known color: Crimson. HEX triplet: D1, 13 and 34. RGB value is (209,19,52). Sum of RGB (Red+Green+Blue) = 209+19+52=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D11334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11334 is #2EECCB. Grayscale: #4F4F4F. Windows color (decimal): -3075276 or 3412945. OLE color: 3412945.
HSL color Cylindrical-coordinate representation of color #D11334: hue angle of 349.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11334 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 52 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.18 |
| HSL | 349.58º | 0.83% | 0.45% | - |
| HSV(B) | 349.58º | 0.91% | 0.82% | - |
| XYZ | 27.15 | 14.27 | 4.57 | - |
| YUV | 79.57 | 112.45 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 52 | 0 | 0.91 | 0.75 | 0.18 | 349.58 | 0.83 | 0.45 |
| Hex | D1 | 13 | 34 | 0 | 5B | 4B | 12 | 15E | 53 | 2D |
| Octal | 321 | 23 | 64 | 0 | 133 | 113 | 22 | 536 | 123 | 55 |
| Binary | 11010001 | 10011 | 110100 | 0 | 1011011 | 1001011 | 10010 | 101011110 | 1010011 | 101101 |
Color Harmonies of #D11334
Complementary color
Monochromatic Colors of #D11334
Black with #D11334
Text Example
Text Example
White with #D11334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11334; }
p { color: rgb(209,19,52); }
H1.HeaderClassName
{
color: #D11334;
}
.AnyTagClassName
{
color: #D11334;
}
</style>
background-color css
<style>
a { background-color: #D11334; }
a { background-color: rgb(209,19,52); }
div.DivClassName
{
background-color: #D11334;
}
.BgClassName
{
background-color: #D11334;
}
</style>
border-color css
<style>
span { border-color: #D11334; }
span { border-color: rgb(209,19,52); }
td.TdClassName
{
border-color: #D11334;
}
.TagClassName
{
border-color: #D11334;
}
</style>