Shades of Crimson #D61C30
Tints of Crimson #D61C30
RGB
CMYK
RGB Variations
Color information
#D61C30 (or 0xD61C30) is known color: Crimson. HEX triplet: D6, 1C and 30. RGB value is (214,28,48). Sum of RGB (Red+Green+Blue) = 214+28+48=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61C30 is #29E3CF. Grayscale: #565656. Windows color (decimal): -2745296 or 3153110. OLE color: 3153110.
HSL color Cylindrical-coordinate representation of color #D61C30: hue angle of 353.55º 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 #D61C30 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 48 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.16 |
| HSL | 353.55º | 0.77% | 0.47% | - |
| HSV(B) | 353.55º | 0.87% | 0.84% | - |
| XYZ | 28.68 | 15.34 | 4.25 | - |
| YUV | 85.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 48 | 0 | 0.87 | 0.78 | 0.16 | 353.55 | 0.77 | 0.47 |
| Hex | D6 | 1C | 30 | 0 | 57 | 4E | 10 | 162 | 4D | 2F |
| Octal | 326 | 34 | 60 | 0 | 127 | 116 | 20 | 542 | 115 | 57 |
| Binary | 11010110 | 11100 | 110000 | 0 | 1010111 | 1001110 | 10000 | 101100010 | 1001101 | 101111 |
Color Harmonies of #D61C30
Complementary color
Monochromatic Colors of #D61C30
Black with #D61C30
Text Example
Text Example
White with #D61C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C30; }
p { color: rgb(214,28,48); }
H1.HeaderClassName
{
color: #D61C30;
}
.AnyTagClassName
{
color: #D61C30;
}
</style>
background-color css
<style>
a { background-color: #D61C30; }
a { background-color: rgb(214,28,48); }
div.DivClassName
{
background-color: #D61C30;
}
.BgClassName
{
background-color: #D61C30;
}
</style>
border-color css
<style>
span { border-color: #D61C30; }
span { border-color: rgb(214,28,48); }
td.TdClassName
{
border-color: #D61C30;
}
.TagClassName
{
border-color: #D61C30;
}
</style>