Shades of Crimson #D41137
Tints of Crimson #D41137
RGB
CMYK
RGB Variations
Color information
#D41137 (or 0xD41137) is known color: Crimson. HEX triplet: D4, 11 and 37. RGB value is (212,17,55). Sum of RGB (Red+Green+Blue) = 212+17+55=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D41137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41137 is #2BEEC8. Grayscale: #4F4F4F. Windows color (decimal): -2879177 or 3609044. OLE color: 3609044.
HSL color Cylindrical-coordinate representation of color #D41137: hue angle of 348.31º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41137 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 55 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.17 |
| HSL | 348.31º | 0.85% | 0.45% | - |
| HSV(B) | 348.31º | 0.92% | 0.83% | - |
| XYZ | 28.04 | 14.67 | 4.97 | - |
| YUV | 79.64 | 114.1 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 55 | 0 | 0.92 | 0.74 | 0.17 | 348.31 | 0.85 | 0.45 |
| Hex | D4 | 11 | 37 | 0 | 5C | 4A | 11 | 15C | 55 | 2D |
| Octal | 324 | 21 | 67 | 0 | 134 | 112 | 21 | 534 | 125 | 55 |
| Binary | 11010100 | 10001 | 110111 | 0 | 1011100 | 1001010 | 10001 | 101011100 | 1010101 | 101101 |
Color Harmonies of #D41137
Complementary color
Monochromatic Colors of #D41137
Black with #D41137
Text Example
Text Example
White with #D41137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41137; }
p { color: rgb(212,17,55); }
H1.HeaderClassName
{
color: #D41137;
}
.AnyTagClassName
{
color: #D41137;
}
</style>
background-color css
<style>
a { background-color: #D41137; }
a { background-color: rgb(212,17,55); }
div.DivClassName
{
background-color: #D41137;
}
.BgClassName
{
background-color: #D41137;
}
</style>
border-color css
<style>
span { border-color: #D41137; }
span { border-color: rgb(212,17,55); }
td.TdClassName
{
border-color: #D41137;
}
.TagClassName
{
border-color: #D41137;
}
</style>