Shades of Venetian Red #D8030D
Tints of Venetian Red #D8030D
RGB
CMYK
RGB Variations
Color information
#D8030D (or 0xD8030D) is known color: Venetian Red. HEX triplet: D8, 03 and 0D. RGB value is (216,3,13). Sum of RGB (Red+Green+Blue) = 216+3+13=232 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.10% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 216 - color contains mainly: red. Hex color #D8030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8030D is #27FCF2. Grayscale: #444444. Windows color (decimal): -2620659 or 852952. OLE color: 852952.
HSL color Cylindrical-coordinate representation of color #D8030D: hue angle of 357.18º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.15 |
| HSL | 357.18º | 0.97% | 0.43% | - |
| HSV(B) | 357.18º | 0.99% | 0.85% | - |
| XYZ | 28.42 | 14.69 | 1.72 | - |
| YUV | 67.83 | 97.07 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 13 | 0 | 0.99 | 0.94 | 0.15 | 357.18 | 0.97 | 0.43 |
| Hex | D8 | 3 | D | 0 | 63 | 5E | F | 165 | 61 | 2B |
| Octal | 330 | 3 | 15 | 0 | 143 | 136 | 17 | 545 | 141 | 53 |
| Binary | 11011000 | 11 | 1101 | 0 | 1100011 | 1011110 | 1111 | 101100101 | 1100001 | 101011 |
Color Harmonies of #D8030D
Complementary color
Monochromatic Colors of #D8030D
Black with #D8030D
Text Example
Text Example
White with #D8030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8030D; }
p { color: rgb(216,3,13); }
H1.HeaderClassName
{
color: #D8030D;
}
.AnyTagClassName
{
color: #D8030D;
}
</style>
background-color css
<style>
a { background-color: #D8030D; }
a { background-color: rgb(216,3,13); }
div.DivClassName
{
background-color: #D8030D;
}
.BgClassName
{
background-color: #D8030D;
}
</style>
border-color css
<style>
span { border-color: #D8030D; }
span { border-color: rgb(216,3,13); }
td.TdClassName
{
border-color: #D8030D;
}
.TagClassName
{
border-color: #D8030D;
}
</style>