Shades of Crimson #D7074A
Tints of Crimson #D7074A
RGB
CMYK
RGB Variations
Color information
#D7074A (or 0xD7074A) is known color: Crimson. HEX triplet: D7, 07 and 4A. RGB value is (215,7,74). Sum of RGB (Red+Green+Blue) = 215+7+74=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7074A is #28F8B5. Grayscale: #4C4C4C. Windows color (decimal): -2685110 or 4851671. OLE color: 4851671.
HSL color Cylindrical-coordinate representation of color #D7074A: hue angle of 340.67º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7074A is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 74 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.16 |
| HSL | 340.67º | 0.94% | 0.44% | - |
| HSV(B) | 340.67º | 0.97% | 0.84% | - |
| XYZ | 29.34 | 15.09 | 7.85 | - |
| YUV | 76.83 | 126.41 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 74 | 0 | 0.97 | 0.66 | 0.16 | 340.67 | 0.94 | 0.44 |
| Hex | D7 | 7 | 4A | 0 | 61 | 42 | 10 | 155 | 5E | 2C |
| Octal | 327 | 7 | 112 | 0 | 141 | 102 | 20 | 525 | 136 | 54 |
| Binary | 11010111 | 111 | 1001010 | 0 | 1100001 | 1000010 | 10000 | 101010101 | 1011110 | 101100 |
Color Harmonies of #D7074A
Complementary color
Monochromatic Colors of #D7074A
Black with #D7074A
Text Example
Text Example
White with #D7074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7074A; }
p { color: rgb(215,7,74); }
H1.HeaderClassName
{
color: #D7074A;
}
.AnyTagClassName
{
color: #D7074A;
}
</style>
background-color css
<style>
a { background-color: #D7074A; }
a { background-color: rgb(215,7,74); }
div.DivClassName
{
background-color: #D7074A;
}
.BgClassName
{
background-color: #D7074A;
}
</style>
border-color css
<style>
span { border-color: #D7074A; }
span { border-color: rgb(215,7,74); }
td.TdClassName
{
border-color: #D7074A;
}
.TagClassName
{
border-color: #D7074A;
}
</style>