Shades of Crimson #D71E49
Tints of Crimson #D71E49
RGB
CMYK
RGB Variations
Color information
#D71E49 (or 0xD71E49) is known color: Crimson. HEX triplet: D7, 1E and 49. RGB value is (215,30,73). Sum of RGB (Red+Green+Blue) = 215+30+73=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71E49 is #28E1B6. Grayscale: #5A5A5A. Windows color (decimal): -2679223 or 4792023. OLE color: 4792023.
HSL color Cylindrical-coordinate representation of color #D71E49: hue angle of 346.05º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71E49 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 73 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.16 |
| HSL | 346.05º | 0.76% | 0.48% | - |
| HSV(B) | 346.05º | 0.86% | 0.84% | - |
| XYZ | 29.69 | 15.86 | 7.8 | - |
| YUV | 90.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 73 | 0 | 0.86 | 0.66 | 0.16 | 346.05 | 0.76 | 0.48 |
| Hex | D7 | 1E | 49 | 0 | 56 | 42 | 10 | 15A | 4C | 30 |
| Octal | 327 | 36 | 111 | 0 | 126 | 102 | 20 | 532 | 114 | 60 |
| Binary | 11010111 | 11110 | 1001001 | 0 | 1010110 | 1000010 | 10000 | 101011010 | 1001100 | 110000 |
Color Harmonies of #D71E49
Complementary color
Monochromatic Colors of #D71E49
Black with #D71E49
Text Example
Text Example
White with #D71E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E49; }
p { color: rgb(215,30,73); }
H1.HeaderClassName
{
color: #D71E49;
}
.AnyTagClassName
{
color: #D71E49;
}
</style>
background-color css
<style>
a { background-color: #D71E49; }
a { background-color: rgb(215,30,73); }
div.DivClassName
{
background-color: #D71E49;
}
.BgClassName
{
background-color: #D71E49;
}
</style>
border-color css
<style>
span { border-color: #D71E49; }
span { border-color: rgb(215,30,73); }
td.TdClassName
{
border-color: #D71E49;
}
.TagClassName
{
border-color: #D71E49;
}
</style>