Shades of Crimson #D50C46
Tints of Crimson #D50C46
RGB
CMYK
RGB Variations
Color information
#D50C46 (or 0xD50C46) is known color: Crimson. HEX triplet: D5, 0C and 46. RGB value is (213,12,70). Sum of RGB (Red+Green+Blue) = 213+12+70=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C46 is #2AF3B9. Grayscale: #4E4E4E. Windows color (decimal): -2814906 or 4590805. OLE color: 4590805.
HSL color Cylindrical-coordinate representation of color #D50C46: hue angle of 342.69º degrees, saturation: 0.89, 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 #D50C46 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 70 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.16 |
| HSL | 342.69º | 0.89% | 0.44% | - |
| HSV(B) | 342.69º | 0.94% | 0.84% | - |
| XYZ | 28.68 | 14.85 | 7.15 | - |
| YUV | 78.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 70 | 0 | 0.94 | 0.67 | 0.16 | 342.69 | 0.89 | 0.44 |
| Hex | D5 | C | 46 | 0 | 5E | 43 | 10 | 157 | 59 | 2C |
| Octal | 325 | 14 | 106 | 0 | 136 | 103 | 20 | 527 | 131 | 54 |
| Binary | 11010101 | 1100 | 1000110 | 0 | 1011110 | 1000011 | 10000 | 101010111 | 1011001 | 101100 |
Color Harmonies of #D50C46
Complementary color
Monochromatic Colors of #D50C46
Black with #D50C46
Text Example
Text Example
White with #D50C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C46; }
p { color: rgb(213,12,70); }
H1.HeaderClassName
{
color: #D50C46;
}
.AnyTagClassName
{
color: #D50C46;
}
</style>
background-color css
<style>
a { background-color: #D50C46; }
a { background-color: rgb(213,12,70); }
div.DivClassName
{
background-color: #D50C46;
}
.BgClassName
{
background-color: #D50C46;
}
</style>
border-color css
<style>
span { border-color: #D50C46; }
span { border-color: rgb(213,12,70); }
td.TdClassName
{
border-color: #D50C46;
}
.TagClassName
{
border-color: #D50C46;
}
</style>