Shades of Crimson #D71331
Tints of Crimson #D71331
RGB
CMYK
RGB Variations
Color information
#D71331 (or 0xD71331) is known color: Crimson. HEX triplet: D7, 13 and 31. RGB value is (215,19,49). Sum of RGB (Red+Green+Blue) = 215+19+49=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D71331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71331 is #28ECCE. Grayscale: #515151. Windows color (decimal): -2682063 or 3216343. OLE color: 3216343.
HSL color Cylindrical-coordinate representation of color #D71331: hue angle of 350.82º degrees, saturation: 0.84, 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 #D71331 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 49 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.16 |
| HSL | 350.82º | 0.84% | 0.46% | - |
| HSV(B) | 350.82º | 0.91% | 0.84% | - |
| XYZ | 28.81 | 15.13 | 4.31 | - |
| YUV | 81.02 | 109.93 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 49 | 0 | 0.91 | 0.77 | 0.16 | 350.82 | 0.84 | 0.46 |
| Hex | D7 | 13 | 31 | 0 | 5B | 4D | 10 | 15F | 54 | 2E |
| Octal | 327 | 23 | 61 | 0 | 133 | 115 | 20 | 537 | 124 | 56 |
| Binary | 11010111 | 10011 | 110001 | 0 | 1011011 | 1001101 | 10000 | 101011111 | 1010100 | 101110 |
Color Harmonies of #D71331
Complementary color
Monochromatic Colors of #D71331
Black with #D71331
Text Example
Text Example
White with #D71331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71331; }
p { color: rgb(215,19,49); }
H1.HeaderClassName
{
color: #D71331;
}
.AnyTagClassName
{
color: #D71331;
}
</style>
background-color css
<style>
a { background-color: #D71331; }
a { background-color: rgb(215,19,49); }
div.DivClassName
{
background-color: #D71331;
}
.BgClassName
{
background-color: #D71331;
}
</style>
border-color css
<style>
span { border-color: #D71331; }
span { border-color: rgb(215,19,49); }
td.TdClassName
{
border-color: #D71331;
}
.TagClassName
{
border-color: #D71331;
}
</style>