Shades of Venetian Red #C2002F
Tints of Venetian Red #C2002F
RGB
CMYK
RGB Variations
Color information
#C2002F (or 0xC2002F) is known color: Venetian Red. HEX triplet: C2, 00 and 2F. RGB value is (194,0,47). Sum of RGB (Red+Green+Blue) = 194+0+47=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C2002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2002F is #3DFFD0. Grayscale: #3F3F3F. Windows color (decimal): -4063185 or 3080386. OLE color: 3080386.
HSL color Cylindrical-coordinate representation of color #C2002F: hue angle of 345.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2002F is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.76 | 0.24 |
| HSL | 345.46º | 1% | 0.38% | - |
| HSV(B) | 345.46º | 1% | 0.76% | - |
| XYZ | 22.76 | 11.67 | 3.74 | - |
| YUV | 63.36 | 118.77 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 47 | 0 | 1 | 0.76 | 0.24 | 345.46 | 1 | 0.38 |
| Hex | C2 | 0 | 2F | 0 | 64 | 4C | 18 | 159 | 64 | 26 |
| Octal | 302 | 0 | 57 | 0 | 144 | 114 | 30 | 531 | 144 | 46 |
| Binary | 11000010 | 0 | 101111 | 0 | 1100100 | 1001100 | 11000 | 101011001 | 1100100 | 100110 |
Color Harmonies of #C2002F
Complementary color
Monochromatic Colors of #C2002F
Black with #C2002F
Text Example
Text Example
White with #C2002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2002F; }
p { color: rgb(194,0,47); }
H1.HeaderClassName
{
color: #C2002F;
}
.AnyTagClassName
{
color: #C2002F;
}
</style>
background-color css
<style>
a { background-color: #C2002F; }
a { background-color: rgb(194,0,47); }
div.DivClassName
{
background-color: #C2002F;
}
.BgClassName
{
background-color: #C2002F;
}
</style>
border-color css
<style>
span { border-color: #C2002F; }
span { border-color: rgb(194,0,47); }
td.TdClassName
{
border-color: #C2002F;
}
.TagClassName
{
border-color: #C2002F;
}
</style>