Shades of Venetian Red #D2030A
Tints of Venetian Red #D2030A
RGB
CMYK
RGB Variations
Color information
#D2030A (or 0xD2030A) is known color: Venetian Red. HEX triplet: D2, 03 and 0A. RGB value is (210,3,10). Sum of RGB (Red+Green+Blue) = 210+3+10=223 (29% of max value = 765). Red value is 210 (82.42% from 255 or 94.17% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 210 - color contains mainly: red. Hex color #D2030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2030A is #2DFCF5. Grayscale: #414141. Windows color (decimal): -3013878 or 656338. OLE color: 656338.
HSL color Cylindrical-coordinate representation of color #D2030A: hue angle of 357.97º 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 #D2030A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.18 |
| HSL | 357.97º | 0.97% | 0.42% | - |
| HSV(B) | 357.97º | 0.99% | 0.82% | - |
| XYZ | 26.67 | 13.79 | 1.54 | - |
| YUV | 65.69 | 96.58 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 10 | 0 | 0.99 | 0.95 | 0.18 | 357.97 | 0.97 | 0.42 |
| Hex | D2 | 3 | A | 0 | 63 | 5F | 12 | 166 | 61 | 2A |
| Octal | 322 | 3 | 12 | 0 | 143 | 137 | 22 | 546 | 141 | 52 |
| Binary | 11010010 | 11 | 1010 | 0 | 1100011 | 1011111 | 10010 | 101100110 | 1100001 | 101010 |
Color Harmonies of #D2030A
Complementary color
Monochromatic Colors of #D2030A
Black with #D2030A
Text Example
Text Example
White with #D2030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2030A; }
p { color: rgb(210,3,10); }
H1.HeaderClassName
{
color: #D2030A;
}
.AnyTagClassName
{
color: #D2030A;
}
</style>
background-color css
<style>
a { background-color: #D2030A; }
a { background-color: rgb(210,3,10); }
div.DivClassName
{
background-color: #D2030A;
}
.BgClassName
{
background-color: #D2030A;
}
</style>
border-color css
<style>
span { border-color: #D2030A; }
span { border-color: rgb(210,3,10); }
td.TdClassName
{
border-color: #D2030A;
}
.TagClassName
{
border-color: #D2030A;
}
</style>