Shades of Crimson #D51131
Tints of Crimson #D51131
RGB
CMYK
RGB Variations
Color information
#D51131 (or 0xD51131) is known color: Crimson. HEX triplet: D5, 11 and 31. RGB value is (213,17,49). Sum of RGB (Red+Green+Blue) = 213+17+49=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D51131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51131 is #2AEECE. Grayscale: #4F4F4F. Windows color (decimal): -2813647 or 3215829. OLE color: 3215829.
HSL color Cylindrical-coordinate representation of color #D51131: hue angle of 350.2º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51131 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 49 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.16 |
| HSL | 350.2º | 0.85% | 0.45% | - |
| HSV(B) | 350.2º | 0.92% | 0.84% | - |
| XYZ | 28.2 | 14.77 | 4.27 | - |
| YUV | 79.25 | 110.93 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 49 | 0 | 0.92 | 0.77 | 0.16 | 350.2 | 0.85 | 0.45 |
| Hex | D5 | 11 | 31 | 0 | 5C | 4D | 10 | 15E | 55 | 2D |
| Octal | 325 | 21 | 61 | 0 | 134 | 115 | 20 | 536 | 125 | 55 |
| Binary | 11010101 | 10001 | 110001 | 0 | 1011100 | 1001101 | 10000 | 101011110 | 1010101 | 101101 |
Color Harmonies of #D51131
Complementary color
Monochromatic Colors of #D51131
Black with #D51131
Text Example
Text Example
White with #D51131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51131; }
p { color: rgb(213,17,49); }
H1.HeaderClassName
{
color: #D51131;
}
.AnyTagClassName
{
color: #D51131;
}
</style>
background-color css
<style>
a { background-color: #D51131; }
a { background-color: rgb(213,17,49); }
div.DivClassName
{
background-color: #D51131;
}
.BgClassName
{
background-color: #D51131;
}
</style>
border-color css
<style>
span { border-color: #D51131; }
span { border-color: rgb(213,17,49); }
td.TdClassName
{
border-color: #D51131;
}
.TagClassName
{
border-color: #D51131;
}
</style>