Shades of Crimson #D51136
Tints of Crimson #D51136
RGB
CMYK
RGB Variations
Color information
#D51136 (or 0xD51136) is known color: Crimson. HEX triplet: D5, 11 and 36. RGB value is (213,17,54). Sum of RGB (Red+Green+Blue) = 213+17+54=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D51136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51136 is #2AEEC9. Grayscale: #4F4F4F. Windows color (decimal): -2813642 or 3543509. OLE color: 3543509.
HSL color Cylindrical-coordinate representation of color #D51136: hue angle of 348.67º 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 #D51136 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 54 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.16 |
| HSL | 348.67º | 0.85% | 0.45% | - |
| HSV(B) | 348.67º | 0.92% | 0.84% | - |
| XYZ | 28.31 | 14.81 | 4.86 | - |
| YUV | 79.82 | 113.43 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 54 | 0 | 0.92 | 0.75 | 0.16 | 348.67 | 0.85 | 0.45 |
| Hex | D5 | 11 | 36 | 0 | 5C | 4B | 10 | 15D | 55 | 2D |
| Octal | 325 | 21 | 66 | 0 | 134 | 113 | 20 | 535 | 125 | 55 |
| Binary | 11010101 | 10001 | 110110 | 0 | 1011100 | 1001011 | 10000 | 101011101 | 1010101 | 101101 |
Color Harmonies of #D51136
Complementary color
Monochromatic Colors of #D51136
Black with #D51136
Text Example
Text Example
White with #D51136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51136; }
p { color: rgb(213,17,54); }
H1.HeaderClassName
{
color: #D51136;
}
.AnyTagClassName
{
color: #D51136;
}
</style>
background-color css
<style>
a { background-color: #D51136; }
a { background-color: rgb(213,17,54); }
div.DivClassName
{
background-color: #D51136;
}
.BgClassName
{
background-color: #D51136;
}
</style>
border-color css
<style>
span { border-color: #D51136; }
span { border-color: rgb(213,17,54); }
td.TdClassName
{
border-color: #D51136;
}
.TagClassName
{
border-color: #D51136;
}
</style>