Shades of Venetian Red #D6030C
Tints of Venetian Red #D6030C
RGB
CMYK
RGB Variations
Color information
#D6030C (or 0xD6030C) is known color: Venetian Red. HEX triplet: D6, 03 and 0C. RGB value is (214,3,12). Sum of RGB (Red+Green+Blue) = 214+3+12=229 (30% of max value = 765). Red value is 214 (83.98% from 255 or 93.45% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 214 - color contains mainly: red. Hex color #D6030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6030C is #29FCF3. Grayscale: #434343. Windows color (decimal): -2751732 or 787414. OLE color: 787414.
HSL color Cylindrical-coordinate representation of color #D6030C: hue angle of 357.44º 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 #D6030C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.16 |
| HSL | 357.44º | 0.97% | 0.43% | - |
| HSV(B) | 357.44º | 0.99% | 0.84% | - |
| XYZ | 27.83 | 14.39 | 1.66 | - |
| YUV | 67.12 | 96.9 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 12 | 0 | 0.99 | 0.94 | 0.16 | 357.44 | 0.97 | 0.43 |
| Hex | D6 | 3 | C | 0 | 63 | 5E | 10 | 165 | 61 | 2B |
| Octal | 326 | 3 | 14 | 0 | 143 | 136 | 20 | 545 | 141 | 53 |
| Binary | 11010110 | 11 | 1100 | 0 | 1100011 | 1011110 | 10000 | 101100101 | 1100001 | 101011 |
Color Harmonies of #D6030C
Complementary color
Monochromatic Colors of #D6030C
Black with #D6030C
Text Example
Text Example
White with #D6030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6030C; }
p { color: rgb(214,3,12); }
H1.HeaderClassName
{
color: #D6030C;
}
.AnyTagClassName
{
color: #D6030C;
}
</style>
background-color css
<style>
a { background-color: #D6030C; }
a { background-color: rgb(214,3,12); }
div.DivClassName
{
background-color: #D6030C;
}
.BgClassName
{
background-color: #D6030C;
}
</style>
border-color css
<style>
span { border-color: #D6030C; }
span { border-color: rgb(214,3,12); }
td.TdClassName
{
border-color: #D6030C;
}
.TagClassName
{
border-color: #D6030C;
}
</style>