Shades of Crimson #D5184D
Tints of Crimson #D5184D
RGB
CMYK
RGB Variations
Color information
#D5184D (or 0xD5184D) is known color: Crimson. HEX triplet: D5, 18 and 4D. RGB value is (213,24,77). Sum of RGB (Red+Green+Blue) = 213+24+77=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D5184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5184D is #2AE7B2. Grayscale: #565656. Windows color (decimal): -2811827 or 5052629. OLE color: 5052629.
HSL color Cylindrical-coordinate representation of color #D5184D: hue angle of 343.17º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5184D is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 77 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.16 |
| HSL | 343.17º | 0.8% | 0.46% | - |
| HSV(B) | 343.17º | 0.89% | 0.84% | - |
| XYZ | 29.11 | 15.34 | 8.45 | - |
| YUV | 86.55 | 122.62 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 77 | 0 | 0.89 | 0.64 | 0.16 | 343.17 | 0.8 | 0.46 |
| Hex | D5 | 18 | 4D | 0 | 59 | 40 | 10 | 157 | 50 | 2E |
| Octal | 325 | 30 | 115 | 0 | 131 | 100 | 20 | 527 | 120 | 56 |
| Binary | 11010101 | 11000 | 1001101 | 0 | 1011001 | 1000000 | 10000 | 101010111 | 1010000 | 101110 |
Color Harmonies of #D5184D
Complementary color
Monochromatic Colors of #D5184D
Black with #D5184D
Text Example
Text Example
White with #D5184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5184D; }
p { color: rgb(213,24,77); }
H1.HeaderClassName
{
color: #D5184D;
}
.AnyTagClassName
{
color: #D5184D;
}
</style>
background-color css
<style>
a { background-color: #D5184D; }
a { background-color: rgb(213,24,77); }
div.DivClassName
{
background-color: #D5184D;
}
.BgClassName
{
background-color: #D5184D;
}
</style>
border-color css
<style>
span { border-color: #D5184D; }
span { border-color: rgb(213,24,77); }
td.TdClassName
{
border-color: #D5184D;
}
.TagClassName
{
border-color: #D5184D;
}
</style>