Shades of Crimson #D71A49
Tints of Crimson #D71A49
RGB
CMYK
RGB Variations
Color information
#D71A49 (or 0xD71A49) is known color: Crimson. HEX triplet: D7, 1A and 49. RGB value is (215,26,73). Sum of RGB (Red+Green+Blue) = 215+26+73=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A49 is #28E5B6. Grayscale: #575757. Windows color (decimal): -2680247 or 4790999. OLE color: 4790999.
HSL color Cylindrical-coordinate representation of color #D71A49: hue angle of 345.08º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A49 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 73 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.16 |
| HSL | 345.08º | 0.78% | 0.47% | - |
| HSV(B) | 345.08º | 0.88% | 0.84% | - |
| XYZ | 29.6 | 15.67 | 7.77 | - |
| YUV | 87.87 | 119.62 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 73 | 0 | 0.88 | 0.66 | 0.16 | 345.08 | 0.78 | 0.47 |
| Hex | D7 | 1A | 49 | 0 | 58 | 42 | 10 | 159 | 4E | 2F |
| Octal | 327 | 32 | 111 | 0 | 130 | 102 | 20 | 531 | 116 | 57 |
| Binary | 11010111 | 11010 | 1001001 | 0 | 1011000 | 1000010 | 10000 | 101011001 | 1001110 | 101111 |
Color Harmonies of #D71A49
Complementary color
Monochromatic Colors of #D71A49
Black with #D71A49
Text Example
Text Example
White with #D71A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71A49; }
p { color: rgb(215,26,73); }
H1.HeaderClassName
{
color: #D71A49;
}
.AnyTagClassName
{
color: #D71A49;
}
</style>
background-color css
<style>
a { background-color: #D71A49; }
a { background-color: rgb(215,26,73); }
div.DivClassName
{
background-color: #D71A49;
}
.BgClassName
{
background-color: #D71A49;
}
</style>
border-color css
<style>
span { border-color: #D71A49; }
span { border-color: rgb(215,26,73); }
td.TdClassName
{
border-color: #D71A49;
}
.TagClassName
{
border-color: #D71A49;
}
</style>