Shades of Venetian Red #C2070D
Tints of Venetian Red #C2070D
RGB
CMYK
RGB Variations
Color information
#C2070D (or 0xC2070D) is known color: Venetian Red. HEX triplet: C2, 07 and 0D. RGB value is (194,7,13). Sum of RGB (Red+Green+Blue) = 194+7+13=214 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.65% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 194 - color contains mainly: red. Hex color #C2070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2070D is #3DF8F2. Grayscale: #3F3F3F. Windows color (decimal): -4061427 or 853954. OLE color: 853954.
HSL color Cylindrical-coordinate representation of color #C2070D: hue angle of 358.07º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2070D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 13 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.24 |
| HSL | 358.07º | 0.93% | 0.39% | - |
| HSV(B) | 358.07º | 0.96% | 0.76% | - |
| XYZ | 22.4 | 11.65 | 1.45 | - |
| YUV | 63.6 | 99.45 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 13 | 0 | 0.96 | 0.93 | 0.24 | 358.07 | 0.93 | 0.39 |
| Hex | C2 | 7 | D | 0 | 60 | 5D | 18 | 166 | 5D | 27 |
| Octal | 302 | 7 | 15 | 0 | 140 | 135 | 30 | 546 | 135 | 47 |
| Binary | 11000010 | 111 | 1101 | 0 | 1100000 | 1011101 | 11000 | 101100110 | 1011101 | 100111 |
Color Harmonies of #C2070D
Complementary color
Monochromatic Colors of #C2070D
Black with #C2070D
Text Example
Text Example
White with #C2070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2070D; }
p { color: rgb(194,7,13); }
H1.HeaderClassName
{
color: #C2070D;
}
.AnyTagClassName
{
color: #C2070D;
}
</style>
background-color css
<style>
a { background-color: #C2070D; }
a { background-color: rgb(194,7,13); }
div.DivClassName
{
background-color: #C2070D;
}
.BgClassName
{
background-color: #C2070D;
}
</style>
border-color css
<style>
span { border-color: #C2070D; }
span { border-color: rgb(194,7,13); }
td.TdClassName
{
border-color: #C2070D;
}
.TagClassName
{
border-color: #C2070D;
}
</style>