Shades of Crimson #D61938
Tints of Crimson #D61938
RGB
CMYK
RGB Variations
Color information
#D61938 (or 0xD61938) is known color: Crimson. HEX triplet: D6, 19 and 38. RGB value is (214,25,56). Sum of RGB (Red+Green+Blue) = 214+25+56=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D61938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61938 is #29E6C7. Grayscale: #555555. Windows color (decimal): -2746056 or 3676630. OLE color: 3676630.
HSL color Cylindrical-coordinate representation of color #D61938: hue angle of 350.16º 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 #D61938 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 56 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.16 |
| HSL | 350.16º | 0.79% | 0.47% | - |
| HSV(B) | 350.16º | 0.88% | 0.84% | - |
| XYZ | 28.79 | 15.28 | 5.17 | - |
| YUV | 85.05 | 111.62 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 56 | 0 | 0.88 | 0.74 | 0.16 | 350.16 | 0.79 | 0.47 |
| Hex | D6 | 19 | 38 | 0 | 58 | 4A | 10 | 15E | 4F | 2F |
| Octal | 326 | 31 | 70 | 0 | 130 | 112 | 20 | 536 | 117 | 57 |
| Binary | 11010110 | 11001 | 111000 | 0 | 1011000 | 1001010 | 10000 | 101011110 | 1001111 | 101111 |
Color Harmonies of #D61938
Complementary color
Monochromatic Colors of #D61938
Black with #D61938
Text Example
Text Example
White with #D61938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61938; }
p { color: rgb(214,25,56); }
H1.HeaderClassName
{
color: #D61938;
}
.AnyTagClassName
{
color: #D61938;
}
</style>
background-color css
<style>
a { background-color: #D61938; }
a { background-color: rgb(214,25,56); }
div.DivClassName
{
background-color: #D61938;
}
.BgClassName
{
background-color: #D61938;
}
</style>
border-color css
<style>
span { border-color: #D61938; }
span { border-color: rgb(214,25,56); }
td.TdClassName
{
border-color: #D61938;
}
.TagClassName
{
border-color: #D61938;
}
</style>