Shades of Crimson #D7092C
Tints of Crimson #D7092C
RGB
CMYK
RGB Variations
Color information
#D7092C (or 0xD7092C) is known color: Crimson. HEX triplet: D7, 09 and 2C. RGB value is (215,9,44). Sum of RGB (Red+Green+Blue) = 215+9+44=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D7092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7092C is #28F6D3. Grayscale: #4A4A4A. Windows color (decimal): -2684628 or 2886103. OLE color: 2886103.
HSL color Cylindrical-coordinate representation of color #D7092C: hue angle of 349.81º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7092C is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 44 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.16 |
| HSL | 349.81º | 0.92% | 0.44% | - |
| HSV(B) | 349.81º | 0.96% | 0.84% | - |
| XYZ | 28.58 | 14.82 | 3.74 | - |
| YUV | 74.58 | 110.75 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 44 | 0 | 0.96 | 0.80 | 0.16 | 349.81 | 0.92 | 0.44 |
| Hex | D7 | 9 | 2C | 0 | 60 | 50 | 10 | 15E | 5C | 2C |
| Octal | 327 | 11 | 54 | 0 | 140 | 120 | 20 | 536 | 134 | 54 |
| Binary | 11010111 | 1001 | 101100 | 0 | 1100000 | 1010000 | 10000 | 101011110 | 1011100 | 101100 |
Color Harmonies of #D7092C
Complementary color
Monochromatic Colors of #D7092C
Black with #D7092C
Text Example
Text Example
White with #D7092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7092C; }
p { color: rgb(215,9,44); }
H1.HeaderClassName
{
color: #D7092C;
}
.AnyTagClassName
{
color: #D7092C;
}
</style>
background-color css
<style>
a { background-color: #D7092C; }
a { background-color: rgb(215,9,44); }
div.DivClassName
{
background-color: #D7092C;
}
.BgClassName
{
background-color: #D7092C;
}
</style>
border-color css
<style>
span { border-color: #D7092C; }
span { border-color: rgb(215,9,44); }
td.TdClassName
{
border-color: #D7092C;
}
.TagClassName
{
border-color: #D7092C;
}
</style>