Shades of Crimson #D5184C
Tints of Crimson #D5184C
RGB
CMYK
RGB Variations
Color information
#D5184C (or 0xD5184C) is known color: Crimson. HEX triplet: D5, 18 and 4C. RGB value is (213,24,76). Sum of RGB (Red+Green+Blue) = 213+24+76=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5184C is #2AE7B3. Grayscale: #565656. Windows color (decimal): -2811828 or 4987093. OLE color: 4987093.
HSL color Cylindrical-coordinate representation of color #D5184C: hue angle of 343.49º 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 #D5184C is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 76 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.16 |
| HSL | 343.49º | 0.8% | 0.46% | - |
| HSV(B) | 343.49º | 0.89% | 0.84% | - |
| XYZ | 29.07 | 15.32 | 8.26 | - |
| YUV | 86.44 | 122.12 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 76 | 0 | 0.89 | 0.64 | 0.16 | 343.49 | 0.8 | 0.46 |
| Hex | D5 | 18 | 4C | 0 | 59 | 40 | 10 | 157 | 50 | 2E |
| Octal | 325 | 30 | 114 | 0 | 131 | 100 | 20 | 527 | 120 | 56 |
| Binary | 11010101 | 11000 | 1001100 | 0 | 1011001 | 1000000 | 10000 | 101010111 | 1010000 | 101110 |
Color Harmonies of #D5184C
Complementary color
Monochromatic Colors of #D5184C
Black with #D5184C
Text Example
Text Example
White with #D5184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5184C; }
p { color: rgb(213,24,76); }
H1.HeaderClassName
{
color: #D5184C;
}
.AnyTagClassName
{
color: #D5184C;
}
</style>
background-color css
<style>
a { background-color: #D5184C; }
a { background-color: rgb(213,24,76); }
div.DivClassName
{
background-color: #D5184C;
}
.BgClassName
{
background-color: #D5184C;
}
</style>
border-color css
<style>
span { border-color: #D5184C; }
span { border-color: rgb(213,24,76); }
td.TdClassName
{
border-color: #D5184C;
}
.TagClassName
{
border-color: #D5184C;
}
</style>