Shades of Venetian Red #D4070B
Tints of Venetian Red #D4070B
RGB
CMYK
RGB Variations
Color information
#D4070B (or 0xD4070B) is known color: Venetian Red. HEX triplet: D4, 07 and 0B. RGB value is (212,7,11). Sum of RGB (Red+Green+Blue) = 212+7+11=230 (30% of max value = 765). Red value is 212 (83.20% from 255 or 92.17% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 212 - color contains mainly: red. Hex color #D4070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4070B is #2BF8F4. Grayscale: #444444. Windows color (decimal): -2881781 or 722900. OLE color: 722900.
HSL color Cylindrical-coordinate representation of color #D4070B: hue angle of 358.83º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4070B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.17 |
| HSL | 358.83º | 0.94% | 0.43% | - |
| HSV(B) | 358.83º | 0.97% | 0.83% | - |
| XYZ | 27.29 | 14.17 | 1.61 | - |
| YUV | 68.75 | 95.42 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 11 | 0 | 0.97 | 0.95 | 0.17 | 358.83 | 0.94 | 0.43 |
| Hex | D4 | 7 | B | 0 | 61 | 5F | 11 | 167 | 5E | 2B |
| Octal | 324 | 7 | 13 | 0 | 141 | 137 | 21 | 547 | 136 | 53 |
| Binary | 11010100 | 111 | 1011 | 0 | 1100001 | 1011111 | 10001 | 101100111 | 1011110 | 101011 |
Color Harmonies of #D4070B
Complementary color
Monochromatic Colors of #D4070B
Black with #D4070B
Text Example
Text Example
White with #D4070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4070B; }
p { color: rgb(212,7,11); }
H1.HeaderClassName
{
color: #D4070B;
}
.AnyTagClassName
{
color: #D4070B;
}
</style>
background-color css
<style>
a { background-color: #D4070B; }
a { background-color: rgb(212,7,11); }
div.DivClassName
{
background-color: #D4070B;
}
.BgClassName
{
background-color: #D4070B;
}
</style>
border-color css
<style>
span { border-color: #D4070B; }
span { border-color: rgb(212,7,11); }
td.TdClassName
{
border-color: #D4070B;
}
.TagClassName
{
border-color: #D4070B;
}
</style>