Shades of Crimson #D50537
Tints of Crimson #D50537
RGB
CMYK
RGB Variations
Color information
#D50537 (or 0xD50537) is known color: Crimson. HEX triplet: D5, 05 and 37. RGB value is (213,5,55). Sum of RGB (Red+Green+Blue) = 213+5+55=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D50537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50537 is #2AFAC8. Grayscale: #484848. Windows color (decimal): -2816713 or 3605973. OLE color: 3605973.
HSL color Cylindrical-coordinate representation of color #D50537: hue angle of 345.58º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50537 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 55 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.16 |
| HSL | 345.58º | 0.95% | 0.43% | - |
| HSV(B) | 345.58º | 0.98% | 0.84% | - |
| XYZ | 28.18 | 14.53 | 4.93 | - |
| YUV | 72.89 | 117.91 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 55 | 0 | 0.98 | 0.74 | 0.16 | 345.58 | 0.95 | 0.43 |
| Hex | D5 | 5 | 37 | 0 | 62 | 4A | 10 | 15A | 5F | 2B |
| Octal | 325 | 5 | 67 | 0 | 142 | 112 | 20 | 532 | 137 | 53 |
| Binary | 11010101 | 101 | 110111 | 0 | 1100010 | 1001010 | 10000 | 101011010 | 1011111 | 101011 |
Color Harmonies of #D50537
Complementary color
Monochromatic Colors of #D50537
Black with #D50537
Text Example
Text Example
White with #D50537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50537; }
p { color: rgb(213,5,55); }
H1.HeaderClassName
{
color: #D50537;
}
.AnyTagClassName
{
color: #D50537;
}
</style>
background-color css
<style>
a { background-color: #D50537; }
a { background-color: rgb(213,5,55); }
div.DivClassName
{
background-color: #D50537;
}
.BgClassName
{
background-color: #D50537;
}
</style>
border-color css
<style>
span { border-color: #D50537; }
span { border-color: rgb(213,5,55); }
td.TdClassName
{
border-color: #D50537;
}
.TagClassName
{
border-color: #D50537;
}
</style>