Shades of Venetian Red #C2021F
Tints of Venetian Red #C2021F
RGB
CMYK
RGB Variations
Color information
#C2021F (or 0xC2021F) is known color: Venetian Red. HEX triplet: C2, 02 and 1F. RGB value is (194,2,31). Sum of RGB (Red+Green+Blue) = 194+2+31=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C2021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2021F is #3DFDE0. Grayscale: #3E3E3E. Windows color (decimal): -4062689 or 2032322. OLE color: 2032322.
HSL color Cylindrical-coordinate representation of color #C2021F: hue angle of 350.94º degrees, saturation: 0.98, 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 #C2021F is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.24 |
| HSL | 350.94º | 0.98% | 0.38% | - |
| HSV(B) | 350.94º | 0.99% | 0.76% | - |
| XYZ | 22.52 | 11.61 | 2.35 | - |
| YUV | 62.71 | 110.11 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 31 | 0 | 0.99 | 0.84 | 0.24 | 350.94 | 0.98 | 0.38 |
| Hex | C2 | 2 | 1F | 0 | 63 | 54 | 18 | 15F | 62 | 26 |
| Octal | 302 | 2 | 37 | 0 | 143 | 124 | 30 | 537 | 142 | 46 |
| Binary | 11000010 | 10 | 11111 | 0 | 1100011 | 1010100 | 11000 | 101011111 | 1100010 | 100110 |
Color Harmonies of #C2021F
Complementary color
Monochromatic Colors of #C2021F
Black with #C2021F
Text Example
Text Example
White with #C2021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2021F; }
p { color: rgb(194,2,31); }
H1.HeaderClassName
{
color: #C2021F;
}
.AnyTagClassName
{
color: #C2021F;
}
</style>
background-color css
<style>
a { background-color: #C2021F; }
a { background-color: rgb(194,2,31); }
div.DivClassName
{
background-color: #C2021F;
}
.BgClassName
{
background-color: #C2021F;
}
</style>
border-color css
<style>
span { border-color: #C2021F; }
span { border-color: rgb(194,2,31); }
td.TdClassName
{
border-color: #C2021F;
}
.TagClassName
{
border-color: #C2021F;
}
</style>