Shades of Crimson #D61C44
Tints of Crimson #D61C44
RGB
CMYK
RGB Variations
Color information
#D61C44 (or 0xD61C44) is known color: Crimson. HEX triplet: D6, 1C and 44. RGB value is (214,28,68). Sum of RGB (Red+Green+Blue) = 214+28+68=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61C44 is #29E3BB. Grayscale: #585858. Windows color (decimal): -2745276 or 4463830. OLE color: 4463830.
HSL color Cylindrical-coordinate representation of color #D61C44: hue angle of 347.1º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61C44 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 68 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.16 |
| HSL | 347.1º | 0.77% | 0.47% | - |
| HSV(B) | 347.1º | 0.87% | 0.84% | - |
| XYZ | 29.19 | 15.54 | 6.93 | - |
| YUV | 88.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 68 | 0 | 0.87 | 0.68 | 0.16 | 347.1 | 0.77 | 0.47 |
| Hex | D6 | 1C | 44 | 0 | 57 | 44 | 10 | 15B | 4D | 2F |
| Octal | 326 | 34 | 104 | 0 | 127 | 104 | 20 | 533 | 115 | 57 |
| Binary | 11010110 | 11100 | 1000100 | 0 | 1010111 | 1000100 | 10000 | 101011011 | 1001101 | 101111 |
Color Harmonies of #D61C44
Complementary color
Monochromatic Colors of #D61C44
Black with #D61C44
Text Example
Text Example
White with #D61C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C44; }
p { color: rgb(214,28,68); }
H1.HeaderClassName
{
color: #D61C44;
}
.AnyTagClassName
{
color: #D61C44;
}
</style>
background-color css
<style>
a { background-color: #D61C44; }
a { background-color: rgb(214,28,68); }
div.DivClassName
{
background-color: #D61C44;
}
.BgClassName
{
background-color: #D61C44;
}
</style>
border-color css
<style>
span { border-color: #D61C44; }
span { border-color: rgb(214,28,68); }
td.TdClassName
{
border-color: #D61C44;
}
.TagClassName
{
border-color: #D61C44;
}
</style>