Shades of Crimson #D7002E
Tints of Crimson #D7002E
RGB
CMYK
RGB Variations
Color information
#D7002E (or 0xD7002E) is known color: Crimson. HEX triplet: D7, 00 and 2E. RGB value is (215,0,46). Sum of RGB (Red+Green+Blue) = 215+0+46=261 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.38% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 215 - color contains mainly: red. Hex color #D7002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7002E is #28FFD1. Grayscale: #454545. Windows color (decimal): -2686930 or 3014871. OLE color: 3014871.
HSL color Cylindrical-coordinate representation of color #D7002E: hue angle of 347.16º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7002E is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.79 | 0.16 |
| HSL | 347.16º | 1% | 0.42% | - |
| HSV(B) | 347.16º | 1% | 0.84% | - |
| XYZ | 28.52 | 14.64 | 3.91 | - |
| YUV | 69.53 | 114.73 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 46 | 0 | 1 | 0.79 | 0.16 | 347.16 | 1 | 0.42 |
| Hex | D7 | 0 | 2E | 0 | 64 | 4F | 10 | 15B | 64 | 2A |
| Octal | 327 | 0 | 56 | 0 | 144 | 117 | 20 | 533 | 144 | 52 |
| Binary | 11010111 | 0 | 101110 | 0 | 1100100 | 1001111 | 10000 | 101011011 | 1100100 | 101010 |
Color Harmonies of #D7002E
Complementary color
Monochromatic Colors of #D7002E
Black with #D7002E
Text Example
Text Example
White with #D7002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7002E; }
p { color: rgb(215,0,46); }
H1.HeaderClassName
{
color: #D7002E;
}
.AnyTagClassName
{
color: #D7002E;
}
</style>
background-color css
<style>
a { background-color: #D7002E; }
a { background-color: rgb(215,0,46); }
div.DivClassName
{
background-color: #D7002E;
}
.BgClassName
{
background-color: #D7002E;
}
</style>
border-color css
<style>
span { border-color: #D7002E; }
span { border-color: rgb(215,0,46); }
td.TdClassName
{
border-color: #D7002E;
}
.TagClassName
{
border-color: #D7002E;
}
</style>