Shades of Crimson #D61645
Tints of Crimson #D61645
RGB
CMYK
RGB Variations
Color information
#D61645 (or 0xD61645) is known color: Crimson. HEX triplet: D6, 16 and 45. RGB value is (214,22,69). Sum of RGB (Red+Green+Blue) = 214+22+69=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D61645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61645 is #29E9BA. Grayscale: #545454. Windows color (decimal): -2746811 or 4527830. OLE color: 4527830.
HSL color Cylindrical-coordinate representation of color #D61645: hue angle of 345.31º 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 #D61645 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 69 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.16 |
| HSL | 345.31º | 0.81% | 0.46% | - |
| HSV(B) | 345.31º | 0.9% | 0.84% | - |
| XYZ | 29.09 | 15.3 | 7.05 | - |
| YUV | 84.77 | 119.11 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 69 | 0 | 0.90 | 0.68 | 0.16 | 345.31 | 0.81 | 0.46 |
| Hex | D6 | 16 | 45 | 0 | 5A | 44 | 10 | 159 | 51 | 2E |
| Octal | 326 | 26 | 105 | 0 | 132 | 104 | 20 | 531 | 121 | 56 |
| Binary | 11010110 | 10110 | 1000101 | 0 | 1011010 | 1000100 | 10000 | 101011001 | 1010001 | 101110 |
Color Harmonies of #D61645
Complementary color
Monochromatic Colors of #D61645
Black with #D61645
Text Example
Text Example
White with #D61645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61645; }
p { color: rgb(214,22,69); }
H1.HeaderClassName
{
color: #D61645;
}
.AnyTagClassName
{
color: #D61645;
}
</style>
background-color css
<style>
a { background-color: #D61645; }
a { background-color: rgb(214,22,69); }
div.DivClassName
{
background-color: #D61645;
}
.BgClassName
{
background-color: #D61645;
}
</style>
border-color css
<style>
span { border-color: #D61645; }
span { border-color: rgb(214,22,69); }
td.TdClassName
{
border-color: #D61645;
}
.TagClassName
{
border-color: #D61645;
}
</style>