Shades of Crimson #D10045
Tints of Crimson #D10045
RGB
CMYK
RGB Variations
Color information
#D10045 (or 0xD10045) is known color: Crimson. HEX triplet: D1, 00 and 45. RGB value is (209,0,69). Sum of RGB (Red+Green+Blue) = 209+0+69=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D10045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10045 is #2EFFBA. Grayscale: #464646. Windows color (decimal): -3080123 or 4522193. OLE color: 4522193.
HSL color Cylindrical-coordinate representation of color #D10045: hue angle of 340.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10045 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.67 | 0.18 |
| HSL | 340.19º | 1% | 0.41% | - |
| HSV(B) | 340.19º | 1% | 0.82% | - |
| XYZ | 27.37 | 13.98 | 6.89 | - |
| YUV | 70.36 | 127.24 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 69 | 0 | 1 | 0.67 | 0.18 | 340.19 | 1 | 0.41 |
| Hex | D1 | 0 | 45 | 0 | 64 | 43 | 12 | 154 | 64 | 29 |
| Octal | 321 | 0 | 105 | 0 | 144 | 103 | 22 | 524 | 144 | 51 |
| Binary | 11010001 | 0 | 1000101 | 0 | 1100100 | 1000011 | 10010 | 101010100 | 1100100 | 101001 |
Color Harmonies of #D10045
Complementary color
Monochromatic Colors of #D10045
Black with #D10045
Text Example
Text Example
White with #D10045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10045; }
p { color: rgb(209,0,69); }
H1.HeaderClassName
{
color: #D10045;
}
.AnyTagClassName
{
color: #D10045;
}
</style>
background-color css
<style>
a { background-color: #D10045; }
a { background-color: rgb(209,0,69); }
div.DivClassName
{
background-color: #D10045;
}
.BgClassName
{
background-color: #D10045;
}
</style>
border-color css
<style>
span { border-color: #D10045; }
span { border-color: rgb(209,0,69); }
td.TdClassName
{
border-color: #D10045;
}
.TagClassName
{
border-color: #D10045;
}
</style>