Shades of Crimson #D8184D
Tints of Crimson #D8184D
RGB
CMYK
RGB Variations
Color information
#D8184D (or 0xD8184D) is known color: Crimson. HEX triplet: D8, 18 and 4D. RGB value is (216,24,77). Sum of RGB (Red+Green+Blue) = 216+24+77=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D8184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8184D is #27E7B2. Grayscale: #575757. Windows color (decimal): -2615219 or 5052632. OLE color: 5052632.
HSL color Cylindrical-coordinate representation of color #D8184D: hue angle of 343.44º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8184D is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 77 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.15 |
| HSL | 343.44º | 0.8% | 0.47% | - |
| HSV(B) | 343.44º | 0.89% | 0.85% | - |
| XYZ | 29.99 | 15.79 | 8.49 | - |
| YUV | 87.45 | 122.11 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 77 | 0 | 0.89 | 0.64 | 0.15 | 343.44 | 0.8 | 0.47 |
| Hex | D8 | 18 | 4D | 0 | 59 | 40 | F | 157 | 50 | 2F |
| Octal | 330 | 30 | 115 | 0 | 131 | 100 | 17 | 527 | 120 | 57 |
| Binary | 11011000 | 11000 | 1001101 | 0 | 1011001 | 1000000 | 1111 | 101010111 | 1010000 | 101111 |
Color Harmonies of #D8184D
Complementary color
Monochromatic Colors of #D8184D
Black with #D8184D
Text Example
Text Example
White with #D8184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8184D; }
p { color: rgb(216,24,77); }
H1.HeaderClassName
{
color: #D8184D;
}
.AnyTagClassName
{
color: #D8184D;
}
</style>
background-color css
<style>
a { background-color: #D8184D; }
a { background-color: rgb(216,24,77); }
div.DivClassName
{
background-color: #D8184D;
}
.BgClassName
{
background-color: #D8184D;
}
</style>
border-color css
<style>
span { border-color: #D8184D; }
span { border-color: rgb(216,24,77); }
td.TdClassName
{
border-color: #D8184D;
}
.TagClassName
{
border-color: #D8184D;
}
</style>