Shades of Crimson #D51449
Tints of Crimson #D51449
RGB
CMYK
RGB Variations
Color information
#D51449 (or 0xD51449) is known color: Crimson. HEX triplet: D5, 14 and 49. RGB value is (213,20,73). Sum of RGB (Red+Green+Blue) = 213+20+73=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D51449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51449 is #2AEBB6. Grayscale: #535353. Windows color (decimal): -2812855 or 4789461. OLE color: 4789461.
HSL color Cylindrical-coordinate representation of color #D51449: hue angle of 343.52º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51449 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 73 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.16 |
| HSL | 343.52º | 0.83% | 0.46% | - |
| HSV(B) | 343.52º | 0.91% | 0.84% | - |
| XYZ | 28.89 | 15.13 | 7.7 | - |
| YUV | 83.75 | 121.94 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 73 | 0 | 0.91 | 0.66 | 0.16 | 343.52 | 0.83 | 0.46 |
| Hex | D5 | 14 | 49 | 0 | 5B | 42 | 10 | 158 | 53 | 2E |
| Octal | 325 | 24 | 111 | 0 | 133 | 102 | 20 | 530 | 123 | 56 |
| Binary | 11010101 | 10100 | 1001001 | 0 | 1011011 | 1000010 | 10000 | 101011000 | 1010011 | 101110 |
Color Harmonies of #D51449
Complementary color
Monochromatic Colors of #D51449
Black with #D51449
Text Example
Text Example
White with #D51449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51449; }
p { color: rgb(213,20,73); }
H1.HeaderClassName
{
color: #D51449;
}
.AnyTagClassName
{
color: #D51449;
}
</style>
background-color css
<style>
a { background-color: #D51449; }
a { background-color: rgb(213,20,73); }
div.DivClassName
{
background-color: #D51449;
}
.BgClassName
{
background-color: #D51449;
}
</style>
border-color css
<style>
span { border-color: #D51449; }
span { border-color: rgb(213,20,73); }
td.TdClassName
{
border-color: #D51449;
}
.TagClassName
{
border-color: #D51449;
}
</style>