Shades of Crimson #D10733
Tints of Crimson #D10733
RGB
CMYK
RGB Variations
Color information
#D10733 (or 0xD10733) is known color: Crimson. HEX triplet: D1, 07 and 33. RGB value is (209,7,51). Sum of RGB (Red+Green+Blue) = 209+7+51=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D10733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10733 is #2EF8CC. Grayscale: #484848. Windows color (decimal): -3078349 or 3344337. OLE color: 3344337.
HSL color Cylindrical-coordinate representation of color #D10733: hue angle of 346.93º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10733 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 51 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.18 |
| HSL | 346.93º | 0.94% | 0.42% | - |
| HSV(B) | 346.93º | 0.97% | 0.82% | - |
| XYZ | 26.97 | 13.95 | 4.4 | - |
| YUV | 72.41 | 115.92 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 51 | 0 | 0.97 | 0.76 | 0.18 | 346.93 | 0.94 | 0.42 |
| Hex | D1 | 7 | 33 | 0 | 61 | 4C | 12 | 15B | 5E | 2A |
| Octal | 321 | 7 | 63 | 0 | 141 | 114 | 22 | 533 | 136 | 52 |
| Binary | 11010001 | 111 | 110011 | 0 | 1100001 | 1001100 | 10010 | 101011011 | 1011110 | 101010 |
Color Harmonies of #D10733
Complementary color
Monochromatic Colors of #D10733
Black with #D10733
Text Example
Text Example
White with #D10733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10733; }
p { color: rgb(209,7,51); }
H1.HeaderClassName
{
color: #D10733;
}
.AnyTagClassName
{
color: #D10733;
}
</style>
background-color css
<style>
a { background-color: #D10733; }
a { background-color: rgb(209,7,51); }
div.DivClassName
{
background-color: #D10733;
}
.BgClassName
{
background-color: #D10733;
}
</style>
border-color css
<style>
span { border-color: #D10733; }
span { border-color: rgb(209,7,51); }
td.TdClassName
{
border-color: #D10733;
}
.TagClassName
{
border-color: #D10733;
}
</style>