Shades of Venetian Red #C2042B
Tints of Venetian Red #C2042B
RGB
CMYK
RGB Variations
Color information
#C2042B (or 0xC2042B) is known color: Venetian Red. HEX triplet: C2, 04 and 2B. RGB value is (194,4,43). Sum of RGB (Red+Green+Blue) = 194+4+43=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C2042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2042B is #3DFBD4. Grayscale: #414141. Windows color (decimal): -4062165 or 2819266. OLE color: 2819266.
HSL color Cylindrical-coordinate representation of color #C2042B: hue angle of 347.68º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2042B is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 43 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.24 |
| HSL | 347.68º | 0.96% | 0.39% | - |
| HSV(B) | 347.68º | 0.98% | 0.76% | - |
| XYZ | 22.73 | 11.73 | 3.35 | - |
| YUV | 65.26 | 115.45 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 43 | 0 | 0.98 | 0.78 | 0.24 | 347.68 | 0.96 | 0.39 |
| Hex | C2 | 4 | 2B | 0 | 62 | 4E | 18 | 15C | 60 | 27 |
| Octal | 302 | 4 | 53 | 0 | 142 | 116 | 30 | 534 | 140 | 47 |
| Binary | 11000010 | 100 | 101011 | 0 | 1100010 | 1001110 | 11000 | 101011100 | 1100000 | 100111 |
Color Harmonies of #C2042B
Complementary color
Monochromatic Colors of #C2042B
Black with #C2042B
Text Example
Text Example
White with #C2042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2042B; }
p { color: rgb(194,4,43); }
H1.HeaderClassName
{
color: #C2042B;
}
.AnyTagClassName
{
color: #C2042B;
}
</style>
background-color css
<style>
a { background-color: #C2042B; }
a { background-color: rgb(194,4,43); }
div.DivClassName
{
background-color: #C2042B;
}
.BgClassName
{
background-color: #C2042B;
}
</style>
border-color css
<style>
span { border-color: #C2042B; }
span { border-color: rgb(194,4,43); }
td.TdClassName
{
border-color: #C2042B;
}
.TagClassName
{
border-color: #C2042B;
}
</style>