Shades of Crimson #D50744
Tints of Crimson #D50744
RGB
CMYK
RGB Variations
Color information
#D50744 (or 0xD50744) is known color: Crimson. HEX triplet: D5, 07 and 44. RGB value is (213,7,68). Sum of RGB (Red+Green+Blue) = 213+7+68=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D50744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50744 is #2AF8BB. Grayscale: #4B4B4B. Windows color (decimal): -2816188 or 4458453. OLE color: 4458453.
HSL color Cylindrical-coordinate representation of color #D50744: hue angle of 342.23º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50744 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 68 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.16 |
| HSL | 342.23º | 0.94% | 0.43% | - |
| HSV(B) | 342.23º | 0.97% | 0.84% | - |
| XYZ | 28.56 | 14.72 | 6.8 | - |
| YUV | 75.55 | 123.75 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 68 | 0 | 0.97 | 0.68 | 0.16 | 342.23 | 0.94 | 0.43 |
| Hex | D5 | 7 | 44 | 0 | 61 | 44 | 10 | 156 | 5E | 2B |
| Octal | 325 | 7 | 104 | 0 | 141 | 104 | 20 | 526 | 136 | 53 |
| Binary | 11010101 | 111 | 1000100 | 0 | 1100001 | 1000100 | 10000 | 101010110 | 1011110 | 101011 |
Color Harmonies of #D50744
Complementary color
Monochromatic Colors of #D50744
Black with #D50744
Text Example
Text Example
White with #D50744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50744; }
p { color: rgb(213,7,68); }
H1.HeaderClassName
{
color: #D50744;
}
.AnyTagClassName
{
color: #D50744;
}
</style>
background-color css
<style>
a { background-color: #D50744; }
a { background-color: rgb(213,7,68); }
div.DivClassName
{
background-color: #D50744;
}
.BgClassName
{
background-color: #D50744;
}
</style>
border-color css
<style>
span { border-color: #D50744; }
span { border-color: rgb(213,7,68); }
td.TdClassName
{
border-color: #D50744;
}
.TagClassName
{
border-color: #D50744;
}
</style>