Shades of Venetian Red #D4071C
Tints of Venetian Red #D4071C
RGB
CMYK
RGB Variations
Color information
#D4071C (or 0xD4071C) is known color: Venetian Red. HEX triplet: D4, 07 and 1C. RGB value is (212,7,28). Sum of RGB (Red+Green+Blue) = 212+7+28=247 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.83% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 212 - color contains mainly: red. Hex color #D4071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4071C is #2BF8E3. Grayscale: #464646. Windows color (decimal): -2881764 or 1837012. OLE color: 1837012.
HSL color Cylindrical-coordinate representation of color #D4071C: hue angle of 353.85º 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 #D4071C is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.17 |
| HSL | 353.85º | 0.94% | 0.43% | - |
| HSV(B) | 353.85º | 0.97% | 0.83% | - |
| XYZ | 27.44 | 14.23 | 2.4 | - |
| YUV | 70.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 28 | 0 | 0.97 | 0.87 | 0.17 | 353.85 | 0.94 | 0.43 |
| Hex | D4 | 7 | 1C | 0 | 61 | 57 | 11 | 162 | 5E | 2B |
| Octal | 324 | 7 | 34 | 0 | 141 | 127 | 21 | 542 | 136 | 53 |
| Binary | 11010100 | 111 | 11100 | 0 | 1100001 | 1010111 | 10001 | 101100010 | 1011110 | 101011 |
Color Harmonies of #D4071C
Complementary color
Monochromatic Colors of #D4071C
Black with #D4071C
Text Example
Text Example
White with #D4071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4071C; }
p { color: rgb(212,7,28); }
H1.HeaderClassName
{
color: #D4071C;
}
.AnyTagClassName
{
color: #D4071C;
}
</style>
background-color css
<style>
a { background-color: #D4071C; }
a { background-color: rgb(212,7,28); }
div.DivClassName
{
background-color: #D4071C;
}
.BgClassName
{
background-color: #D4071C;
}
</style>
border-color css
<style>
span { border-color: #D4071C; }
span { border-color: rgb(212,7,28); }
td.TdClassName
{
border-color: #D4071C;
}
.TagClassName
{
border-color: #D4071C;
}
</style>