Shades of Crimson #D50147
Tints of Crimson #D50147
RGB
CMYK
RGB Variations
Color information
#D50147 (or 0xD50147) is known color: Crimson. HEX triplet: D5, 01 and 47. RGB value is (213,1,71). Sum of RGB (Red+Green+Blue) = 213+1+71=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D50147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50147 is #2AFEB8. Grayscale: #484848. Windows color (decimal): -2817721 or 4653525. OLE color: 4653525.
HSL color Cylindrical-coordinate representation of color #D50147: hue angle of 340.19º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50147 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.16 |
| HSL | 340.19º | 0.99% | 0.42% | - |
| HSV(B) | 340.19º | 1% | 0.84% | - |
| XYZ | 28.59 | 14.62 | 7.28 | - |
| YUV | 72.37 | 127.24 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 71 | 0 | 1.00 | 0.67 | 0.16 | 340.19 | 0.99 | 0.42 |
| Hex | D5 | 1 | 47 | 0 | 64 | 43 | 10 | 154 | 63 | 2A |
| Octal | 325 | 1 | 107 | 0 | 144 | 103 | 20 | 524 | 143 | 52 |
| Binary | 11010101 | 1 | 1000111 | 0 | 1100100 | 1000011 | 10000 | 101010100 | 1100011 | 101010 |
Color Harmonies of #D50147
Complementary color
Monochromatic Colors of #D50147
Black with #D50147
Text Example
Text Example
White with #D50147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50147; }
p { color: rgb(213,1,71); }
H1.HeaderClassName
{
color: #D50147;
}
.AnyTagClassName
{
color: #D50147;
}
</style>
background-color css
<style>
a { background-color: #D50147; }
a { background-color: rgb(213,1,71); }
div.DivClassName
{
background-color: #D50147;
}
.BgClassName
{
background-color: #D50147;
}
</style>
border-color css
<style>
span { border-color: #D50147; }
span { border-color: rgb(213,1,71); }
td.TdClassName
{
border-color: #D50147;
}
.TagClassName
{
border-color: #D50147;
}
</style>