Shades of Crimson #D10143
Tints of Crimson #D10143
RGB
CMYK
RGB Variations
Color information
#D10143 (or 0xD10143) is known color: Crimson. HEX triplet: D1, 01 and 43. RGB value is (209,1,67). Sum of RGB (Red+Green+Blue) = 209+1+67=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D10143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10143 is #2EFEBC. Grayscale: #464646. Windows color (decimal): -3079869 or 4391377. OLE color: 4391377.
HSL color Cylindrical-coordinate representation of color #D10143: hue angle of 340.96º 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 #D10143 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 67 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.18 |
| HSL | 340.96º | 0.99% | 0.41% | - |
| HSV(B) | 340.96º | 1% | 0.82% | - |
| XYZ | 27.32 | 13.98 | 6.57 | - |
| YUV | 70.72 | 125.91 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 67 | 0 | 1.00 | 0.68 | 0.18 | 340.96 | 0.99 | 0.41 |
| Hex | D1 | 1 | 43 | 0 | 64 | 44 | 12 | 155 | 63 | 29 |
| Octal | 321 | 1 | 103 | 0 | 144 | 104 | 22 | 525 | 143 | 51 |
| Binary | 11010001 | 1 | 1000011 | 0 | 1100100 | 1000100 | 10010 | 101010101 | 1100011 | 101001 |
Color Harmonies of #D10143
Complementary color
Monochromatic Colors of #D10143
Black with #D10143
Text Example
Text Example
White with #D10143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10143; }
p { color: rgb(209,1,67); }
H1.HeaderClassName
{
color: #D10143;
}
.AnyTagClassName
{
color: #D10143;
}
</style>
background-color css
<style>
a { background-color: #D10143; }
a { background-color: rgb(209,1,67); }
div.DivClassName
{
background-color: #D10143;
}
.BgClassName
{
background-color: #D10143;
}
</style>
border-color css
<style>
span { border-color: #D10143; }
span { border-color: rgb(209,1,67); }
td.TdClassName
{
border-color: #D10143;
}
.TagClassName
{
border-color: #D10143;
}
</style>