Shades of Crimson #D61B3E
Tints of Crimson #D61B3E
RGB
CMYK
RGB Variations
Color information
#D61B3E (or 0xD61B3E) is known color: Crimson. HEX triplet: D6, 1B and 3E. RGB value is (214,27,62). Sum of RGB (Red+Green+Blue) = 214+27+62=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61B3E is #29E4C1. Grayscale: #565656. Windows color (decimal): -2745538 or 4070358. OLE color: 4070358.
HSL color Cylindrical-coordinate representation of color #D61B3E: hue angle of 348.77º 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 #D61B3E is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 62 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.16 |
| HSL | 348.77º | 0.78% | 0.47% | - |
| HSV(B) | 348.77º | 0.87% | 0.84% | - |
| XYZ | 28.99 | 15.43 | 6.01 | - |
| YUV | 86.9 | 113.95 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 62 | 0 | 0.87 | 0.71 | 0.16 | 348.77 | 0.78 | 0.47 |
| Hex | D6 | 1B | 3E | 0 | 57 | 47 | 10 | 15D | 4E | 2F |
| Octal | 326 | 33 | 76 | 0 | 127 | 107 | 20 | 535 | 116 | 57 |
| Binary | 11010110 | 11011 | 111110 | 0 | 1010111 | 1000111 | 10000 | 101011101 | 1001110 | 101111 |
Color Harmonies of #D61B3E
Complementary color
Monochromatic Colors of #D61B3E
Black with #D61B3E
Text Example
Text Example
White with #D61B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61B3E; }
p { color: rgb(214,27,62); }
H1.HeaderClassName
{
color: #D61B3E;
}
.AnyTagClassName
{
color: #D61B3E;
}
</style>
background-color css
<style>
a { background-color: #D61B3E; }
a { background-color: rgb(214,27,62); }
div.DivClassName
{
background-color: #D61B3E;
}
.BgClassName
{
background-color: #D61B3E;
}
</style>
border-color css
<style>
span { border-color: #D61B3E; }
span { border-color: rgb(214,27,62); }
td.TdClassName
{
border-color: #D61B3E;
}
.TagClassName
{
border-color: #D61B3E;
}
</style>