Shades of Crimson #D10540
Tints of Crimson #D10540
RGB
CMYK
RGB Variations
Color information
#D10540 (or 0xD10540) is known color: Crimson. HEX triplet: D1, 05 and 40. RGB value is (209,5,64). Sum of RGB (Red+Green+Blue) = 209+5+64=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D10540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10540 is #2EFABF. Grayscale: #484848. Windows color (decimal): -3078848 or 4195793. OLE color: 4195793.
HSL color Cylindrical-coordinate representation of color #D10540: hue angle of 342.65º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10540 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 64 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.18 |
| HSL | 342.65º | 0.95% | 0.42% | - |
| HSV(B) | 342.65º | 0.98% | 0.82% | - |
| XYZ | 27.27 | 14.03 | 6.12 | - |
| YUV | 72.72 | 123.09 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 64 | 0 | 0.98 | 0.69 | 0.18 | 342.65 | 0.95 | 0.42 |
| Hex | D1 | 5 | 40 | 0 | 62 | 45 | 12 | 157 | 5F | 2A |
| Octal | 321 | 5 | 100 | 0 | 142 | 105 | 22 | 527 | 137 | 52 |
| Binary | 11010001 | 101 | 1000000 | 0 | 1100010 | 1000101 | 10010 | 101010111 | 1011111 | 101010 |
Color Harmonies of #D10540
Complementary color
Monochromatic Colors of #D10540
Black with #D10540
Text Example
Text Example
White with #D10540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10540; }
p { color: rgb(209,5,64); }
H1.HeaderClassName
{
color: #D10540;
}
.AnyTagClassName
{
color: #D10540;
}
</style>
background-color css
<style>
a { background-color: #D10540; }
a { background-color: rgb(209,5,64); }
div.DivClassName
{
background-color: #D10540;
}
.BgClassName
{
background-color: #D10540;
}
</style>
border-color css
<style>
span { border-color: #D10540; }
span { border-color: rgb(209,5,64); }
td.TdClassName
{
border-color: #D10540;
}
.TagClassName
{
border-color: #D10540;
}
</style>