Shades of Crimson #D51537
Tints of Crimson #D51537
RGB
CMYK
RGB Variations
Color information
#D51537 (or 0xD51537) is known color: Crimson. HEX triplet: D5, 15 and 37. RGB value is (213,21,55). Sum of RGB (Red+Green+Blue) = 213+21+55=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D51537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51537 is #2AEAC8. Grayscale: #525252. Windows color (decimal): -2812617 or 3610069. OLE color: 3610069.
HSL color Cylindrical-coordinate representation of color #D51537: hue angle of 349.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51537 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 55 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.16 |
| HSL | 349.38º | 0.82% | 0.46% | - |
| HSV(B) | 349.38º | 0.9% | 0.84% | - |
| XYZ | 28.4 | 14.96 | 5 | - |
| YUV | 82.28 | 112.61 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 55 | 0 | 0.90 | 0.74 | 0.16 | 349.38 | 0.82 | 0.46 |
| Hex | D5 | 15 | 37 | 0 | 5A | 4A | 10 | 15D | 52 | 2E |
| Octal | 325 | 25 | 67 | 0 | 132 | 112 | 20 | 535 | 122 | 56 |
| Binary | 11010101 | 10101 | 110111 | 0 | 1011010 | 1001010 | 10000 | 101011101 | 1010010 | 101110 |
Color Harmonies of #D51537
Complementary color
Monochromatic Colors of #D51537
Black with #D51537
Text Example
Text Example
White with #D51537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51537; }
p { color: rgb(213,21,55); }
H1.HeaderClassName
{
color: #D51537;
}
.AnyTagClassName
{
color: #D51537;
}
</style>
background-color css
<style>
a { background-color: #D51537; }
a { background-color: rgb(213,21,55); }
div.DivClassName
{
background-color: #D51537;
}
.BgClassName
{
background-color: #D51537;
}
</style>
border-color css
<style>
span { border-color: #D51537; }
span { border-color: rgb(213,21,55); }
td.TdClassName
{
border-color: #D51537;
}
.TagClassName
{
border-color: #D51537;
}
</style>