Shades of Crimson #D51138
Tints of Crimson #D51138
RGB
CMYK
RGB Variations
Color information
#D51138 (or 0xD51138) is known color: Crimson. HEX triplet: D5, 11 and 38. RGB value is (213,17,56). Sum of RGB (Red+Green+Blue) = 213+17+56=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D51138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51138 is #2AEEC7. Grayscale: #505050. Windows color (decimal): -2813640 or 3674581. OLE color: 3674581.
HSL color Cylindrical-coordinate representation of color #D51138: hue angle of 348.06º 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 #D51138 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 56 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.16 |
| HSL | 348.06º | 0.85% | 0.45% | - |
| HSV(B) | 348.06º | 0.92% | 0.84% | - |
| XYZ | 28.35 | 14.83 | 5.11 | - |
| YUV | 80.05 | 114.43 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 56 | 0 | 0.92 | 0.74 | 0.16 | 348.06 | 0.85 | 0.45 |
| Hex | D5 | 11 | 38 | 0 | 5C | 4A | 10 | 15C | 55 | 2D |
| Octal | 325 | 21 | 70 | 0 | 134 | 112 | 20 | 534 | 125 | 55 |
| Binary | 11010101 | 10001 | 111000 | 0 | 1011100 | 1001010 | 10000 | 101011100 | 1010101 | 101101 |
Color Harmonies of #D51138
Complementary color
Monochromatic Colors of #D51138
Black with #D51138
Text Example
Text Example
White with #D51138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51138; }
p { color: rgb(213,17,56); }
H1.HeaderClassName
{
color: #D51138;
}
.AnyTagClassName
{
color: #D51138;
}
</style>
background-color css
<style>
a { background-color: #D51138; }
a { background-color: rgb(213,17,56); }
div.DivClassName
{
background-color: #D51138;
}
.BgClassName
{
background-color: #D51138;
}
</style>
border-color css
<style>
span { border-color: #D51138; }
span { border-color: rgb(213,17,56); }
td.TdClassName
{
border-color: #D51138;
}
.TagClassName
{
border-color: #D51138;
}
</style>