Shades of Crimson #D7102D
Tints of Crimson #D7102D
RGB
CMYK
RGB Variations
Color information
#D7102D (or 0xD7102D) is known color: Crimson. HEX triplet: D7, 10 and 2D. RGB value is (215,16,45). Sum of RGB (Red+Green+Blue) = 215+16+45=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D7102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7102D is #28EFD2. Grayscale: #4E4E4E. Windows color (decimal): -2682835 or 2953431. OLE color: 2953431.
HSL color Cylindrical-coordinate representation of color #D7102D: hue angle of 351.26º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7102D is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 45 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.16 |
| HSL | 351.26º | 0.86% | 0.45% | - |
| HSV(B) | 351.26º | 0.93% | 0.84% | - |
| XYZ | 28.68 | 15.01 | 3.87 | - |
| YUV | 78.81 | 108.93 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 45 | 0 | 0.93 | 0.79 | 0.16 | 351.26 | 0.86 | 0.45 |
| Hex | D7 | 10 | 2D | 0 | 5D | 4F | 10 | 15F | 56 | 2D |
| Octal | 327 | 20 | 55 | 0 | 135 | 117 | 20 | 537 | 126 | 55 |
| Binary | 11010111 | 10000 | 101101 | 0 | 1011101 | 1001111 | 10000 | 101011111 | 1010110 | 101101 |
Color Harmonies of #D7102D
Complementary color
Monochromatic Colors of #D7102D
Black with #D7102D
Text Example
Text Example
White with #D7102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7102D; }
p { color: rgb(215,16,45); }
H1.HeaderClassName
{
color: #D7102D;
}
.AnyTagClassName
{
color: #D7102D;
}
</style>
background-color css
<style>
a { background-color: #D7102D; }
a { background-color: rgb(215,16,45); }
div.DivClassName
{
background-color: #D7102D;
}
.BgClassName
{
background-color: #D7102D;
}
</style>
border-color css
<style>
span { border-color: #D7102D; }
span { border-color: rgb(215,16,45); }
td.TdClassName
{
border-color: #D7102D;
}
.TagClassName
{
border-color: #D7102D;
}
</style>