Shades of Crimson #D61D34
Tints of Crimson #D61D34
RGB
CMYK
RGB Variations
Color information
#D61D34 (or 0xD61D34) is known color: Crimson. HEX triplet: D6, 1D and 34. RGB value is (214,29,52). Sum of RGB (Red+Green+Blue) = 214+29+52=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61D34 is #29E2CB. Grayscale: #575757. Windows color (decimal): -2745036 or 3415510. OLE color: 3415510.
HSL color Cylindrical-coordinate representation of color #D61D34: hue angle of 352.54º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D34 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 52 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.16 |
| HSL | 352.54º | 0.76% | 0.48% | - |
| HSV(B) | 352.54º | 0.86% | 0.84% | - |
| XYZ | 28.79 | 15.42 | 4.71 | - |
| YUV | 86.94 | 108.29 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 52 | 0 | 0.86 | 0.76 | 0.16 | 352.54 | 0.76 | 0.48 |
| Hex | D6 | 1D | 34 | 0 | 56 | 4C | 10 | 161 | 4C | 30 |
| Octal | 326 | 35 | 64 | 0 | 126 | 114 | 20 | 541 | 114 | 60 |
| Binary | 11010110 | 11101 | 110100 | 0 | 1010110 | 1001100 | 10000 | 101100001 | 1001100 | 110000 |
Color Harmonies of #D61D34
Complementary color
Monochromatic Colors of #D61D34
Black with #D61D34
Text Example
Text Example
White with #D61D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D34; }
p { color: rgb(214,29,52); }
H1.HeaderClassName
{
color: #D61D34;
}
.AnyTagClassName
{
color: #D61D34;
}
</style>
background-color css
<style>
a { background-color: #D61D34; }
a { background-color: rgb(214,29,52); }
div.DivClassName
{
background-color: #D61D34;
}
.BgClassName
{
background-color: #D61D34;
}
</style>
border-color css
<style>
span { border-color: #D61D34; }
span { border-color: rgb(214,29,52); }
td.TdClassName
{
border-color: #D61D34;
}
.TagClassName
{
border-color: #D61D34;
}
</style>