Shades of Crimson #D8193B
Tints of Crimson #D8193B
RGB
CMYK
RGB Variations
Color information
#D8193B (or 0xD8193B) is known color: Crimson. HEX triplet: D8, 19 and 3B. RGB value is (216,25,59). Sum of RGB (Red+Green+Blue) = 216+25+59=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D8193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8193B is #27E6C4. Grayscale: #565656. Windows color (decimal): -2614981 or 3873240. OLE color: 3873240.
HSL color Cylindrical-coordinate representation of color #D8193B: hue angle of 349.32º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8193B is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 59 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.15 |
| HSL | 349.32º | 0.79% | 0.47% | - |
| HSV(B) | 349.32º | 0.88% | 0.85% | - |
| XYZ | 29.46 | 15.61 | 5.6 | - |
| YUV | 85.99 | 112.78 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 59 | 0 | 0.88 | 0.73 | 0.15 | 349.32 | 0.79 | 0.47 |
| Hex | D8 | 19 | 3B | 0 | 58 | 49 | F | 15D | 4F | 2F |
| Octal | 330 | 31 | 73 | 0 | 130 | 111 | 17 | 535 | 117 | 57 |
| Binary | 11011000 | 11001 | 111011 | 0 | 1011000 | 1001001 | 1111 | 101011101 | 1001111 | 101111 |
Color Harmonies of #D8193B
Complementary color
Monochromatic Colors of #D8193B
Black with #D8193B
Text Example
Text Example
White with #D8193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8193B; }
p { color: rgb(216,25,59); }
H1.HeaderClassName
{
color: #D8193B;
}
.AnyTagClassName
{
color: #D8193B;
}
</style>
background-color css
<style>
a { background-color: #D8193B; }
a { background-color: rgb(216,25,59); }
div.DivClassName
{
background-color: #D8193B;
}
.BgClassName
{
background-color: #D8193B;
}
</style>
border-color css
<style>
span { border-color: #D8193B; }
span { border-color: rgb(216,25,59); }
td.TdClassName
{
border-color: #D8193B;
}
.TagClassName
{
border-color: #D8193B;
}
</style>