Shades of Crimson #D71445
Tints of Crimson #D71445
RGB
CMYK
RGB Variations
Color information
#D71445 (or 0xD71445) is known color: Crimson. HEX triplet: D7, 14 and 45. RGB value is (215,20,69). Sum of RGB (Red+Green+Blue) = 215+20+69=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D71445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71445 is #28EBBA. Grayscale: #535353. Windows color (decimal): -2681787 or 4527319. OLE color: 4527319.
HSL color Cylindrical-coordinate representation of color #D71445: hue angle of 344.92º degrees, saturation: 0.83, 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 #D71445 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 69 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.16 |
| HSL | 344.92º | 0.83% | 0.46% | - |
| HSV(B) | 344.92º | 0.91% | 0.84% | - |
| XYZ | 29.35 | 15.38 | 7.05 | - |
| YUV | 83.89 | 119.6 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 69 | 0 | 0.91 | 0.68 | 0.16 | 344.92 | 0.83 | 0.46 |
| Hex | D7 | 14 | 45 | 0 | 5B | 44 | 10 | 159 | 53 | 2E |
| Octal | 327 | 24 | 105 | 0 | 133 | 104 | 20 | 531 | 123 | 56 |
| Binary | 11010111 | 10100 | 1000101 | 0 | 1011011 | 1000100 | 10000 | 101011001 | 1010011 | 101110 |
Color Harmonies of #D71445
Complementary color
Monochromatic Colors of #D71445
Black with #D71445
Text Example
Text Example
White with #D71445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71445; }
p { color: rgb(215,20,69); }
H1.HeaderClassName
{
color: #D71445;
}
.AnyTagClassName
{
color: #D71445;
}
</style>
background-color css
<style>
a { background-color: #D71445; }
a { background-color: rgb(215,20,69); }
div.DivClassName
{
background-color: #D71445;
}
.BgClassName
{
background-color: #D71445;
}
</style>
border-color css
<style>
span { border-color: #D71445; }
span { border-color: rgb(215,20,69); }
td.TdClassName
{
border-color: #D71445;
}
.TagClassName
{
border-color: #D71445;
}
</style>