Shades of Venetian Red #D6030F
Tints of Venetian Red #D6030F
RGB
CMYK
RGB Variations
Color information
#D6030F (or 0xD6030F) is known color: Venetian Red. HEX triplet: D6, 03 and 0F. RGB value is (214,3,15). Sum of RGB (Red+Green+Blue) = 214+3+15=232 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.24% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 214 - color contains mainly: red. Hex color #D6030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6030F is #29FCF0. Grayscale: #434343. Windows color (decimal): -2751729 or 984022. OLE color: 984022.
HSL color Cylindrical-coordinate representation of color #D6030F: hue angle of 356.59º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6030F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.16 |
| HSL | 356.59º | 0.97% | 0.43% | - |
| HSV(B) | 356.59º | 0.99% | 0.84% | - |
| XYZ | 27.85 | 14.4 | 1.76 | - |
| YUV | 67.46 | 98.4 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 15 | 0 | 0.99 | 0.93 | 0.16 | 356.59 | 0.97 | 0.43 |
| Hex | D6 | 3 | F | 0 | 63 | 5D | 10 | 165 | 61 | 2B |
| Octal | 326 | 3 | 17 | 0 | 143 | 135 | 20 | 545 | 141 | 53 |
| Binary | 11010110 | 11 | 1111 | 0 | 1100011 | 1011101 | 10000 | 101100101 | 1100001 | 101011 |
Color Harmonies of #D6030F
Complementary color
Monochromatic Colors of #D6030F
Black with #D6030F
Text Example
Text Example
White with #D6030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6030F; }
p { color: rgb(214,3,15); }
H1.HeaderClassName
{
color: #D6030F;
}
.AnyTagClassName
{
color: #D6030F;
}
</style>
background-color css
<style>
a { background-color: #D6030F; }
a { background-color: rgb(214,3,15); }
div.DivClassName
{
background-color: #D6030F;
}
.BgClassName
{
background-color: #D6030F;
}
</style>
border-color css
<style>
span { border-color: #D6030F; }
span { border-color: rgb(214,3,15); }
td.TdClassName
{
border-color: #D6030F;
}
.TagClassName
{
border-color: #D6030F;
}
</style>