Shades of Crimson #D71C3B
Tints of Crimson #D71C3B
RGB
CMYK
RGB Variations
Color information
#D71C3B (or 0xD71C3B) is known color: Crimson. HEX triplet: D7, 1C and 3B. RGB value is (215,28,59). Sum of RGB (Red+Green+Blue) = 215+28+59=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C3B is #28E3C4. Grayscale: #575757. Windows color (decimal): -2679749 or 3874007. OLE color: 3874007.
HSL color Cylindrical-coordinate representation of color #D71C3B: hue angle of 350.05º 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 #D71C3B is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 59 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.16 |
| HSL | 350.05º | 0.77% | 0.48% | - |
| HSV(B) | 350.05º | 0.87% | 0.84% | - |
| XYZ | 29.23 | 15.59 | 5.61 | - |
| YUV | 87.45 | 111.95 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 59 | 0 | 0.87 | 0.73 | 0.16 | 350.05 | 0.77 | 0.48 |
| Hex | D7 | 1C | 3B | 0 | 57 | 49 | 10 | 15E | 4D | 30 |
| Octal | 327 | 34 | 73 | 0 | 127 | 111 | 20 | 536 | 115 | 60 |
| Binary | 11010111 | 11100 | 111011 | 0 | 1010111 | 1001001 | 10000 | 101011110 | 1001101 | 110000 |
Color Harmonies of #D71C3B
Complementary color
Monochromatic Colors of #D71C3B
Black with #D71C3B
Text Example
Text Example
White with #D71C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C3B; }
p { color: rgb(215,28,59); }
H1.HeaderClassName
{
color: #D71C3B;
}
.AnyTagClassName
{
color: #D71C3B;
}
</style>
background-color css
<style>
a { background-color: #D71C3B; }
a { background-color: rgb(215,28,59); }
div.DivClassName
{
background-color: #D71C3B;
}
.BgClassName
{
background-color: #D71C3B;
}
</style>
border-color css
<style>
span { border-color: #D71C3B; }
span { border-color: rgb(215,28,59); }
td.TdClassName
{
border-color: #D71C3B;
}
.TagClassName
{
border-color: #D71C3B;
}
</style>