Shades of Crimson #D7002B
Tints of Crimson #D7002B
RGB
CMYK
RGB Variations
Color information
#D7002B (or 0xD7002B) is known color: Crimson. HEX triplet: D7, 00 and 2B. RGB value is (215,0,43). Sum of RGB (Red+Green+Blue) = 215+0+43=258 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.33% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 215 - color contains mainly: red. Hex color #D7002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7002B is #28FFD4. Grayscale: #454545. Windows color (decimal): -2686933 or 2818263. OLE color: 2818263.
HSL color Cylindrical-coordinate representation of color #D7002B: hue angle of 348º 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 #D7002B is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.8 | 0.16 |
| HSL | 348º | 1% | 0.42% | - |
| HSV(B) | 348º | 1% | 0.84% | - |
| XYZ | 28.46 | 14.62 | 3.61 | - |
| YUV | 69.19 | 113.23 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 43 | 0 | 1 | 0.8 | 0.16 | 348 | 1 | 0.42 |
| Hex | D7 | 0 | 2B | 0 | 64 | 50 | 10 | 15C | 64 | 2A |
| Octal | 327 | 0 | 53 | 0 | 144 | 120 | 20 | 534 | 144 | 52 |
| Binary | 11010111 | 0 | 101011 | 0 | 1100100 | 1010000 | 10000 | 101011100 | 1100100 | 101010 |
Color Harmonies of #D7002B
Complementary color
Monochromatic Colors of #D7002B
Black with #D7002B
Text Example
Text Example
White with #D7002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7002B; }
p { color: rgb(215,0,43); }
H1.HeaderClassName
{
color: #D7002B;
}
.AnyTagClassName
{
color: #D7002B;
}
</style>
background-color css
<style>
a { background-color: #D7002B; }
a { background-color: rgb(215,0,43); }
div.DivClassName
{
background-color: #D7002B;
}
.BgClassName
{
background-color: #D7002B;
}
</style>
border-color css
<style>
span { border-color: #D7002B; }
span { border-color: rgb(215,0,43); }
td.TdClassName
{
border-color: #D7002B;
}
.TagClassName
{
border-color: #D7002B;
}
</style>