Shades of Venetian Red #C70A0F
Tints of Venetian Red #C70A0F
RGB
CMYK
RGB Variations
Color information
#C70A0F (or 0xC70A0F) is known color: Venetian Red. HEX triplet: C7, 0A and 0F. RGB value is (199,10,15). Sum of RGB (Red+Green+Blue) = 199+10+15=224 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.84% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70A0F is #38F5F0. Grayscale: #434343. Windows color (decimal): -3732977 or 985799. OLE color: 985799.
HSL color Cylindrical-coordinate representation of color #C70A0F: hue angle of 358.41º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70A0F is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 15 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.22 |
| HSL | 358.41º | 0.9% | 0.41% | - |
| HSV(B) | 358.41º | 0.95% | 0.78% | - |
| XYZ | 23.75 | 12.39 | 1.59 | - |
| YUV | 67.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 15 | 0 | 0.95 | 0.92 | 0.22 | 358.41 | 0.9 | 0.41 |
| Hex | C7 | A | F | 0 | 5F | 5C | 16 | 166 | 5A | 29 |
| Octal | 307 | 12 | 17 | 0 | 137 | 134 | 26 | 546 | 132 | 51 |
| Binary | 11000111 | 1010 | 1111 | 0 | 1011111 | 1011100 | 10110 | 101100110 | 1011010 | 101001 |
Color Harmonies of #C70A0F
Complementary color
Monochromatic Colors of #C70A0F
Black with #C70A0F
Text Example
Text Example
White with #C70A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A0F; }
p { color: rgb(199,10,15); }
H1.HeaderClassName
{
color: #C70A0F;
}
.AnyTagClassName
{
color: #C70A0F;
}
</style>
background-color css
<style>
a { background-color: #C70A0F; }
a { background-color: rgb(199,10,15); }
div.DivClassName
{
background-color: #C70A0F;
}
.BgClassName
{
background-color: #C70A0F;
}
</style>
border-color css
<style>
span { border-color: #C70A0F; }
span { border-color: rgb(199,10,15); }
td.TdClassName
{
border-color: #C70A0F;
}
.TagClassName
{
border-color: #C70A0F;
}
</style>