Shades of Venetian Red #C2001C
Tints of Venetian Red #C2001C
RGB
CMYK
RGB Variations
Color information
#C2001C (or 0xC2001C) is known color: Venetian Red. HEX triplet: C2, 00 and 1C. RGB value is (194,0,28). Sum of RGB (Red+Green+Blue) = 194+0+28=222 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.39% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 194 - color contains mainly: red. Hex color #C2001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2001C is #3DFFE3. Grayscale: #3D3D3D. Windows color (decimal): -4063204 or 1835202. OLE color: 1835202.
HSL color Cylindrical-coordinate representation of color #C2001C: hue angle of 351.34º 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 #C2001C is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.86 | 0.24 |
| HSL | 351.34º | 1% | 0.38% | - |
| HSV(B) | 351.34º | 1% | 0.76% | - |
| XYZ | 22.46 | 11.55 | 2.14 | - |
| YUV | 61.2 | 109.27 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 28 | 0 | 1 | 0.86 | 0.24 | 351.34 | 1 | 0.38 |
| Hex | C2 | 0 | 1C | 0 | 64 | 56 | 18 | 15F | 64 | 26 |
| Octal | 302 | 0 | 34 | 0 | 144 | 126 | 30 | 537 | 144 | 46 |
| Binary | 11000010 | 0 | 11100 | 0 | 1100100 | 1010110 | 11000 | 101011111 | 1100100 | 100110 |
Color Harmonies of #C2001C
Complementary color
Monochromatic Colors of #C2001C
Black with #C2001C
Text Example
Text Example
White with #C2001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2001C; }
p { color: rgb(194,0,28); }
H1.HeaderClassName
{
color: #C2001C;
}
.AnyTagClassName
{
color: #C2001C;
}
</style>
background-color css
<style>
a { background-color: #C2001C; }
a { background-color: rgb(194,0,28); }
div.DivClassName
{
background-color: #C2001C;
}
.BgClassName
{
background-color: #C2001C;
}
</style>
border-color css
<style>
span { border-color: #C2001C; }
span { border-color: rgb(194,0,28); }
td.TdClassName
{
border-color: #C2001C;
}
.TagClassName
{
border-color: #C2001C;
}
</style>