Shades of Venetian Red #D3040B
Tints of Venetian Red #D3040B
RGB
CMYK
RGB Variations
Color information
#D3040B (or 0xD3040B) is known color: Venetian Red. HEX triplet: D3, 04 and 0B. RGB value is (211,4,11). Sum of RGB (Red+Green+Blue) = 211+4+11=226 (29% of max value = 765). Red value is 211 (82.81% from 255 or 93.36% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 211 - color contains mainly: red. Hex color #D3040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3040B is #2CFBF4. Grayscale: #424242. Windows color (decimal): -2948085 or 722131. OLE color: 722131.
HSL color Cylindrical-coordinate representation of color #D3040B: hue angle of 357.97º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.17 |
| HSL | 357.97º | 0.96% | 0.42% | - |
| HSV(B) | 357.97º | 0.98% | 0.83% | - |
| XYZ | 26.97 | 13.96 | 1.59 | - |
| YUV | 66.69 | 96.58 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 11 | 0 | 0.98 | 0.95 | 0.17 | 357.97 | 0.96 | 0.42 |
| Hex | D3 | 4 | B | 0 | 62 | 5F | 11 | 166 | 60 | 2A |
| Octal | 323 | 4 | 13 | 0 | 142 | 137 | 21 | 546 | 140 | 52 |
| Binary | 11010011 | 100 | 1011 | 0 | 1100010 | 1011111 | 10001 | 101100110 | 1100000 | 101010 |
Color Harmonies of #D3040B
Complementary color
Monochromatic Colors of #D3040B
Black with #D3040B
Text Example
Text Example
White with #D3040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3040B; }
p { color: rgb(211,4,11); }
H1.HeaderClassName
{
color: #D3040B;
}
.AnyTagClassName
{
color: #D3040B;
}
</style>
background-color css
<style>
a { background-color: #D3040B; }
a { background-color: rgb(211,4,11); }
div.DivClassName
{
background-color: #D3040B;
}
.BgClassName
{
background-color: #D3040B;
}
</style>
border-color css
<style>
span { border-color: #D3040B; }
span { border-color: rgb(211,4,11); }
td.TdClassName
{
border-color: #D3040B;
}
.TagClassName
{
border-color: #D3040B;
}
</style>