Shades of Crimson #D50D4A
Tints of Crimson #D50D4A
RGB
CMYK
RGB Variations
Color information
#D50D4A (or 0xD50D4A) is known color: Crimson. HEX triplet: D5, 0D and 4A. RGB value is (213,13,74). Sum of RGB (Red+Green+Blue) = 213+13+74=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50D4A is #2AF2B5. Grayscale: #4F4F4F. Windows color (decimal): -2814646 or 4853205. OLE color: 4853205.
HSL color Cylindrical-coordinate representation of color #D50D4A: hue angle of 341.7º 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 #D50D4A is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 74 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.16 |
| HSL | 341.7º | 0.88% | 0.44% | - |
| HSV(B) | 341.7º | 0.94% | 0.84% | - |
| XYZ | 28.82 | 14.93 | 7.84 | - |
| YUV | 79.75 | 124.76 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 74 | 0 | 0.94 | 0.65 | 0.16 | 341.7 | 0.88 | 0.44 |
| Hex | D5 | D | 4A | 0 | 5E | 41 | 10 | 156 | 58 | 2C |
| Octal | 325 | 15 | 112 | 0 | 136 | 101 | 20 | 526 | 130 | 54 |
| Binary | 11010101 | 1101 | 1001010 | 0 | 1011110 | 1000001 | 10000 | 101010110 | 1011000 | 101100 |
Color Harmonies of #D50D4A
Complementary color
Monochromatic Colors of #D50D4A
Black with #D50D4A
Text Example
Text Example
White with #D50D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D4A; }
p { color: rgb(213,13,74); }
H1.HeaderClassName
{
color: #D50D4A;
}
.AnyTagClassName
{
color: #D50D4A;
}
</style>
background-color css
<style>
a { background-color: #D50D4A; }
a { background-color: rgb(213,13,74); }
div.DivClassName
{
background-color: #D50D4A;
}
.BgClassName
{
background-color: #D50D4A;
}
</style>
border-color css
<style>
span { border-color: #D50D4A; }
span { border-color: rgb(213,13,74); }
td.TdClassName
{
border-color: #D50D4A;
}
.TagClassName
{
border-color: #D50D4A;
}
</style>