Shades of Crimson #D10841
Tints of Crimson #D10841
RGB
CMYK
RGB Variations
Color information
#D10841 (or 0xD10841) is known color: Crimson. HEX triplet: D1, 08 and 41. RGB value is (209,8,65). Sum of RGB (Red+Green+Blue) = 209+8+65=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D10841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10841 is #2EF7BE. Grayscale: #4A4A4A. Windows color (decimal): -3078079 or 4262097. OLE color: 4262097.
HSL color Cylindrical-coordinate representation of color #D10841: hue angle of 342.99º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10841 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 65 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.18 |
| HSL | 342.99º | 0.93% | 0.43% | - |
| HSV(B) | 342.99º | 0.96% | 0.82% | - |
| XYZ | 27.34 | 14.11 | 6.28 | - |
| YUV | 74.6 | 122.59 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 65 | 0 | 0.96 | 0.69 | 0.18 | 342.99 | 0.93 | 0.43 |
| Hex | D1 | 8 | 41 | 0 | 60 | 45 | 12 | 157 | 5D | 2B |
| Octal | 321 | 10 | 101 | 0 | 140 | 105 | 22 | 527 | 135 | 53 |
| Binary | 11010001 | 1000 | 1000001 | 0 | 1100000 | 1000101 | 10010 | 101010111 | 1011101 | 101011 |
Color Harmonies of #D10841
Complementary color
Monochromatic Colors of #D10841
Black with #D10841
Text Example
Text Example
White with #D10841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10841; }
p { color: rgb(209,8,65); }
H1.HeaderClassName
{
color: #D10841;
}
.AnyTagClassName
{
color: #D10841;
}
</style>
background-color css
<style>
a { background-color: #D10841; }
a { background-color: rgb(209,8,65); }
div.DivClassName
{
background-color: #D10841;
}
.BgClassName
{
background-color: #D10841;
}
</style>
border-color css
<style>
span { border-color: #D10841; }
span { border-color: rgb(209,8,65); }
td.TdClassName
{
border-color: #D10841;
}
.TagClassName
{
border-color: #D10841;
}
</style>