Shades of Crimson #D71C41
Tints of Crimson #D71C41
RGB
CMYK
RGB Variations
Color information
#D71C41 (or 0xD71C41) is known color: Crimson. HEX triplet: D7, 1C and 41. RGB value is (215,28,65). Sum of RGB (Red+Green+Blue) = 215+28+65=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C41 is #28E3BE. Grayscale: #585858. Windows color (decimal): -2679743 or 4267223. OLE color: 4267223.
HSL color Cylindrical-coordinate representation of color #D71C41: hue angle of 348.13º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71C41 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 65 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.16 |
| HSL | 348.13º | 0.77% | 0.48% | - |
| HSV(B) | 348.13º | 0.87% | 0.84% | - |
| XYZ | 29.39 | 15.66 | 6.47 | - |
| YUV | 88.13 | 114.95 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 65 | 0 | 0.87 | 0.70 | 0.16 | 348.13 | 0.77 | 0.48 |
| Hex | D7 | 1C | 41 | 0 | 57 | 46 | 10 | 15C | 4D | 30 |
| Octal | 327 | 34 | 101 | 0 | 127 | 106 | 20 | 534 | 115 | 60 |
| Binary | 11010111 | 11100 | 1000001 | 0 | 1010111 | 1000110 | 10000 | 101011100 | 1001101 | 110000 |
Color Harmonies of #D71C41
Complementary color
Monochromatic Colors of #D71C41
Black with #D71C41
Text Example
Text Example
White with #D71C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C41; }
p { color: rgb(215,28,65); }
H1.HeaderClassName
{
color: #D71C41;
}
.AnyTagClassName
{
color: #D71C41;
}
</style>
background-color css
<style>
a { background-color: #D71C41; }
a { background-color: rgb(215,28,65); }
div.DivClassName
{
background-color: #D71C41;
}
.BgClassName
{
background-color: #D71C41;
}
</style>
border-color css
<style>
span { border-color: #D71C41; }
span { border-color: rgb(215,28,65); }
td.TdClassName
{
border-color: #D71C41;
}
.TagClassName
{
border-color: #D71C41;
}
</style>