Shades of Venetian Red #C2012F
Tints of Venetian Red #C2012F
RGB
CMYK
RGB Variations
Color information
#C2012F (or 0xC2012F) is known color: Venetian Red. HEX triplet: C2, 01 and 2F. RGB value is (194,1,47). Sum of RGB (Red+Green+Blue) = 194+1+47=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C2012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2012F is #3DFED0. Grayscale: #3F3F3F. Windows color (decimal): -4062929 or 3080642. OLE color: 3080642.
HSL color Cylindrical-coordinate representation of color #C2012F: hue angle of 345.7º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2012F is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.24 |
| HSL | 345.7º | 0.99% | 0.38% | - |
| HSV(B) | 345.7º | 0.99% | 0.76% | - |
| XYZ | 22.77 | 11.7 | 3.75 | - |
| YUV | 63.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 47 | 0 | 0.99 | 0.76 | 0.24 | 345.7 | 0.99 | 0.38 |
| Hex | C2 | 1 | 2F | 0 | 63 | 4C | 18 | 15A | 63 | 26 |
| Octal | 302 | 1 | 57 | 0 | 143 | 114 | 30 | 532 | 143 | 46 |
| Binary | 11000010 | 1 | 101111 | 0 | 1100011 | 1001100 | 11000 | 101011010 | 1100011 | 100110 |
Color Harmonies of #C2012F
Complementary color
Monochromatic Colors of #C2012F
Black with #C2012F
Text Example
Text Example
White with #C2012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2012F; }
p { color: rgb(194,1,47); }
H1.HeaderClassName
{
color: #C2012F;
}
.AnyTagClassName
{
color: #C2012F;
}
</style>
background-color css
<style>
a { background-color: #C2012F; }
a { background-color: rgb(194,1,47); }
div.DivClassName
{
background-color: #C2012F;
}
.BgClassName
{
background-color: #C2012F;
}
</style>
border-color css
<style>
span { border-color: #C2012F; }
span { border-color: rgb(194,1,47); }
td.TdClassName
{
border-color: #C2012F;
}
.TagClassName
{
border-color: #C2012F;
}
</style>