Shades of Crimson #D71545
Tints of Crimson #D71545
RGB
CMYK
RGB Variations
Color information
#D71545 (or 0xD71545) is known color: Crimson. HEX triplet: D7, 15 and 45. RGB value is (215,21,69). Sum of RGB (Red+Green+Blue) = 215+21+69=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D71545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71545 is #28EABA. Grayscale: #545454. Windows color (decimal): -2681531 or 4527575. OLE color: 4527575.
HSL color Cylindrical-coordinate representation of color #D71545: hue angle of 345.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71545 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 69 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.16 |
| HSL | 345.15º | 0.82% | 0.46% | - |
| HSV(B) | 345.15º | 0.9% | 0.84% | - |
| XYZ | 29.37 | 15.41 | 7.06 | - |
| YUV | 84.48 | 119.27 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 69 | 0 | 0.90 | 0.68 | 0.16 | 345.15 | 0.82 | 0.46 |
| Hex | D7 | 15 | 45 | 0 | 5A | 44 | 10 | 159 | 52 | 2E |
| Octal | 327 | 25 | 105 | 0 | 132 | 104 | 20 | 531 | 122 | 56 |
| Binary | 11010111 | 10101 | 1000101 | 0 | 1011010 | 1000100 | 10000 | 101011001 | 1010010 | 101110 |
Color Harmonies of #D71545
Complementary color
Monochromatic Colors of #D71545
Black with #D71545
Text Example
Text Example
White with #D71545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71545; }
p { color: rgb(215,21,69); }
H1.HeaderClassName
{
color: #D71545;
}
.AnyTagClassName
{
color: #D71545;
}
</style>
background-color css
<style>
a { background-color: #D71545; }
a { background-color: rgb(215,21,69); }
div.DivClassName
{
background-color: #D71545;
}
.BgClassName
{
background-color: #D71545;
}
</style>
border-color css
<style>
span { border-color: #D71545; }
span { border-color: rgb(215,21,69); }
td.TdClassName
{
border-color: #D71545;
}
.TagClassName
{
border-color: #D71545;
}
</style>