Shades of Crimson #D51132
Tints of Crimson #D51132
RGB
CMYK
RGB Variations
Color information
#D51132 (or 0xD51132) is known color: Crimson. HEX triplet: D5, 11 and 32. RGB value is (213,17,50). Sum of RGB (Red+Green+Blue) = 213+17+50=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D51132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51132 is #2AEECD. Grayscale: #4F4F4F. Windows color (decimal): -2813646 or 3281365. OLE color: 3281365.
HSL color Cylindrical-coordinate representation of color #D51132: hue angle of 349.9º 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 #D51132 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 50 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.16 |
| HSL | 349.9º | 0.85% | 0.45% | - |
| HSV(B) | 349.9º | 0.92% | 0.84% | - |
| XYZ | 28.22 | 14.78 | 4.38 | - |
| YUV | 79.37 | 111.43 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 50 | 0 | 0.92 | 0.77 | 0.16 | 349.9 | 0.85 | 0.45 |
| Hex | D5 | 11 | 32 | 0 | 5C | 4D | 10 | 15E | 55 | 2D |
| Octal | 325 | 21 | 62 | 0 | 134 | 115 | 20 | 536 | 125 | 55 |
| Binary | 11010101 | 10001 | 110010 | 0 | 1011100 | 1001101 | 10000 | 101011110 | 1010101 | 101101 |
Color Harmonies of #D51132
Complementary color
Monochromatic Colors of #D51132
Black with #D51132
Text Example
Text Example
White with #D51132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51132; }
p { color: rgb(213,17,50); }
H1.HeaderClassName
{
color: #D51132;
}
.AnyTagClassName
{
color: #D51132;
}
</style>
background-color css
<style>
a { background-color: #D51132; }
a { background-color: rgb(213,17,50); }
div.DivClassName
{
background-color: #D51132;
}
.BgClassName
{
background-color: #D51132;
}
</style>
border-color css
<style>
span { border-color: #D51132; }
span { border-color: rgb(213,17,50); }
td.TdClassName
{
border-color: #D51132;
}
.TagClassName
{
border-color: #D51132;
}
</style>