Shades of Venetian Red #D3051D
Tints of Venetian Red #D3051D
RGB
CMYK
RGB Variations
Color information
#D3051D (or 0xD3051D) is known color: Venetian Red. HEX triplet: D3, 05 and 1D. RGB value is (211,5,29). Sum of RGB (Red+Green+Blue) = 211+5+29=245 (32% of max value = 765). Red value is 211 (82.81% from 255 or 86.12% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 211 - color contains mainly: red. Hex color #D3051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3051D is #2CFAE2. Grayscale: #454545. Windows color (decimal): -2947811 or 1902035. OLE color: 1902035.
HSL color Cylindrical-coordinate representation of color #D3051D: hue angle of 353.01º degrees, saturation: 0.95, 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 #D3051D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.17 |
| HSL | 353.01º | 0.95% | 0.42% | - |
| HSV(B) | 353.01º | 0.98% | 0.83% | - |
| XYZ | 27.14 | 14.05 | 2.44 | - |
| YUV | 69.33 | 105.25 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 29 | 0 | 0.98 | 0.86 | 0.17 | 353.01 | 0.95 | 0.42 |
| Hex | D3 | 5 | 1D | 0 | 62 | 56 | 11 | 161 | 5F | 2A |
| Octal | 323 | 5 | 35 | 0 | 142 | 126 | 21 | 541 | 137 | 52 |
| Binary | 11010011 | 101 | 11101 | 0 | 1100010 | 1010110 | 10001 | 101100001 | 1011111 | 101010 |
Color Harmonies of #D3051D
Complementary color
Monochromatic Colors of #D3051D
Black with #D3051D
Text Example
Text Example
White with #D3051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3051D; }
p { color: rgb(211,5,29); }
H1.HeaderClassName
{
color: #D3051D;
}
.AnyTagClassName
{
color: #D3051D;
}
</style>
background-color css
<style>
a { background-color: #D3051D; }
a { background-color: rgb(211,5,29); }
div.DivClassName
{
background-color: #D3051D;
}
.BgClassName
{
background-color: #D3051D;
}
</style>
border-color css
<style>
span { border-color: #D3051D; }
span { border-color: rgb(211,5,29); }
td.TdClassName
{
border-color: #D3051D;
}
.TagClassName
{
border-color: #D3051D;
}
</style>