Shades of Venetian Red #C7030A
Tints of Venetian Red #C7030A
RGB
CMYK
RGB Variations
Color information
#C7030A (or 0xC7030A) is known color: Venetian Red. HEX triplet: C7, 03 and 0A. RGB value is (199,3,10). Sum of RGB (Red+Green+Blue) = 199+3+10=212 (28% of max value = 765). Red value is 199 (78.12% from 255 or 93.87% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 199 - color contains mainly: red. Hex color #C7030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7030A is #38FCF5. Grayscale: #3E3E3E. Windows color (decimal): -3734774 or 656327. OLE color: 656327.
HSL color Cylindrical-coordinate representation of color #C7030A: hue angle of 357.86º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7030A is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.22 |
| HSL | 357.86º | 0.97% | 0.4% | - |
| HSV(B) | 357.86º | 0.98% | 0.78% | - |
| XYZ | 23.64 | 12.23 | 1.4 | - |
| YUV | 62.4 | 98.43 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 10 | 0 | 0.98 | 0.95 | 0.22 | 357.86 | 0.97 | 0.4 |
| Hex | C7 | 3 | A | 0 | 62 | 5F | 16 | 166 | 61 | 28 |
| Octal | 307 | 3 | 12 | 0 | 142 | 137 | 26 | 546 | 141 | 50 |
| Binary | 11000111 | 11 | 1010 | 0 | 1100010 | 1011111 | 10110 | 101100110 | 1100001 | 101000 |
Color Harmonies of #C7030A
Complementary color
Monochromatic Colors of #C7030A
Black with #C7030A
Text Example
Text Example
White with #C7030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7030A; }
p { color: rgb(199,3,10); }
H1.HeaderClassName
{
color: #C7030A;
}
.AnyTagClassName
{
color: #C7030A;
}
</style>
background-color css
<style>
a { background-color: #C7030A; }
a { background-color: rgb(199,3,10); }
div.DivClassName
{
background-color: #C7030A;
}
.BgClassName
{
background-color: #C7030A;
}
</style>
border-color css
<style>
span { border-color: #C7030A; }
span { border-color: rgb(199,3,10); }
td.TdClassName
{
border-color: #C7030A;
}
.TagClassName
{
border-color: #C7030A;
}
</style>