Shades of Crimson #D7132D
Tints of Crimson #D7132D
RGB
CMYK
RGB Variations
Color information
#D7132D (or 0xD7132D) is known color: Crimson. HEX triplet: D7, 13 and 2D. RGB value is (215,19,45). Sum of RGB (Red+Green+Blue) = 215+19+45=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D7132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7132D is #28ECD2. Grayscale: #505050. Windows color (decimal): -2682067 or 2954199. OLE color: 2954199.
HSL color Cylindrical-coordinate representation of color #D7132D: hue angle of 352.04º 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 #D7132D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.16 |
| HSL | 352.04º | 0.84% | 0.46% | - |
| HSV(B) | 352.04º | 0.91% | 0.84% | - |
| XYZ | 28.73 | 15.1 | 3.88 | - |
| YUV | 80.57 | 107.93 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 45 | 0 | 0.91 | 0.79 | 0.16 | 352.04 | 0.84 | 0.46 |
| Hex | D7 | 13 | 2D | 0 | 5B | 4F | 10 | 160 | 54 | 2E |
| Octal | 327 | 23 | 55 | 0 | 133 | 117 | 20 | 540 | 124 | 56 |
| Binary | 11010111 | 10011 | 101101 | 0 | 1011011 | 1001111 | 10000 | 101100000 | 1010100 | 101110 |
Color Harmonies of #D7132D
Complementary color
Monochromatic Colors of #D7132D
Black with #D7132D
Text Example
Text Example
White with #D7132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7132D; }
p { color: rgb(215,19,45); }
H1.HeaderClassName
{
color: #D7132D;
}
.AnyTagClassName
{
color: #D7132D;
}
</style>
background-color css
<style>
a { background-color: #D7132D; }
a { background-color: rgb(215,19,45); }
div.DivClassName
{
background-color: #D7132D;
}
.BgClassName
{
background-color: #D7132D;
}
</style>
border-color css
<style>
span { border-color: #D7132D; }
span { border-color: rgb(215,19,45); }
td.TdClassName
{
border-color: #D7132D;
}
.TagClassName
{
border-color: #D7132D;
}
</style>