Shades of Crimson #D51139
Tints of Crimson #D51139
RGB
CMYK
RGB Variations
Color information
#D51139 (or 0xD51139) is known color: Crimson. HEX triplet: D5, 11 and 39. RGB value is (213,17,57). Sum of RGB (Red+Green+Blue) = 213+17+57=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D51139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51139 is #2AEEC6. Grayscale: #505050. Windows color (decimal): -2813639 or 3740117. OLE color: 3740117.
HSL color Cylindrical-coordinate representation of color #D51139: hue angle of 347.76º 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 #D51139 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 57 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.16 |
| HSL | 347.76º | 0.85% | 0.45% | - |
| HSV(B) | 347.76º | 0.92% | 0.84% | - |
| XYZ | 28.38 | 14.84 | 5.24 | - |
| YUV | 80.16 | 114.93 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 57 | 0 | 0.92 | 0.73 | 0.16 | 347.76 | 0.85 | 0.45 |
| Hex | D5 | 11 | 39 | 0 | 5C | 49 | 10 | 15C | 55 | 2D |
| Octal | 325 | 21 | 71 | 0 | 134 | 111 | 20 | 534 | 125 | 55 |
| Binary | 11010101 | 10001 | 111001 | 0 | 1011100 | 1001001 | 10000 | 101011100 | 1010101 | 101101 |
Color Harmonies of #D51139
Complementary color
Monochromatic Colors of #D51139
Black with #D51139
Text Example
Text Example
White with #D51139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51139; }
p { color: rgb(213,17,57); }
H1.HeaderClassName
{
color: #D51139;
}
.AnyTagClassName
{
color: #D51139;
}
</style>
background-color css
<style>
a { background-color: #D51139; }
a { background-color: rgb(213,17,57); }
div.DivClassName
{
background-color: #D51139;
}
.BgClassName
{
background-color: #D51139;
}
</style>
border-color css
<style>
span { border-color: #D51139; }
span { border-color: rgb(213,17,57); }
td.TdClassName
{
border-color: #D51139;
}
.TagClassName
{
border-color: #D51139;
}
</style>