Shades of Crimson #D71043
Tints of Crimson #D71043
RGB
CMYK
RGB Variations
Color information
#D71043 (or 0xD71043) is known color: Crimson. HEX triplet: D7, 10 and 43. RGB value is (215,16,67). Sum of RGB (Red+Green+Blue) = 215+16+67=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D71043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71043 is #28EFBC. Grayscale: #515151. Windows color (decimal): -2682813 or 4395223. OLE color: 4395223.
HSL color Cylindrical-coordinate representation of color #D71043: hue angle of 344.62º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71043 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 67 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.16 |
| HSL | 344.62º | 0.86% | 0.45% | - |
| HSV(B) | 344.62º | 0.93% | 0.84% | - |
| XYZ | 29.22 | 15.22 | 6.71 | - |
| YUV | 81.32 | 119.93 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 67 | 0 | 0.93 | 0.69 | 0.16 | 344.62 | 0.86 | 0.45 |
| Hex | D7 | 10 | 43 | 0 | 5D | 45 | 10 | 159 | 56 | 2D |
| Octal | 327 | 20 | 103 | 0 | 135 | 105 | 20 | 531 | 126 | 55 |
| Binary | 11010111 | 10000 | 1000011 | 0 | 1011101 | 1000101 | 10000 | 101011001 | 1010110 | 101101 |
Color Harmonies of #D71043
Complementary color
Monochromatic Colors of #D71043
Black with #D71043
Text Example
Text Example
White with #D71043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71043; }
p { color: rgb(215,16,67); }
H1.HeaderClassName
{
color: #D71043;
}
.AnyTagClassName
{
color: #D71043;
}
</style>
background-color css
<style>
a { background-color: #D71043; }
a { background-color: rgb(215,16,67); }
div.DivClassName
{
background-color: #D71043;
}
.BgClassName
{
background-color: #D71043;
}
</style>
border-color css
<style>
span { border-color: #D71043; }
span { border-color: rgb(215,16,67); }
td.TdClassName
{
border-color: #D71043;
}
.TagClassName
{
border-color: #D71043;
}
</style>