Shades of Crimson #D61638
Tints of Crimson #D61638
RGB
CMYK
RGB Variations
Color information
#D61638 (or 0xD61638) is known color: Crimson. HEX triplet: D6, 16 and 38. RGB value is (214,22,56). Sum of RGB (Red+Green+Blue) = 214+22+56=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D61638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61638 is #29E9C7. Grayscale: #535353. Windows color (decimal): -2746824 or 3675862. OLE color: 3675862.
HSL color Cylindrical-coordinate representation of color #D61638: hue angle of 349.38º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61638 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 56 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.16 |
| HSL | 349.38º | 0.81% | 0.46% | - |
| HSV(B) | 349.38º | 0.9% | 0.84% | - |
| XYZ | 28.73 | 15.16 | 5.15 | - |
| YUV | 83.28 | 112.61 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 56 | 0 | 0.90 | 0.74 | 0.16 | 349.38 | 0.81 | 0.46 |
| Hex | D6 | 16 | 38 | 0 | 5A | 4A | 10 | 15D | 51 | 2E |
| Octal | 326 | 26 | 70 | 0 | 132 | 112 | 20 | 535 | 121 | 56 |
| Binary | 11010110 | 10110 | 111000 | 0 | 1011010 | 1001010 | 10000 | 101011101 | 1010001 | 101110 |
Color Harmonies of #D61638
Complementary color
Monochromatic Colors of #D61638
Black with #D61638
Text Example
Text Example
White with #D61638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61638; }
p { color: rgb(214,22,56); }
H1.HeaderClassName
{
color: #D61638;
}
.AnyTagClassName
{
color: #D61638;
}
</style>
background-color css
<style>
a { background-color: #D61638; }
a { background-color: rgb(214,22,56); }
div.DivClassName
{
background-color: #D61638;
}
.BgClassName
{
background-color: #D61638;
}
</style>
border-color css
<style>
span { border-color: #D61638; }
span { border-color: rgb(214,22,56); }
td.TdClassName
{
border-color: #D61638;
}
.TagClassName
{
border-color: #D61638;
}
</style>