Shades of Crimson #D6193D
Tints of Crimson #D6193D
RGB
CMYK
RGB Variations
Color information
#D6193D (or 0xD6193D) is known color: Crimson. HEX triplet: D6, 19 and 3D. RGB value is (214,25,61). Sum of RGB (Red+Green+Blue) = 214+25+61=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D6193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6193D is #29E6C2. Grayscale: #555555. Windows color (decimal): -2746051 or 4004310. OLE color: 4004310.
HSL color Cylindrical-coordinate representation of color #D6193D: hue angle of 348.57º 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 #D6193D is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 61 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.16 |
| HSL | 348.57º | 0.79% | 0.47% | - |
| HSV(B) | 348.57º | 0.88% | 0.84% | - |
| XYZ | 28.92 | 15.33 | 5.85 | - |
| YUV | 85.62 | 114.12 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 61 | 0 | 0.88 | 0.71 | 0.16 | 348.57 | 0.79 | 0.47 |
| Hex | D6 | 19 | 3D | 0 | 58 | 47 | 10 | 15D | 4F | 2F |
| Octal | 326 | 31 | 75 | 0 | 130 | 107 | 20 | 535 | 117 | 57 |
| Binary | 11010110 | 11001 | 111101 | 0 | 1011000 | 1000111 | 10000 | 101011101 | 1001111 | 101111 |
Color Harmonies of #D6193D
Complementary color
Monochromatic Colors of #D6193D
Black with #D6193D
Text Example
Text Example
White with #D6193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6193D; }
p { color: rgb(214,25,61); }
H1.HeaderClassName
{
color: #D6193D;
}
.AnyTagClassName
{
color: #D6193D;
}
</style>
background-color css
<style>
a { background-color: #D6193D; }
a { background-color: rgb(214,25,61); }
div.DivClassName
{
background-color: #D6193D;
}
.BgClassName
{
background-color: #D6193D;
}
</style>
border-color css
<style>
span { border-color: #D6193D; }
span { border-color: rgb(214,25,61); }
td.TdClassName
{
border-color: #D6193D;
}
.TagClassName
{
border-color: #D6193D;
}
</style>