Shades of Crimson #D10741
Tints of Crimson #D10741
RGB
CMYK
RGB Variations
Color information
#D10741 (or 0xD10741) is known color: Crimson. HEX triplet: D1, 07 and 41. RGB value is (209,7,65). Sum of RGB (Red+Green+Blue) = 209+7+65=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D10741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10741 is #2EF8BE. Grayscale: #494949. Windows color (decimal): -3078335 or 4261841. OLE color: 4261841.
HSL color Cylindrical-coordinate representation of color #D10741: hue angle of 342.77º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10741 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 65 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.18 |
| HSL | 342.77º | 0.94% | 0.42% | - |
| HSV(B) | 342.77º | 0.97% | 0.82% | - |
| XYZ | 27.32 | 14.09 | 6.28 | - |
| YUV | 74.01 | 122.92 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 65 | 0 | 0.97 | 0.69 | 0.18 | 342.77 | 0.94 | 0.42 |
| Hex | D1 | 7 | 41 | 0 | 61 | 45 | 12 | 157 | 5E | 2A |
| Octal | 321 | 7 | 101 | 0 | 141 | 105 | 22 | 527 | 136 | 52 |
| Binary | 11010001 | 111 | 1000001 | 0 | 1100001 | 1000101 | 10010 | 101010111 | 1011110 | 101010 |
Color Harmonies of #D10741
Complementary color
Monochromatic Colors of #D10741
Black with #D10741
Text Example
Text Example
White with #D10741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10741; }
p { color: rgb(209,7,65); }
H1.HeaderClassName
{
color: #D10741;
}
.AnyTagClassName
{
color: #D10741;
}
</style>
background-color css
<style>
a { background-color: #D10741; }
a { background-color: rgb(209,7,65); }
div.DivClassName
{
background-color: #D10741;
}
.BgClassName
{
background-color: #D10741;
}
</style>
border-color css
<style>
span { border-color: #D10741; }
span { border-color: rgb(209,7,65); }
td.TdClassName
{
border-color: #D10741;
}
.TagClassName
{
border-color: #D10741;
}
</style>