Shades of Venetian Red #D30607
Tints of Venetian Red #D30607
RGB
CMYK
RGB Variations
Color information
#D30607 (or 0xD30607) is known color: Venetian Red. HEX triplet: D3, 06 and 07. RGB value is (211,6,7). Sum of RGB (Red+Green+Blue) = 211+6+7=224 (29% of max value = 765). Red value is 211 (82.81% from 255 or 94.20% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 211 - color contains mainly: red. Hex color #D30607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30607 is #2CF9F8. Grayscale: #434343. Windows color (decimal): -2947577 or 460499. OLE color: 460499.
HSL color Cylindrical-coordinate representation of color #D30607: hue angle of 359.71º 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 #D30607 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 7 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.17 |
| HSL | 359.71º | 0.94% | 0.43% | - |
| HSV(B) | 359.71º | 0.97% | 0.83% | - |
| XYZ | 26.97 | 13.99 | 1.48 | - |
| YUV | 67.41 | 93.92 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 7 | 0 | 0.97 | 0.97 | 0.17 | 359.71 | 0.94 | 0.43 |
| Hex | D3 | 6 | 7 | 0 | 61 | 61 | 11 | 168 | 5E | 2B |
| Octal | 323 | 6 | 7 | 0 | 141 | 141 | 21 | 550 | 136 | 53 |
| Binary | 11010011 | 110 | 111 | 0 | 1100001 | 1100001 | 10001 | 101101000 | 1011110 | 101011 |
Color Harmonies of #D30607
Complementary color
Monochromatic Colors of #D30607
Black with #D30607
Text Example
Text Example
White with #D30607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30607; }
p { color: rgb(211,6,7); }
H1.HeaderClassName
{
color: #D30607;
}
.AnyTagClassName
{
color: #D30607;
}
</style>
background-color css
<style>
a { background-color: #D30607; }
a { background-color: rgb(211,6,7); }
div.DivClassName
{
background-color: #D30607;
}
.BgClassName
{
background-color: #D30607;
}
</style>
border-color css
<style>
span { border-color: #D30607; }
span { border-color: rgb(211,6,7); }
td.TdClassName
{
border-color: #D30607;
}
.TagClassName
{
border-color: #D30607;
}
</style>