Shades of Crimson #D51130
Tints of Crimson #D51130
RGB
CMYK
RGB Variations
Color information
#D51130 (or 0xD51130) is known color: Crimson. HEX triplet: D5, 11 and 30. RGB value is (213,17,48). Sum of RGB (Red+Green+Blue) = 213+17+48=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D51130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51130 is #2AEECF. Grayscale: #4F4F4F. Windows color (decimal): -2813648 or 3150293. OLE color: 3150293.
HSL color Cylindrical-coordinate representation of color #D51130: hue angle of 350.51º 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 #D51130 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 48 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.16 |
| HSL | 350.51º | 0.85% | 0.45% | - |
| HSV(B) | 350.51º | 0.92% | 0.84% | - |
| XYZ | 28.17 | 14.76 | 4.16 | - |
| YUV | 79.14 | 110.43 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 48 | 0 | 0.92 | 0.77 | 0.16 | 350.51 | 0.85 | 0.45 |
| Hex | D5 | 11 | 30 | 0 | 5C | 4D | 10 | 15F | 55 | 2D |
| Octal | 325 | 21 | 60 | 0 | 134 | 115 | 20 | 537 | 125 | 55 |
| Binary | 11010101 | 10001 | 110000 | 0 | 1011100 | 1001101 | 10000 | 101011111 | 1010101 | 101101 |
Color Harmonies of #D51130
Complementary color
Monochromatic Colors of #D51130
Black with #D51130
Text Example
Text Example
White with #D51130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51130; }
p { color: rgb(213,17,48); }
H1.HeaderClassName
{
color: #D51130;
}
.AnyTagClassName
{
color: #D51130;
}
</style>
background-color css
<style>
a { background-color: #D51130; }
a { background-color: rgb(213,17,48); }
div.DivClassName
{
background-color: #D51130;
}
.BgClassName
{
background-color: #D51130;
}
</style>
border-color css
<style>
span { border-color: #D51130; }
span { border-color: rgb(213,17,48); }
td.TdClassName
{
border-color: #D51130;
}
.TagClassName
{
border-color: #D51130;
}
</style>