Shades of Crimson #D51134
Tints of Crimson #D51134
RGB
CMYK
RGB Variations
Color information
#D51134 (or 0xD51134) is known color: Crimson. HEX triplet: D5, 11 and 34. RGB value is (213,17,52). Sum of RGB (Red+Green+Blue) = 213+17+52=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D51134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51134 is #2AEECB. Grayscale: #4F4F4F. Windows color (decimal): -2813644 or 3412437. OLE color: 3412437.
HSL color Cylindrical-coordinate representation of color #D51134: hue angle of 349.29º 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 #D51134 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 52 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.16 |
| HSL | 349.29º | 0.85% | 0.45% | - |
| HSV(B) | 349.29º | 0.92% | 0.84% | - |
| XYZ | 28.26 | 14.79 | 4.62 | - |
| YUV | 79.59 | 112.43 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 52 | 0 | 0.92 | 0.76 | 0.16 | 349.29 | 0.85 | 0.45 |
| Hex | D5 | 11 | 34 | 0 | 5C | 4C | 10 | 15D | 55 | 2D |
| Octal | 325 | 21 | 64 | 0 | 134 | 114 | 20 | 535 | 125 | 55 |
| Binary | 11010101 | 10001 | 110100 | 0 | 1011100 | 1001100 | 10000 | 101011101 | 1010101 | 101101 |
Color Harmonies of #D51134
Complementary color
Monochromatic Colors of #D51134
Black with #D51134
Text Example
Text Example
White with #D51134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51134; }
p { color: rgb(213,17,52); }
H1.HeaderClassName
{
color: #D51134;
}
.AnyTagClassName
{
color: #D51134;
}
</style>
background-color css
<style>
a { background-color: #D51134; }
a { background-color: rgb(213,17,52); }
div.DivClassName
{
background-color: #D51134;
}
.BgClassName
{
background-color: #D51134;
}
</style>
border-color css
<style>
span { border-color: #D51134; }
span { border-color: rgb(213,17,52); }
td.TdClassName
{
border-color: #D51134;
}
.TagClassName
{
border-color: #D51134;
}
</style>