Shades of Crimson #D10746
Tints of Crimson #D10746
RGB
CMYK
RGB Variations
Color information
#D10746 (or 0xD10746) is known color: Crimson. HEX triplet: D1, 07 and 46. RGB value is (209,7,70). Sum of RGB (Red+Green+Blue) = 209+7+70=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D10746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10746 is #2EF8B9. Grayscale: #4A4A4A. Windows color (decimal): -3078330 or 4589521. OLE color: 4589521.
HSL color Cylindrical-coordinate representation of color #D10746: hue angle of 341.29º 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 #D10746 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 70 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.18 |
| HSL | 341.29º | 0.94% | 0.42% | - |
| HSV(B) | 341.29º | 0.97% | 0.82% | - |
| XYZ | 27.48 | 14.15 | 7.08 | - |
| YUV | 74.58 | 125.42 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 70 | 0 | 0.97 | 0.67 | 0.18 | 341.29 | 0.94 | 0.42 |
| Hex | D1 | 7 | 46 | 0 | 61 | 43 | 12 | 155 | 5E | 2A |
| Octal | 321 | 7 | 106 | 0 | 141 | 103 | 22 | 525 | 136 | 52 |
| Binary | 11010001 | 111 | 1000110 | 0 | 1100001 | 1000011 | 10010 | 101010101 | 1011110 | 101010 |
Color Harmonies of #D10746
Complementary color
Monochromatic Colors of #D10746
Black with #D10746
Text Example
Text Example
White with #D10746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10746; }
p { color: rgb(209,7,70); }
H1.HeaderClassName
{
color: #D10746;
}
.AnyTagClassName
{
color: #D10746;
}
</style>
background-color css
<style>
a { background-color: #D10746; }
a { background-color: rgb(209,7,70); }
div.DivClassName
{
background-color: #D10746;
}
.BgClassName
{
background-color: #D10746;
}
</style>
border-color css
<style>
span { border-color: #D10746; }
span { border-color: rgb(209,7,70); }
td.TdClassName
{
border-color: #D10746;
}
.TagClassName
{
border-color: #D10746;
}
</style>