Shades of Crimson #D7092F
Tints of Crimson #D7092F
RGB
CMYK
RGB Variations
Color information
#D7092F (or 0xD7092F) is known color: Crimson. HEX triplet: D7, 09 and 2F. RGB value is (215,9,47). Sum of RGB (Red+Green+Blue) = 215+9+47=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D7092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7092F is #28F6D0. Grayscale: #4A4A4A. Windows color (decimal): -2684625 or 3082711. OLE color: 3082711.
HSL color Cylindrical-coordinate representation of color #D7092F: hue angle of 348.93º 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 #D7092F is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.16 |
| HSL | 348.93º | 0.92% | 0.44% | - |
| HSV(B) | 348.93º | 0.96% | 0.84% | - |
| XYZ | 28.64 | 14.85 | 4.05 | - |
| YUV | 74.93 | 112.25 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 47 | 0 | 0.96 | 0.78 | 0.16 | 348.93 | 0.92 | 0.44 |
| Hex | D7 | 9 | 2F | 0 | 60 | 4E | 10 | 15D | 5C | 2C |
| Octal | 327 | 11 | 57 | 0 | 140 | 116 | 20 | 535 | 134 | 54 |
| Binary | 11010111 | 1001 | 101111 | 0 | 1100000 | 1001110 | 10000 | 101011101 | 1011100 | 101100 |
Color Harmonies of #D7092F
Complementary color
Monochromatic Colors of #D7092F
Black with #D7092F
Text Example
Text Example
White with #D7092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7092F; }
p { color: rgb(215,9,47); }
H1.HeaderClassName
{
color: #D7092F;
}
.AnyTagClassName
{
color: #D7092F;
}
</style>
background-color css
<style>
a { background-color: #D7092F; }
a { background-color: rgb(215,9,47); }
div.DivClassName
{
background-color: #D7092F;
}
.BgClassName
{
background-color: #D7092F;
}
</style>
border-color css
<style>
span { border-color: #D7092F; }
span { border-color: rgb(215,9,47); }
td.TdClassName
{
border-color: #D7092F;
}
.TagClassName
{
border-color: #D7092F;
}
</style>