Shades of Crimson #D50047
Tints of Crimson #D50047
RGB
CMYK
RGB Variations
Color information
#D50047 (or 0xD50047) is known color: Crimson. HEX triplet: D5, 00 and 47. RGB value is (213,0,71). Sum of RGB (Red+Green+Blue) = 213+0+71=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D50047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50047 is #2AFFB8. Grayscale: #474747. Windows color (decimal): -2817977 or 4653269. OLE color: 4653269.
HSL color Cylindrical-coordinate representation of color #D50047: hue angle of 340º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50047 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.67 | 0.16 |
| HSL | 340º | 1% | 0.42% | - |
| HSV(B) | 340º | 1% | 0.84% | - |
| XYZ | 28.58 | 14.6 | 7.27 | - |
| YUV | 71.78 | 127.57 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 71 | 0 | 1 | 0.67 | 0.16 | 340 | 1 | 0.42 |
| Hex | D5 | 0 | 47 | 0 | 64 | 43 | 10 | 154 | 64 | 2A |
| Octal | 325 | 0 | 107 | 0 | 144 | 103 | 20 | 524 | 144 | 52 |
| Binary | 11010101 | 0 | 1000111 | 0 | 1100100 | 1000011 | 10000 | 101010100 | 1100100 | 101010 |
Color Harmonies of #D50047
Complementary color
Monochromatic Colors of #D50047
Black with #D50047
Text Example
Text Example
White with #D50047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50047; }
p { color: rgb(213,0,71); }
H1.HeaderClassName
{
color: #D50047;
}
.AnyTagClassName
{
color: #D50047;
}
</style>
background-color css
<style>
a { background-color: #D50047; }
a { background-color: rgb(213,0,71); }
div.DivClassName
{
background-color: #D50047;
}
.BgClassName
{
background-color: #D50047;
}
</style>
border-color css
<style>
span { border-color: #D50047; }
span { border-color: rgb(213,0,71); }
td.TdClassName
{
border-color: #D50047;
}
.TagClassName
{
border-color: #D50047;
}
</style>