Shades of Crimson #D10546
Tints of Crimson #D10546
RGB
CMYK
RGB Variations
Color information
#D10546 (or 0xD10546) is known color: Crimson. HEX triplet: D1, 05 and 46. RGB value is (209,5,70). Sum of RGB (Red+Green+Blue) = 209+5+70=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D10546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10546 is #2EFAB9. Grayscale: #494949. Windows color (decimal): -3078842 or 4589009. OLE color: 4589009.
HSL color Cylindrical-coordinate representation of color #D10546: hue angle of 340.88º 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 #D10546 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.18 |
| HSL | 340.88º | 0.95% | 0.42% | - |
| HSV(B) | 340.88º | 0.98% | 0.82% | - |
| XYZ | 27.45 | 14.11 | 7.07 | - |
| YUV | 73.41 | 126.09 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 70 | 0 | 0.98 | 0.67 | 0.18 | 340.88 | 0.95 | 0.42 |
| Hex | D1 | 5 | 46 | 0 | 62 | 43 | 12 | 155 | 5F | 2A |
| Octal | 321 | 5 | 106 | 0 | 142 | 103 | 22 | 525 | 137 | 52 |
| Binary | 11010001 | 101 | 1000110 | 0 | 1100010 | 1000011 | 10010 | 101010101 | 1011111 | 101010 |
Color Harmonies of #D10546
Complementary color
Monochromatic Colors of #D10546
Black with #D10546
Text Example
Text Example
White with #D10546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10546; }
p { color: rgb(209,5,70); }
H1.HeaderClassName
{
color: #D10546;
}
.AnyTagClassName
{
color: #D10546;
}
</style>
background-color css
<style>
a { background-color: #D10546; }
a { background-color: rgb(209,5,70); }
div.DivClassName
{
background-color: #D10546;
}
.BgClassName
{
background-color: #D10546;
}
</style>
border-color css
<style>
span { border-color: #D10546; }
span { border-color: rgb(209,5,70); }
td.TdClassName
{
border-color: #D10546;
}
.TagClassName
{
border-color: #D10546;
}
</style>