Shades of Crimson #D10146
Tints of Crimson #D10146
RGB
CMYK
RGB Variations
Color information
#D10146 (or 0xD10146) is known color: Crimson. HEX triplet: D1, 01 and 46. RGB value is (209,1,70). Sum of RGB (Red+Green+Blue) = 209+1+70=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D10146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10146 is #2EFEB9. Grayscale: #464646. Windows color (decimal): -3079866 or 4587985. OLE color: 4587985.
HSL color Cylindrical-coordinate representation of color #D10146: hue angle of 340.1º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10146 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 70 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.18 |
| HSL | 340.1º | 0.99% | 0.41% | - |
| HSV(B) | 340.1º | 1% | 0.82% | - |
| XYZ | 27.41 | 14.02 | 7.06 | - |
| YUV | 71.06 | 127.41 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 70 | 0 | 1.00 | 0.67 | 0.18 | 340.1 | 0.99 | 0.41 |
| Hex | D1 | 1 | 46 | 0 | 64 | 43 | 12 | 154 | 63 | 29 |
| Octal | 321 | 1 | 106 | 0 | 144 | 103 | 22 | 524 | 143 | 51 |
| Binary | 11010001 | 1 | 1000110 | 0 | 1100100 | 1000011 | 10010 | 101010100 | 1100011 | 101001 |
Color Harmonies of #D10146
Complementary color
Monochromatic Colors of #D10146
Black with #D10146
Text Example
Text Example
White with #D10146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10146; }
p { color: rgb(209,1,70); }
H1.HeaderClassName
{
color: #D10146;
}
.AnyTagClassName
{
color: #D10146;
}
</style>
background-color css
<style>
a { background-color: #D10146; }
a { background-color: rgb(209,1,70); }
div.DivClassName
{
background-color: #D10146;
}
.BgClassName
{
background-color: #D10146;
}
</style>
border-color css
<style>
span { border-color: #D10146; }
span { border-color: rgb(209,1,70); }
td.TdClassName
{
border-color: #D10146;
}
.TagClassName
{
border-color: #D10146;
}
</style>