Shades of Crimson #D61C3F
Tints of Crimson #D61C3F
RGB
CMYK
RGB Variations
Color information
#D61C3F (or 0xD61C3F) is known color: Crimson. HEX triplet: D6, 1C and 3F. RGB value is (214,28,63). Sum of RGB (Red+Green+Blue) = 214+28+63=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61C3F is #29E3C0. Grayscale: #575757. Windows color (decimal): -2745281 or 4136150. OLE color: 4136150.
HSL color Cylindrical-coordinate representation of color #D61C3F: hue angle of 348.71º 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 #D61C3F is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 63 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.16 |
| HSL | 348.71º | 0.77% | 0.47% | - |
| HSV(B) | 348.71º | 0.87% | 0.84% | - |
| XYZ | 29.04 | 15.49 | 6.16 | - |
| YUV | 87.6 | 114.12 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 63 | 0 | 0.87 | 0.71 | 0.16 | 348.71 | 0.77 | 0.47 |
| Hex | D6 | 1C | 3F | 0 | 57 | 47 | 10 | 15D | 4D | 2F |
| Octal | 326 | 34 | 77 | 0 | 127 | 107 | 20 | 535 | 115 | 57 |
| Binary | 11010110 | 11100 | 111111 | 0 | 1010111 | 1000111 | 10000 | 101011101 | 1001101 | 101111 |
Color Harmonies of #D61C3F
Complementary color
Monochromatic Colors of #D61C3F
Black with #D61C3F
Text Example
Text Example
White with #D61C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C3F; }
p { color: rgb(214,28,63); }
H1.HeaderClassName
{
color: #D61C3F;
}
.AnyTagClassName
{
color: #D61C3F;
}
</style>
background-color css
<style>
a { background-color: #D61C3F; }
a { background-color: rgb(214,28,63); }
div.DivClassName
{
background-color: #D61C3F;
}
.BgClassName
{
background-color: #D61C3F;
}
</style>
border-color css
<style>
span { border-color: #D61C3F; }
span { border-color: rgb(214,28,63); }
td.TdClassName
{
border-color: #D61C3F;
}
.TagClassName
{
border-color: #D61C3F;
}
</style>