Shades of Crimson #D71C34
Tints of Crimson #D71C34
RGB
CMYK
RGB Variations
Color information
#D71C34 (or 0xD71C34) is known color: Crimson. HEX triplet: D7, 1C and 34. RGB value is (215,28,52). Sum of RGB (Red+Green+Blue) = 215+28+52=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C34 is #28E3CB. Grayscale: #565656. Windows color (decimal): -2679756 or 3415255. OLE color: 3415255.
HSL color Cylindrical-coordinate representation of color #D71C34: hue angle of 352.3º 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 #D71C34 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 52 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.16 |
| HSL | 352.3º | 0.77% | 0.48% | - |
| HSV(B) | 352.3º | 0.87% | 0.84% | - |
| XYZ | 29.06 | 15.53 | 4.71 | - |
| YUV | 86.65 | 108.45 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 52 | 0 | 0.87 | 0.76 | 0.16 | 352.3 | 0.77 | 0.48 |
| Hex | D7 | 1C | 34 | 0 | 57 | 4C | 10 | 160 | 4D | 30 |
| Octal | 327 | 34 | 64 | 0 | 127 | 114 | 20 | 540 | 115 | 60 |
| Binary | 11010111 | 11100 | 110100 | 0 | 1010111 | 1001100 | 10000 | 101100000 | 1001101 | 110000 |
Color Harmonies of #D71C34
Complementary color
Monochromatic Colors of #D71C34
Black with #D71C34
Text Example
Text Example
White with #D71C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C34; }
p { color: rgb(215,28,52); }
H1.HeaderClassName
{
color: #D71C34;
}
.AnyTagClassName
{
color: #D71C34;
}
</style>
background-color css
<style>
a { background-color: #D71C34; }
a { background-color: rgb(215,28,52); }
div.DivClassName
{
background-color: #D71C34;
}
.BgClassName
{
background-color: #D71C34;
}
</style>
border-color css
<style>
span { border-color: #D71C34; }
span { border-color: rgb(215,28,52); }
td.TdClassName
{
border-color: #D71C34;
}
.TagClassName
{
border-color: #D71C34;
}
</style>