Shades of Venetian Red #D3080D
Tints of Venetian Red #D3080D
RGB
CMYK
RGB Variations
Color information
#D3080D (or 0xD3080D) is known color: Venetian Red. HEX triplet: D3, 08 and 0D. RGB value is (211,8,13). Sum of RGB (Red+Green+Blue) = 211+8+13=232 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.95% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 211 - color contains mainly: red. Hex color #D3080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3080D is #2CF7F2. Grayscale: #454545. Windows color (decimal): -2947059 or 854227. OLE color: 854227.
HSL color Cylindrical-coordinate representation of color #D3080D: hue angle of 358.52º 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 #D3080D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.17 |
| HSL | 358.52º | 0.93% | 0.43% | - |
| HSV(B) | 358.52º | 0.96% | 0.83% | - |
| XYZ | 27.02 | 14.05 | 1.67 | - |
| YUV | 69.27 | 96.25 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 13 | 0 | 0.96 | 0.94 | 0.17 | 358.52 | 0.93 | 0.43 |
| Hex | D3 | 8 | D | 0 | 60 | 5E | 11 | 167 | 5D | 2B |
| Octal | 323 | 10 | 15 | 0 | 140 | 136 | 21 | 547 | 135 | 53 |
| Binary | 11010011 | 1000 | 1101 | 0 | 1100000 | 1011110 | 10001 | 101100111 | 1011101 | 101011 |
Color Harmonies of #D3080D
Complementary color
Monochromatic Colors of #D3080D
Black with #D3080D
Text Example
Text Example
White with #D3080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3080D; }
p { color: rgb(211,8,13); }
H1.HeaderClassName
{
color: #D3080D;
}
.AnyTagClassName
{
color: #D3080D;
}
</style>
background-color css
<style>
a { background-color: #D3080D; }
a { background-color: rgb(211,8,13); }
div.DivClassName
{
background-color: #D3080D;
}
.BgClassName
{
background-color: #D3080D;
}
</style>
border-color css
<style>
span { border-color: #D3080D; }
span { border-color: rgb(211,8,13); }
td.TdClassName
{
border-color: #D3080D;
}
.TagClassName
{
border-color: #D3080D;
}
</style>