Shades of Crimson #D71533
Tints of Crimson #D71533
RGB
CMYK
RGB Variations
Color information
#D71533 (or 0xD71533) is known color: Crimson. HEX triplet: D7, 15 and 33. RGB value is (215,21,51). Sum of RGB (Red+Green+Blue) = 215+21+51=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D71533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71533 is #28EACC. Grayscale: #525252. Windows color (decimal): -2681549 or 3347927. OLE color: 3347927.
HSL color Cylindrical-coordinate representation of color #D71533: hue angle of 350.72º 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 #D71533 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 51 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.16 |
| HSL | 350.72º | 0.82% | 0.46% | - |
| HSV(B) | 350.72º | 0.9% | 0.84% | - |
| XYZ | 28.89 | 15.22 | 4.55 | - |
| YUV | 82.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 51 | 0 | 0.90 | 0.76 | 0.16 | 350.72 | 0.82 | 0.46 |
| Hex | D7 | 15 | 33 | 0 | 5A | 4C | 10 | 15F | 52 | 2E |
| Octal | 327 | 25 | 63 | 0 | 132 | 114 | 20 | 537 | 122 | 56 |
| Binary | 11010111 | 10101 | 110011 | 0 | 1011010 | 1001100 | 10000 | 101011111 | 1010010 | 101110 |
Color Harmonies of #D71533
Complementary color
Monochromatic Colors of #D71533
Black with #D71533
Text Example
Text Example
White with #D71533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71533; }
p { color: rgb(215,21,51); }
H1.HeaderClassName
{
color: #D71533;
}
.AnyTagClassName
{
color: #D71533;
}
</style>
background-color css
<style>
a { background-color: #D71533; }
a { background-color: rgb(215,21,51); }
div.DivClassName
{
background-color: #D71533;
}
.BgClassName
{
background-color: #D71533;
}
</style>
border-color css
<style>
span { border-color: #D71533; }
span { border-color: rgb(215,21,51); }
td.TdClassName
{
border-color: #D71533;
}
.TagClassName
{
border-color: #D71533;
}
</style>