Shades of Crimson #D61041
Tints of Crimson #D61041
RGB
CMYK
RGB Variations
Color information
#D61041 (or 0xD61041) is known color: Crimson. HEX triplet: D6, 10 and 41. RGB value is (214,16,65). Sum of RGB (Red+Green+Blue) = 214+16+65=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D61041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61041 is #29EFBE. Grayscale: #505050. Windows color (decimal): -2748351 or 4264150. OLE color: 4264150.
HSL color Cylindrical-coordinate representation of color #D61041: hue angle of 345.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61041 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 65 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.16 |
| HSL | 345.15º | 0.86% | 0.45% | - |
| HSV(B) | 345.15º | 0.93% | 0.84% | - |
| XYZ | 28.87 | 15.05 | 6.38 | - |
| YUV | 80.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 65 | 0 | 0.93 | 0.70 | 0.16 | 345.15 | 0.86 | 0.45 |
| Hex | D6 | 10 | 41 | 0 | 5D | 46 | 10 | 159 | 56 | 2D |
| Octal | 326 | 20 | 101 | 0 | 135 | 106 | 20 | 531 | 126 | 55 |
| Binary | 11010110 | 10000 | 1000001 | 0 | 1011101 | 1000110 | 10000 | 101011001 | 1010110 | 101101 |
Color Harmonies of #D61041
Complementary color
Monochromatic Colors of #D61041
Black with #D61041
Text Example
Text Example
White with #D61041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61041; }
p { color: rgb(214,16,65); }
H1.HeaderClassName
{
color: #D61041;
}
.AnyTagClassName
{
color: #D61041;
}
</style>
background-color css
<style>
a { background-color: #D61041; }
a { background-color: rgb(214,16,65); }
div.DivClassName
{
background-color: #D61041;
}
.BgClassName
{
background-color: #D61041;
}
</style>
border-color css
<style>
span { border-color: #D61041; }
span { border-color: rgb(214,16,65); }
td.TdClassName
{
border-color: #D61041;
}
.TagClassName
{
border-color: #D61041;
}
</style>