Shades of Venetian Red #D8030F
Tints of Venetian Red #D8030F
RGB
CMYK
RGB Variations
Color information
#D8030F (or 0xD8030F) is known color: Venetian Red. HEX triplet: D8, 03 and 0F. RGB value is (216,3,15). Sum of RGB (Red+Green+Blue) = 216+3+15=234 (30% of max value = 765). Red value is 216 (84.77% from 255 or 92.31% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 216 - color contains mainly: red. Hex color #D8030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8030F is #27FCF0. Grayscale: #444444. Windows color (decimal): -2620657 or 984024. OLE color: 984024.
HSL color Cylindrical-coordinate representation of color #D8030F: hue angle of 356.62º 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 #D8030F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.15 |
| HSL | 356.62º | 0.97% | 0.43% | - |
| HSV(B) | 356.62º | 0.99% | 0.85% | - |
| XYZ | 28.44 | 14.7 | 1.79 | - |
| YUV | 68.06 | 98.07 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 15 | 0 | 0.99 | 0.93 | 0.15 | 356.62 | 0.97 | 0.43 |
| Hex | D8 | 3 | F | 0 | 63 | 5D | F | 165 | 61 | 2B |
| Octal | 330 | 3 | 17 | 0 | 143 | 135 | 17 | 545 | 141 | 53 |
| Binary | 11011000 | 11 | 1111 | 0 | 1100011 | 1011101 | 1111 | 101100101 | 1100001 | 101011 |
Color Harmonies of #D8030F
Complementary color
Monochromatic Colors of #D8030F
Black with #D8030F
Text Example
Text Example
White with #D8030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8030F; }
p { color: rgb(216,3,15); }
H1.HeaderClassName
{
color: #D8030F;
}
.AnyTagClassName
{
color: #D8030F;
}
</style>
background-color css
<style>
a { background-color: #D8030F; }
a { background-color: rgb(216,3,15); }
div.DivClassName
{
background-color: #D8030F;
}
.BgClassName
{
background-color: #D8030F;
}
</style>
border-color css
<style>
span { border-color: #D8030F; }
span { border-color: rgb(216,3,15); }
td.TdClassName
{
border-color: #D8030F;
}
.TagClassName
{
border-color: #D8030F;
}
</style>