Shades of Crimson #D71345
Tints of Crimson #D71345
RGB
CMYK
RGB Variations
Color information
#D71345 (or 0xD71345) is known color: Crimson. HEX triplet: D7, 13 and 45. RGB value is (215,19,69). Sum of RGB (Red+Green+Blue) = 215+19+69=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D71345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71345 is #28ECBA. Grayscale: #535353. Windows color (decimal): -2682043 or 4527063. OLE color: 4527063.
HSL color Cylindrical-coordinate representation of color #D71345: hue angle of 344.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71345 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 69 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.16 |
| HSL | 344.69º | 0.84% | 0.46% | - |
| HSV(B) | 344.69º | 0.91% | 0.84% | - |
| XYZ | 29.33 | 15.34 | 7.05 | - |
| YUV | 83.3 | 119.93 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 69 | 0 | 0.91 | 0.68 | 0.16 | 344.69 | 0.84 | 0.46 |
| Hex | D7 | 13 | 45 | 0 | 5B | 44 | 10 | 159 | 54 | 2E |
| Octal | 327 | 23 | 105 | 0 | 133 | 104 | 20 | 531 | 124 | 56 |
| Binary | 11010111 | 10011 | 1000101 | 0 | 1011011 | 1000100 | 10000 | 101011001 | 1010100 | 101110 |
Color Harmonies of #D71345
Complementary color
Monochromatic Colors of #D71345
Black with #D71345
Text Example
Text Example
White with #D71345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71345; }
p { color: rgb(215,19,69); }
H1.HeaderClassName
{
color: #D71345;
}
.AnyTagClassName
{
color: #D71345;
}
</style>
background-color css
<style>
a { background-color: #D71345; }
a { background-color: rgb(215,19,69); }
div.DivClassName
{
background-color: #D71345;
}
.BgClassName
{
background-color: #D71345;
}
</style>
border-color css
<style>
span { border-color: #D71345; }
span { border-color: rgb(215,19,69); }
td.TdClassName
{
border-color: #D71345;
}
.TagClassName
{
border-color: #D71345;
}
</style>