Shades of Crimson #D10145
Tints of Crimson #D10145
RGB
CMYK
RGB Variations
Color information
#D10145 (or 0xD10145) is known color: Crimson. HEX triplet: D1, 01 and 45. RGB value is (209,1,69). Sum of RGB (Red+Green+Blue) = 209+1+69=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D10145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10145 is #2EFEBA. Grayscale: #464646. Windows color (decimal): -3079867 or 4522449. OLE color: 4522449.
HSL color Cylindrical-coordinate representation of color #D10145: hue angle of 340.38º 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 #D10145 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 69 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.18 |
| HSL | 340.38º | 0.99% | 0.41% | - |
| HSV(B) | 340.38º | 1% | 0.82% | - |
| XYZ | 27.38 | 14.01 | 6.89 | - |
| YUV | 70.94 | 126.91 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 69 | 0 | 1.00 | 0.67 | 0.18 | 340.38 | 0.99 | 0.41 |
| Hex | D1 | 1 | 45 | 0 | 64 | 43 | 12 | 154 | 63 | 29 |
| Octal | 321 | 1 | 105 | 0 | 144 | 103 | 22 | 524 | 143 | 51 |
| Binary | 11010001 | 1 | 1000101 | 0 | 1100100 | 1000011 | 10010 | 101010100 | 1100011 | 101001 |
Color Harmonies of #D10145
Complementary color
Monochromatic Colors of #D10145
Black with #D10145
Text Example
Text Example
White with #D10145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10145; }
p { color: rgb(209,1,69); }
H1.HeaderClassName
{
color: #D10145;
}
.AnyTagClassName
{
color: #D10145;
}
</style>
background-color css
<style>
a { background-color: #D10145; }
a { background-color: rgb(209,1,69); }
div.DivClassName
{
background-color: #D10145;
}
.BgClassName
{
background-color: #D10145;
}
</style>
border-color css
<style>
span { border-color: #D10145; }
span { border-color: rgb(209,1,69); }
td.TdClassName
{
border-color: #D10145;
}
.TagClassName
{
border-color: #D10145;
}
</style>