Shades of Crimson #D51644
Tints of Crimson #D51644
RGB
CMYK
RGB Variations
Color information
#D51644 (or 0xD51644) is known color: Crimson. HEX triplet: D5, 16 and 44. RGB value is (213,22,68). Sum of RGB (Red+Green+Blue) = 213+22+68=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D51644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51644 is #2AE9BB. Grayscale: #545454. Windows color (decimal): -2812348 or 4462293. OLE color: 4462293.
HSL color Cylindrical-coordinate representation of color #D51644: hue angle of 345.55º 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 #D51644 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 68 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.16 |
| HSL | 345.55º | 0.81% | 0.46% | - |
| HSV(B) | 345.55º | 0.9% | 0.84% | - |
| XYZ | 28.77 | 15.14 | 6.87 | - |
| YUV | 84.35 | 118.78 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 68 | 0 | 0.90 | 0.68 | 0.16 | 345.55 | 0.81 | 0.46 |
| Hex | D5 | 16 | 44 | 0 | 5A | 44 | 10 | 15A | 51 | 2E |
| Octal | 325 | 26 | 104 | 0 | 132 | 104 | 20 | 532 | 121 | 56 |
| Binary | 11010101 | 10110 | 1000100 | 0 | 1011010 | 1000100 | 10000 | 101011010 | 1010001 | 101110 |
Color Harmonies of #D51644
Complementary color
Monochromatic Colors of #D51644
Black with #D51644
Text Example
Text Example
White with #D51644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51644; }
p { color: rgb(213,22,68); }
H1.HeaderClassName
{
color: #D51644;
}
.AnyTagClassName
{
color: #D51644;
}
</style>
background-color css
<style>
a { background-color: #D51644; }
a { background-color: rgb(213,22,68); }
div.DivClassName
{
background-color: #D51644;
}
.BgClassName
{
background-color: #D51644;
}
</style>
border-color css
<style>
span { border-color: #D51644; }
span { border-color: rgb(213,22,68); }
td.TdClassName
{
border-color: #D51644;
}
.TagClassName
{
border-color: #D51644;
}
</style>