Shades of Crimson #D71B2F
Tints of Crimson #D71B2F
RGB
CMYK
RGB Variations
Color information
#D71B2F (or 0xD71B2F) is known color: Crimson. HEX triplet: D7, 1B and 2F. RGB value is (215,27,47). Sum of RGB (Red+Green+Blue) = 215+27+47=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71B2F is #28E4D0. Grayscale: #555555. Windows color (decimal): -2680017 or 3087319. OLE color: 3087319.
HSL color Cylindrical-coordinate representation of color #D71B2F: hue angle of 353.62º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71B2F is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 47 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.16 |
| HSL | 353.62º | 0.78% | 0.47% | - |
| HSV(B) | 353.62º | 0.87% | 0.84% | - |
| XYZ | 28.93 | 15.44 | 4.14 | - |
| YUV | 85.49 | 106.28 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 47 | 0 | 0.87 | 0.78 | 0.16 | 353.62 | 0.78 | 0.47 |
| Hex | D7 | 1B | 2F | 0 | 57 | 4E | 10 | 162 | 4E | 2F |
| Octal | 327 | 33 | 57 | 0 | 127 | 116 | 20 | 542 | 116 | 57 |
| Binary | 11010111 | 11011 | 101111 | 0 | 1010111 | 1001110 | 10000 | 101100010 | 1001110 | 101111 |
Color Harmonies of #D71B2F
Complementary color
Monochromatic Colors of #D71B2F
Black with #D71B2F
Text Example
Text Example
White with #D71B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71B2F; }
p { color: rgb(215,27,47); }
H1.HeaderClassName
{
color: #D71B2F;
}
.AnyTagClassName
{
color: #D71B2F;
}
</style>
background-color css
<style>
a { background-color: #D71B2F; }
a { background-color: rgb(215,27,47); }
div.DivClassName
{
background-color: #D71B2F;
}
.BgClassName
{
background-color: #D71B2F;
}
</style>
border-color css
<style>
span { border-color: #D71B2F; }
span { border-color: rgb(215,27,47); }
td.TdClassName
{
border-color: #D71B2F;
}
.TagClassName
{
border-color: #D71B2F;
}
</style>