Shades of Crimson #D61B3C
Tints of Crimson #D61B3C
RGB
CMYK
RGB Variations
Color information
#D61B3C (or 0xD61B3C) is known color: Crimson. HEX triplet: D6, 1B and 3C. RGB value is (214,27,60). Sum of RGB (Red+Green+Blue) = 214+27+60=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61B3C is #29E4C3. Grayscale: #565656. Windows color (decimal): -2745540 or 3939286. OLE color: 3939286.
HSL color Cylindrical-coordinate representation of color #D61B3C: hue angle of 349.41º degrees, saturation: 0.78, 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 #D61B3C is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 60 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.16 |
| HSL | 349.41º | 0.78% | 0.47% | - |
| HSV(B) | 349.41º | 0.87% | 0.84% | - |
| XYZ | 28.94 | 15.41 | 5.72 | - |
| YUV | 86.68 | 112.95 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 60 | 0 | 0.87 | 0.72 | 0.16 | 349.41 | 0.78 | 0.47 |
| Hex | D6 | 1B | 3C | 0 | 57 | 48 | 10 | 15D | 4E | 2F |
| Octal | 326 | 33 | 74 | 0 | 127 | 110 | 20 | 535 | 116 | 57 |
| Binary | 11010110 | 11011 | 111100 | 0 | 1010111 | 1001000 | 10000 | 101011101 | 1001110 | 101111 |
Color Harmonies of #D61B3C
Complementary color
Monochromatic Colors of #D61B3C
Black with #D61B3C
Text Example
Text Example
White with #D61B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61B3C; }
p { color: rgb(214,27,60); }
H1.HeaderClassName
{
color: #D61B3C;
}
.AnyTagClassName
{
color: #D61B3C;
}
</style>
background-color css
<style>
a { background-color: #D61B3C; }
a { background-color: rgb(214,27,60); }
div.DivClassName
{
background-color: #D61B3C;
}
.BgClassName
{
background-color: #D61B3C;
}
</style>
border-color css
<style>
span { border-color: #D61B3C; }
span { border-color: rgb(214,27,60); }
td.TdClassName
{
border-color: #D61B3C;
}
.TagClassName
{
border-color: #D61B3C;
}
</style>