Shades of Crimson #D61936
Tints of Crimson #D61936
RGB
CMYK
RGB Variations
Color information
#D61936 (or 0xD61936) is known color: Crimson. HEX triplet: D6, 19 and 36. RGB value is (214,25,54). Sum of RGB (Red+Green+Blue) = 214+25+54=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D61936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61936 is #29E6C9. Grayscale: #545454. Windows color (decimal): -2746058 or 3545558. OLE color: 3545558.
HSL color Cylindrical-coordinate representation of color #D61936: hue angle of 350.79º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61936 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 54 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.16 |
| HSL | 350.79º | 0.79% | 0.47% | - |
| HSV(B) | 350.79º | 0.88% | 0.84% | - |
| XYZ | 28.75 | 15.26 | 4.92 | - |
| YUV | 84.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 54 | 0 | 0.88 | 0.75 | 0.16 | 350.79 | 0.79 | 0.47 |
| Hex | D6 | 19 | 36 | 0 | 58 | 4B | 10 | 15F | 4F | 2F |
| Octal | 326 | 31 | 66 | 0 | 130 | 113 | 20 | 537 | 117 | 57 |
| Binary | 11010110 | 11001 | 110110 | 0 | 1011000 | 1001011 | 10000 | 101011111 | 1001111 | 101111 |
Color Harmonies of #D61936
Complementary color
Monochromatic Colors of #D61936
Black with #D61936
Text Example
Text Example
White with #D61936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61936; }
p { color: rgb(214,25,54); }
H1.HeaderClassName
{
color: #D61936;
}
.AnyTagClassName
{
color: #D61936;
}
</style>
background-color css
<style>
a { background-color: #D61936; }
a { background-color: rgb(214,25,54); }
div.DivClassName
{
background-color: #D61936;
}
.BgClassName
{
background-color: #D61936;
}
</style>
border-color css
<style>
span { border-color: #D61936; }
span { border-color: rgb(214,25,54); }
td.TdClassName
{
border-color: #D61936;
}
.TagClassName
{
border-color: #D61936;
}
</style>