Shades of Venetian Red #D2030D
Tints of Venetian Red #D2030D
RGB
CMYK
RGB Variations
Color information
#D2030D (or 0xD2030D) is known color: Venetian Red. HEX triplet: D2, 03 and 0D. RGB value is (210,3,13). Sum of RGB (Red+Green+Blue) = 210+3+13=226 (29% of max value = 765). Red value is 210 (82.42% from 255 or 92.92% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 210 - color contains mainly: red. Hex color #D2030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2030D is #2DFCF2. Grayscale: #424242. Windows color (decimal): -3013875 or 852946. OLE color: 852946.
HSL color Cylindrical-coordinate representation of color #D2030D: hue angle of 357.1º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.18 |
| HSL | 357.1º | 0.97% | 0.42% | - |
| HSV(B) | 357.1º | 0.99% | 0.82% | - |
| XYZ | 26.68 | 13.8 | 1.64 | - |
| YUV | 66.03 | 98.08 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 13 | 0 | 0.99 | 0.94 | 0.18 | 357.1 | 0.97 | 0.42 |
| Hex | D2 | 3 | D | 0 | 63 | 5E | 12 | 165 | 61 | 2A |
| Octal | 322 | 3 | 15 | 0 | 143 | 136 | 22 | 545 | 141 | 52 |
| Binary | 11010010 | 11 | 1101 | 0 | 1100011 | 1011110 | 10010 | 101100101 | 1100001 | 101010 |
Color Harmonies of #D2030D
Complementary color
Monochromatic Colors of #D2030D
Black with #D2030D
Text Example
Text Example
White with #D2030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2030D; }
p { color: rgb(210,3,13); }
H1.HeaderClassName
{
color: #D2030D;
}
.AnyTagClassName
{
color: #D2030D;
}
</style>
background-color css
<style>
a { background-color: #D2030D; }
a { background-color: rgb(210,3,13); }
div.DivClassName
{
background-color: #D2030D;
}
.BgClassName
{
background-color: #D2030D;
}
</style>
border-color css
<style>
span { border-color: #D2030D; }
span { border-color: rgb(210,3,13); }
td.TdClassName
{
border-color: #D2030D;
}
.TagClassName
{
border-color: #D2030D;
}
</style>