Shades of Venetian Red #D0030C
Tints of Venetian Red #D0030C
RGB
CMYK
RGB Variations
Color information
#D0030C (or 0xD0030C) is known color: Venetian Red. HEX triplet: D0, 03 and 0C. RGB value is (208,3,12). Sum of RGB (Red+Green+Blue) = 208+3+12=223 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.27% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 208 - color contains mainly: red. Hex color #D0030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0030C is #2FFCF3. Grayscale: #414141. Windows color (decimal): -3144948 or 787408. OLE color: 787408.
HSL color Cylindrical-coordinate representation of color #D0030C: hue angle of 357.37º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0030C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.18 |
| HSL | 357.37º | 0.97% | 0.41% | - |
| HSV(B) | 357.37º | 0.99% | 0.82% | - |
| XYZ | 26.11 | 13.5 | 1.58 | - |
| YUV | 65.32 | 97.92 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 12 | 0 | 0.99 | 0.94 | 0.18 | 357.37 | 0.97 | 0.41 |
| Hex | D0 | 3 | C | 0 | 63 | 5E | 12 | 165 | 61 | 29 |
| Octal | 320 | 3 | 14 | 0 | 143 | 136 | 22 | 545 | 141 | 51 |
| Binary | 11010000 | 11 | 1100 | 0 | 1100011 | 1011110 | 10010 | 101100101 | 1100001 | 101001 |
Color Harmonies of #D0030C
Complementary color
Monochromatic Colors of #D0030C
Black with #D0030C
Text Example
Text Example
White with #D0030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0030C; }
p { color: rgb(208,3,12); }
H1.HeaderClassName
{
color: #D0030C;
}
.AnyTagClassName
{
color: #D0030C;
}
</style>
background-color css
<style>
a { background-color: #D0030C; }
a { background-color: rgb(208,3,12); }
div.DivClassName
{
background-color: #D0030C;
}
.BgClassName
{
background-color: #D0030C;
}
</style>
border-color css
<style>
span { border-color: #D0030C; }
span { border-color: rgb(208,3,12); }
td.TdClassName
{
border-color: #D0030C;
}
.TagClassName
{
border-color: #D0030C;
}
</style>