Shades of Venetian Red #C20F12
Tints of Venetian Red #C20F12
RGB
CMYK
RGB Variations
Color information
#C20F12 (or 0xC20F12) is known color: Venetian Red. HEX triplet: C2, 0F and 12. RGB value is (194,15,18). Sum of RGB (Red+Green+Blue) = 194+15+18=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20F12 is #3DF0ED. Grayscale: #454545. Windows color (decimal): -4059374 or 1183682. OLE color: 1183682.
HSL color Cylindrical-coordinate representation of color #C20F12: hue angle of 358.99º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20F12 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 18 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.24 |
| HSL | 358.99º | 0.86% | 0.41% | - |
| HSV(B) | 358.99º | 0.92% | 0.76% | - |
| XYZ | 22.53 | 11.85 | 1.67 | - |
| YUV | 68.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 18 | 0 | 0.92 | 0.91 | 0.24 | 358.99 | 0.86 | 0.41 |
| Hex | C2 | F | 12 | 0 | 5C | 5B | 18 | 167 | 56 | 29 |
| Octal | 302 | 17 | 22 | 0 | 134 | 133 | 30 | 547 | 126 | 51 |
| Binary | 11000010 | 1111 | 10010 | 0 | 1011100 | 1011011 | 11000 | 101100111 | 1010110 | 101001 |
Color Harmonies of #C20F12
Complementary color
Monochromatic Colors of #C20F12
Black with #C20F12
Text Example
Text Example
White with #C20F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F12; }
p { color: rgb(194,15,18); }
H1.HeaderClassName
{
color: #C20F12;
}
.AnyTagClassName
{
color: #C20F12;
}
</style>
background-color css
<style>
a { background-color: #C20F12; }
a { background-color: rgb(194,15,18); }
div.DivClassName
{
background-color: #C20F12;
}
.BgClassName
{
background-color: #C20F12;
}
</style>
border-color css
<style>
span { border-color: #C20F12; }
span { border-color: rgb(194,15,18); }
td.TdClassName
{
border-color: #C20F12;
}
.TagClassName
{
border-color: #C20F12;
}
</style>