Shades of Crimson #D3193D
Tints of Crimson #D3193D
RGB
CMYK
RGB Variations
Color information
#D3193D (or 0xD3193D) is known color: Crimson. HEX triplet: D3, 19 and 3D. RGB value is (211,25,61). Sum of RGB (Red+Green+Blue) = 211+25+61=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D3193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3193D is #2CE6C2. Grayscale: #545454. Windows color (decimal): -2942659 or 4004307. OLE color: 4004307.
HSL color Cylindrical-coordinate representation of color #D3193D: hue angle of 348.39º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3193D is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 61 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.17 |
| HSL | 348.39º | 0.79% | 0.46% | - |
| HSV(B) | 348.39º | 0.88% | 0.83% | - |
| XYZ | 28.05 | 14.88 | 5.81 | - |
| YUV | 84.72 | 114.62 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 61 | 0 | 0.88 | 0.71 | 0.17 | 348.39 | 0.79 | 0.46 |
| Hex | D3 | 19 | 3D | 0 | 58 | 47 | 11 | 15C | 4F | 2E |
| Octal | 323 | 31 | 75 | 0 | 130 | 107 | 21 | 534 | 117 | 56 |
| Binary | 11010011 | 11001 | 111101 | 0 | 1011000 | 1000111 | 10001 | 101011100 | 1001111 | 101110 |
Color Harmonies of #D3193D
Complementary color
Monochromatic Colors of #D3193D
Black with #D3193D
Text Example
Text Example
White with #D3193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3193D; }
p { color: rgb(211,25,61); }
H1.HeaderClassName
{
color: #D3193D;
}
.AnyTagClassName
{
color: #D3193D;
}
</style>
background-color css
<style>
a { background-color: #D3193D; }
a { background-color: rgb(211,25,61); }
div.DivClassName
{
background-color: #D3193D;
}
.BgClassName
{
background-color: #D3193D;
}
</style>
border-color css
<style>
span { border-color: #D3193D; }
span { border-color: rgb(211,25,61); }
td.TdClassName
{
border-color: #D3193D;
}
.TagClassName
{
border-color: #D3193D;
}
</style>