Shades of Venetian Red #D7040B
Tints of Venetian Red #D7040B
RGB
CMYK
RGB Variations
Color information
#D7040B (or 0xD7040B) is known color: Venetian Red. HEX triplet: D7, 04 and 0B. RGB value is (215,4,11). Sum of RGB (Red+Green+Blue) = 215+4+11=230 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.48% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 215 - color contains mainly: red. Hex color #D7040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7040B is #28FBF4. Grayscale: #444444. Windows color (decimal): -2685941 or 722135. OLE color: 722135.
HSL color Cylindrical-coordinate representation of color #D7040B: hue angle of 358.01º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.16 |
| HSL | 358.01º | 0.96% | 0.43% | - |
| HSV(B) | 358.01º | 0.98% | 0.84% | - |
| XYZ | 28.13 | 14.56 | 1.64 | - |
| YUV | 67.89 | 95.9 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 11 | 0 | 0.98 | 0.95 | 0.16 | 358.01 | 0.96 | 0.43 |
| Hex | D7 | 4 | B | 0 | 62 | 5F | 10 | 166 | 60 | 2B |
| Octal | 327 | 4 | 13 | 0 | 142 | 137 | 20 | 546 | 140 | 53 |
| Binary | 11010111 | 100 | 1011 | 0 | 1100010 | 1011111 | 10000 | 101100110 | 1100000 | 101011 |
Color Harmonies of #D7040B
Complementary color
Monochromatic Colors of #D7040B
Black with #D7040B
Text Example
Text Example
White with #D7040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7040B; }
p { color: rgb(215,4,11); }
H1.HeaderClassName
{
color: #D7040B;
}
.AnyTagClassName
{
color: #D7040B;
}
</style>
background-color css
<style>
a { background-color: #D7040B; }
a { background-color: rgb(215,4,11); }
div.DivClassName
{
background-color: #D7040B;
}
.BgClassName
{
background-color: #D7040B;
}
</style>
border-color css
<style>
span { border-color: #D7040B; }
span { border-color: rgb(215,4,11); }
td.TdClassName
{
border-color: #D7040B;
}
.TagClassName
{
border-color: #D7040B;
}
</style>