Shades of Crimson #D61641
Tints of Crimson #D61641
RGB
CMYK
RGB Variations
Color information
#D61641 (or 0xD61641) is known color: Crimson. HEX triplet: D6, 16 and 41. RGB value is (214,22,65). Sum of RGB (Red+Green+Blue) = 214+22+65=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D61641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61641 is #29E9BE. Grayscale: #545454. Windows color (decimal): -2746815 or 4265686. OLE color: 4265686.
HSL color Cylindrical-coordinate representation of color #D61641: hue angle of 346.56º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61641 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 65 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.16 |
| HSL | 346.56º | 0.81% | 0.46% | - |
| HSV(B) | 346.56º | 0.9% | 0.84% | - |
| XYZ | 28.97 | 15.25 | 6.42 | - |
| YUV | 84.31 | 117.11 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 65 | 0 | 0.90 | 0.70 | 0.16 | 346.56 | 0.81 | 0.46 |
| Hex | D6 | 16 | 41 | 0 | 5A | 46 | 10 | 15B | 51 | 2E |
| Octal | 326 | 26 | 101 | 0 | 132 | 106 | 20 | 533 | 121 | 56 |
| Binary | 11010110 | 10110 | 1000001 | 0 | 1011010 | 1000110 | 10000 | 101011011 | 1010001 | 101110 |
Color Harmonies of #D61641
Complementary color
Monochromatic Colors of #D61641
Black with #D61641
Text Example
Text Example
White with #D61641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61641; }
p { color: rgb(214,22,65); }
H1.HeaderClassName
{
color: #D61641;
}
.AnyTagClassName
{
color: #D61641;
}
</style>
background-color css
<style>
a { background-color: #D61641; }
a { background-color: rgb(214,22,65); }
div.DivClassName
{
background-color: #D61641;
}
.BgClassName
{
background-color: #D61641;
}
</style>
border-color css
<style>
span { border-color: #D61641; }
span { border-color: rgb(214,22,65); }
td.TdClassName
{
border-color: #D61641;
}
.TagClassName
{
border-color: #D61641;
}
</style>