Shades of Venetian Red #C1022D
Tints of Venetian Red #C1022D
RGB
CMYK
RGB Variations
Color information
#C1022D (or 0xC1022D) is known color: Venetian Red. HEX triplet: C1, 02 and 2D. RGB value is (193,2,45). Sum of RGB (Red+Green+Blue) = 193+2+45=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C1022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1022D is #3EFDD2. Grayscale: #404040. Windows color (decimal): -4128211 or 2949825. OLE color: 2949825.
HSL color Cylindrical-coordinate representation of color #C1022D: hue angle of 346.49º 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 #C1022D is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.24 |
| HSL | 346.49º | 0.98% | 0.38% | - |
| HSV(B) | 346.49º | 0.99% | 0.76% | - |
| XYZ | 22.49 | 11.57 | 3.53 | - |
| YUV | 64.01 | 117.28 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 45 | 0 | 0.99 | 0.77 | 0.24 | 346.49 | 0.98 | 0.38 |
| Hex | C1 | 2 | 2D | 0 | 63 | 4D | 18 | 15A | 62 | 26 |
| Octal | 301 | 2 | 55 | 0 | 143 | 115 | 30 | 532 | 142 | 46 |
| Binary | 11000001 | 10 | 101101 | 0 | 1100011 | 1001101 | 11000 | 101011010 | 1100010 | 100110 |
Color Harmonies of #C1022D
Complementary color
Monochromatic Colors of #C1022D
Black with #C1022D
Text Example
Text Example
White with #C1022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1022D; }
p { color: rgb(193,2,45); }
H1.HeaderClassName
{
color: #C1022D;
}
.AnyTagClassName
{
color: #C1022D;
}
</style>
background-color css
<style>
a { background-color: #C1022D; }
a { background-color: rgb(193,2,45); }
div.DivClassName
{
background-color: #C1022D;
}
.BgClassName
{
background-color: #C1022D;
}
</style>
border-color css
<style>
span { border-color: #C1022D; }
span { border-color: rgb(193,2,45); }
td.TdClassName
{
border-color: #C1022D;
}
.TagClassName
{
border-color: #C1022D;
}
</style>