Shades of Venetian Red #C2001F
Tints of Venetian Red #C2001F
RGB
CMYK
RGB Variations
Color information
#C2001F (or 0xC2001F) is known color: Venetian Red. HEX triplet: C2, 00 and 1F. RGB value is (194,0,31). Sum of RGB (Red+Green+Blue) = 194+0+31=225 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.22% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 194 - color contains mainly: red. Hex color #C2001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2001F is #3DFFE0. Grayscale: #3D3D3D. Windows color (decimal): -4063201 or 2031810. OLE color: 2031810.
HSL color Cylindrical-coordinate representation of color #C2001F: hue angle of 350.41º 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 #C2001F is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.84 | 0.24 |
| HSL | 350.41º | 1% | 0.38% | - |
| HSV(B) | 350.41º | 1% | 0.76% | - |
| XYZ | 22.5 | 11.57 | 2.34 | - |
| YUV | 61.54 | 110.77 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 31 | 0 | 1 | 0.84 | 0.24 | 350.41 | 1 | 0.38 |
| Hex | C2 | 0 | 1F | 0 | 64 | 54 | 18 | 15E | 64 | 26 |
| Octal | 302 | 0 | 37 | 0 | 144 | 124 | 30 | 536 | 144 | 46 |
| Binary | 11000010 | 0 | 11111 | 0 | 1100100 | 1010100 | 11000 | 101011110 | 1100100 | 100110 |
Color Harmonies of #C2001F
Complementary color
Monochromatic Colors of #C2001F
Black with #C2001F
Text Example
Text Example
White with #C2001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2001F; }
p { color: rgb(194,0,31); }
H1.HeaderClassName
{
color: #C2001F;
}
.AnyTagClassName
{
color: #C2001F;
}
</style>
background-color css
<style>
a { background-color: #C2001F; }
a { background-color: rgb(194,0,31); }
div.DivClassName
{
background-color: #C2001F;
}
.BgClassName
{
background-color: #C2001F;
}
</style>
border-color css
<style>
span { border-color: #C2001F; }
span { border-color: rgb(194,0,31); }
td.TdClassName
{
border-color: #C2001F;
}
.TagClassName
{
border-color: #C2001F;
}
</style>