Shades of Crimson #D51744
Tints of Crimson #D51744
RGB
CMYK
RGB Variations
Color information
#D51744 (or 0xD51744) is known color: Crimson. HEX triplet: D5, 17 and 44. RGB value is (213,23,68). Sum of RGB (Red+Green+Blue) = 213+23+68=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D51744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51744 is #2AE8BB. Grayscale: #545454. Windows color (decimal): -2812092 or 4462549. OLE color: 4462549.
HSL color Cylindrical-coordinate representation of color #D51744: hue angle of 345.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51744 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 68 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.16 |
| HSL | 345.79º | 0.81% | 0.46% | - |
| HSV(B) | 345.79º | 0.89% | 0.84% | - |
| XYZ | 28.79 | 15.18 | 6.88 | - |
| YUV | 84.94 | 118.45 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 68 | 0 | 0.89 | 0.68 | 0.16 | 345.79 | 0.81 | 0.46 |
| Hex | D5 | 17 | 44 | 0 | 59 | 44 | 10 | 15A | 51 | 2E |
| Octal | 325 | 27 | 104 | 0 | 131 | 104 | 20 | 532 | 121 | 56 |
| Binary | 11010101 | 10111 | 1000100 | 0 | 1011001 | 1000100 | 10000 | 101011010 | 1010001 | 101110 |
Color Harmonies of #D51744
Complementary color
Monochromatic Colors of #D51744
Black with #D51744
Text Example
Text Example
White with #D51744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51744; }
p { color: rgb(213,23,68); }
H1.HeaderClassName
{
color: #D51744;
}
.AnyTagClassName
{
color: #D51744;
}
</style>
background-color css
<style>
a { background-color: #D51744; }
a { background-color: rgb(213,23,68); }
div.DivClassName
{
background-color: #D51744;
}
.BgClassName
{
background-color: #D51744;
}
</style>
border-color css
<style>
span { border-color: #D51744; }
span { border-color: rgb(213,23,68); }
td.TdClassName
{
border-color: #D51744;
}
.TagClassName
{
border-color: #D51744;
}
</style>