Shades of Crimson #D61C3C
Tints of Crimson #D61C3C
RGB
CMYK
RGB Variations
Color information
#D61C3C (or 0xD61C3C) is known color: Crimson. HEX triplet: D6, 1C and 3C. RGB value is (214,28,60). Sum of RGB (Red+Green+Blue) = 214+28+60=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61C3C is #29E3C3. Grayscale: #575757. Windows color (decimal): -2745284 or 3939542. OLE color: 3939542.
HSL color Cylindrical-coordinate representation of color #D61C3C: hue angle of 349.68º 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 #D61C3C is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 60 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.16 |
| HSL | 349.68º | 0.77% | 0.47% | - |
| HSV(B) | 349.68º | 0.87% | 0.84% | - |
| XYZ | 28.96 | 15.45 | 5.73 | - |
| YUV | 87.26 | 112.62 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 60 | 0 | 0.87 | 0.72 | 0.16 | 349.68 | 0.77 | 0.47 |
| Hex | D6 | 1C | 3C | 0 | 57 | 48 | 10 | 15E | 4D | 2F |
| Octal | 326 | 34 | 74 | 0 | 127 | 110 | 20 | 536 | 115 | 57 |
| Binary | 11010110 | 11100 | 111100 | 0 | 1010111 | 1001000 | 10000 | 101011110 | 1001101 | 101111 |
Color Harmonies of #D61C3C
Complementary color
Monochromatic Colors of #D61C3C
Black with #D61C3C
Text Example
Text Example
White with #D61C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C3C; }
p { color: rgb(214,28,60); }
H1.HeaderClassName
{
color: #D61C3C;
}
.AnyTagClassName
{
color: #D61C3C;
}
</style>
background-color css
<style>
a { background-color: #D61C3C; }
a { background-color: rgb(214,28,60); }
div.DivClassName
{
background-color: #D61C3C;
}
.BgClassName
{
background-color: #D61C3C;
}
</style>
border-color css
<style>
span { border-color: #D61C3C; }
span { border-color: rgb(214,28,60); }
td.TdClassName
{
border-color: #D61C3C;
}
.TagClassName
{
border-color: #D61C3C;
}
</style>