Shades of Venetian Red #D3080E
Tints of Venetian Red #D3080E
RGB
CMYK
RGB Variations
Color information
#D3080E (or 0xD3080E) is known color: Venetian Red. HEX triplet: D3, 08 and 0E. RGB value is (211,8,14). Sum of RGB (Red+Green+Blue) = 211+8+14=233 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.56% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 211 - color contains mainly: red. Hex color #D3080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3080E is #2CF7F1. Grayscale: #454545. Windows color (decimal): -2947058 or 919763. OLE color: 919763.
HSL color Cylindrical-coordinate representation of color #D3080E: hue angle of 358.23º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3080E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.17 |
| HSL | 358.23º | 0.93% | 0.43% | - |
| HSV(B) | 358.23º | 0.96% | 0.83% | - |
| XYZ | 27.03 | 14.05 | 1.7 | - |
| YUV | 69.38 | 96.75 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 14 | 0 | 0.96 | 0.93 | 0.17 | 358.23 | 0.93 | 0.43 |
| Hex | D3 | 8 | E | 0 | 60 | 5D | 11 | 166 | 5D | 2B |
| Octal | 323 | 10 | 16 | 0 | 140 | 135 | 21 | 546 | 135 | 53 |
| Binary | 11010011 | 1000 | 1110 | 0 | 1100000 | 1011101 | 10001 | 101100110 | 1011101 | 101011 |
Color Harmonies of #D3080E
Complementary color
Monochromatic Colors of #D3080E
Black with #D3080E
Text Example
Text Example
White with #D3080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3080E; }
p { color: rgb(211,8,14); }
H1.HeaderClassName
{
color: #D3080E;
}
.AnyTagClassName
{
color: #D3080E;
}
</style>
background-color css
<style>
a { background-color: #D3080E; }
a { background-color: rgb(211,8,14); }
div.DivClassName
{
background-color: #D3080E;
}
.BgClassName
{
background-color: #D3080E;
}
</style>
border-color css
<style>
span { border-color: #D3080E; }
span { border-color: rgb(211,8,14); }
td.TdClassName
{
border-color: #D3080E;
}
.TagClassName
{
border-color: #D3080E;
}
</style>