Shades of Venetian Red #D30107
Tints of Venetian Red #D30107
RGB
CMYK
RGB Variations
Color information
#D30107 (or 0xD30107) is known color: Venetian Red. HEX triplet: D3, 01 and 07. RGB value is (211,1,7). Sum of RGB (Red+Green+Blue) = 211+1+7=219 (29% of max value = 765). Red value is 211 (82.81% from 255 or 96.35% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 211 - color contains mainly: red. Hex color #D30107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30107 is #2CFEF8. Grayscale: #404040. Windows color (decimal): -2948857 or 459219. OLE color: 459219.
HSL color Cylindrical-coordinate representation of color #D30107: hue angle of 358.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30107 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 7 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.17 |
| HSL | 358.29º | 0.99% | 0.42% | - |
| HSV(B) | 358.29º | 1% | 0.83% | - |
| XYZ | 26.91 | 13.89 | 1.46 | - |
| YUV | 64.47 | 95.57 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 7 | 0 | 1.00 | 0.97 | 0.17 | 358.29 | 0.99 | 0.42 |
| Hex | D3 | 1 | 7 | 0 | 64 | 61 | 11 | 166 | 63 | 2A |
| Octal | 323 | 1 | 7 | 0 | 144 | 141 | 21 | 546 | 143 | 52 |
| Binary | 11010011 | 1 | 111 | 0 | 1100100 | 1100001 | 10001 | 101100110 | 1100011 | 101010 |
Color Harmonies of #D30107
Complementary color
Monochromatic Colors of #D30107
Black with #D30107
Text Example
Text Example
White with #D30107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30107; }
p { color: rgb(211,1,7); }
H1.HeaderClassName
{
color: #D30107;
}
.AnyTagClassName
{
color: #D30107;
}
</style>
background-color css
<style>
a { background-color: #D30107; }
a { background-color: rgb(211,1,7); }
div.DivClassName
{
background-color: #D30107;
}
.BgClassName
{
background-color: #D30107;
}
</style>
border-color css
<style>
span { border-color: #D30107; }
span { border-color: rgb(211,1,7); }
td.TdClassName
{
border-color: #D30107;
}
.TagClassName
{
border-color: #D30107;
}
</style>