Shades of Crimson #D51249
Tints of Crimson #D51249
RGB
CMYK
RGB Variations
Color information
#D51249 (or 0xD51249) is known color: Crimson. HEX triplet: D5, 12 and 49. RGB value is (213,18,73). Sum of RGB (Red+Green+Blue) = 213+18+73=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D51249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51249 is #2AEDB6. Grayscale: #525252. Windows color (decimal): -2813367 or 4788949. OLE color: 4788949.
HSL color Cylindrical-coordinate representation of color #D51249: hue angle of 343.08º degrees, saturation: 0.84, 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 #D51249 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 73 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.16 |
| HSL | 343.08º | 0.84% | 0.45% | - |
| HSV(B) | 343.08º | 0.92% | 0.84% | - |
| XYZ | 28.86 | 15.06 | 7.69 | - |
| YUV | 82.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 73 | 0 | 0.92 | 0.66 | 0.16 | 343.08 | 0.84 | 0.45 |
| Hex | D5 | 12 | 49 | 0 | 5C | 42 | 10 | 157 | 54 | 2D |
| Octal | 325 | 22 | 111 | 0 | 134 | 102 | 20 | 527 | 124 | 55 |
| Binary | 11010101 | 10010 | 1001001 | 0 | 1011100 | 1000010 | 10000 | 101010111 | 1010100 | 101101 |
Color Harmonies of #D51249
Complementary color
Monochromatic Colors of #D51249
Black with #D51249
Text Example
Text Example
White with #D51249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51249; }
p { color: rgb(213,18,73); }
H1.HeaderClassName
{
color: #D51249;
}
.AnyTagClassName
{
color: #D51249;
}
</style>
background-color css
<style>
a { background-color: #D51249; }
a { background-color: rgb(213,18,73); }
div.DivClassName
{
background-color: #D51249;
}
.BgClassName
{
background-color: #D51249;
}
</style>
border-color css
<style>
span { border-color: #D51249; }
span { border-color: rgb(213,18,73); }
td.TdClassName
{
border-color: #D51249;
}
.TagClassName
{
border-color: #D51249;
}
</style>