Shades of Crimson #D7153B
Tints of Crimson #D7153B
RGB
CMYK
RGB Variations
Color information
#D7153B (or 0xD7153B) is known color: Crimson. HEX triplet: D7, 15 and 3B. RGB value is (215,21,59). Sum of RGB (Red+Green+Blue) = 215+21+59=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D7153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7153B is #28EAC4. Grayscale: #535353. Windows color (decimal): -2681541 or 3872215. OLE color: 3872215.
HSL color Cylindrical-coordinate representation of color #D7153B: hue angle of 348.25º 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 #D7153B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 59 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.16 |
| HSL | 348.25º | 0.82% | 0.46% | - |
| HSV(B) | 348.25º | 0.9% | 0.84% | - |
| XYZ | 29.08 | 15.3 | 5.56 | - |
| YUV | 83.34 | 114.27 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 59 | 0 | 0.90 | 0.73 | 0.16 | 348.25 | 0.82 | 0.46 |
| Hex | D7 | 15 | 3B | 0 | 5A | 49 | 10 | 15C | 52 | 2E |
| Octal | 327 | 25 | 73 | 0 | 132 | 111 | 20 | 534 | 122 | 56 |
| Binary | 11010111 | 10101 | 111011 | 0 | 1011010 | 1001001 | 10000 | 101011100 | 1010010 | 101110 |
Color Harmonies of #D7153B
Complementary color
Monochromatic Colors of #D7153B
Black with #D7153B
Text Example
Text Example
White with #D7153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7153B; }
p { color: rgb(215,21,59); }
H1.HeaderClassName
{
color: #D7153B;
}
.AnyTagClassName
{
color: #D7153B;
}
</style>
background-color css
<style>
a { background-color: #D7153B; }
a { background-color: rgb(215,21,59); }
div.DivClassName
{
background-color: #D7153B;
}
.BgClassName
{
background-color: #D7153B;
}
</style>
border-color css
<style>
span { border-color: #D7153B; }
span { border-color: rgb(215,21,59); }
td.TdClassName
{
border-color: #D7153B;
}
.TagClassName
{
border-color: #D7153B;
}
</style>