Shades of Crimson #D50D4C
Tints of Crimson #D50D4C
RGB
CMYK
RGB Variations
Color information
#D50D4C (or 0xD50D4C) is known color: Crimson. HEX triplet: D5, 0D and 4C. RGB value is (213,13,76). Sum of RGB (Red+Green+Blue) = 213+13+76=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50D4C is #2AF2B3. Grayscale: #4F4F4F. Windows color (decimal): -2814644 or 4984277. OLE color: 4984277.
HSL color Cylindrical-coordinate representation of color #D50D4C: hue angle of 341.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50D4C is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 76 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.16 |
| HSL | 341.1º | 0.88% | 0.44% | - |
| HSV(B) | 341.1º | 0.94% | 0.84% | - |
| XYZ | 28.89 | 14.96 | 8.2 | - |
| YUV | 79.98 | 125.76 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 76 | 0 | 0.94 | 0.64 | 0.16 | 341.1 | 0.88 | 0.44 |
| Hex | D5 | D | 4C | 0 | 5E | 40 | 10 | 155 | 58 | 2C |
| Octal | 325 | 15 | 114 | 0 | 136 | 100 | 20 | 525 | 130 | 54 |
| Binary | 11010101 | 1101 | 1001100 | 0 | 1011110 | 1000000 | 10000 | 101010101 | 1011000 | 101100 |
Color Harmonies of #D50D4C
Complementary color
Monochromatic Colors of #D50D4C
Black with #D50D4C
Text Example
Text Example
White with #D50D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D4C; }
p { color: rgb(213,13,76); }
H1.HeaderClassName
{
color: #D50D4C;
}
.AnyTagClassName
{
color: #D50D4C;
}
</style>
background-color css
<style>
a { background-color: #D50D4C; }
a { background-color: rgb(213,13,76); }
div.DivClassName
{
background-color: #D50D4C;
}
.BgClassName
{
background-color: #D50D4C;
}
</style>
border-color css
<style>
span { border-color: #D50D4C; }
span { border-color: rgb(213,13,76); }
td.TdClassName
{
border-color: #D50D4C;
}
.TagClassName
{
border-color: #D50D4C;
}
</style>