Shades of Venetian Red #D3050A
Tints of Venetian Red #D3050A
RGB
CMYK
RGB Variations
Color information
#D3050A (or 0xD3050A) is known color: Venetian Red. HEX triplet: D3, 05 and 0A. RGB value is (211,5,10). Sum of RGB (Red+Green+Blue) = 211+5+10=226 (29% of max value = 765). Red value is 211 (82.81% from 255 or 93.36% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 211 - color contains mainly: red. Hex color #D3050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3050A is #2CFAF5. Grayscale: #434343. Windows color (decimal): -2947830 or 656851. OLE color: 656851.
HSL color Cylindrical-coordinate representation of color #D3050A: hue angle of 358.54º 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 #D3050A is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 10 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.17 |
| HSL | 358.54º | 0.95% | 0.42% | - |
| HSV(B) | 358.54º | 0.98% | 0.83% | - |
| XYZ | 26.97 | 13.98 | 1.56 | - |
| YUV | 67.16 | 95.75 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 10 | 0 | 0.98 | 0.95 | 0.17 | 358.54 | 0.95 | 0.42 |
| Hex | D3 | 5 | A | 0 | 62 | 5F | 11 | 167 | 5F | 2A |
| Octal | 323 | 5 | 12 | 0 | 142 | 137 | 21 | 547 | 137 | 52 |
| Binary | 11010011 | 101 | 1010 | 0 | 1100010 | 1011111 | 10001 | 101100111 | 1011111 | 101010 |
Color Harmonies of #D3050A
Complementary color
Monochromatic Colors of #D3050A
Black with #D3050A
Text Example
Text Example
White with #D3050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3050A; }
p { color: rgb(211,5,10); }
H1.HeaderClassName
{
color: #D3050A;
}
.AnyTagClassName
{
color: #D3050A;
}
</style>
background-color css
<style>
a { background-color: #D3050A; }
a { background-color: rgb(211,5,10); }
div.DivClassName
{
background-color: #D3050A;
}
.BgClassName
{
background-color: #D3050A;
}
</style>
border-color css
<style>
span { border-color: #D3050A; }
span { border-color: rgb(211,5,10); }
td.TdClassName
{
border-color: #D3050A;
}
.TagClassName
{
border-color: #D3050A;
}
</style>