Shades of Venetian Red #C1021B
Tints of Venetian Red #C1021B
RGB
CMYK
RGB Variations
Color information
#C1021B (or 0xC1021B) is known color: Venetian Red. HEX triplet: C1, 02 and 1B. RGB value is (193,2,27). Sum of RGB (Red+Green+Blue) = 193+2+27=222 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.94% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 193 - color contains mainly: red. Hex color #C1021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1021B is #3EFDE4. Grayscale: #3E3E3E. Windows color (decimal): -4128229 or 1770177. OLE color: 1770177.
HSL color Cylindrical-coordinate representation of color #C1021B: hue angle of 352.15º 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 #C1021B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.24 |
| HSL | 352.15º | 0.98% | 0.38% | - |
| HSV(B) | 352.15º | 0.99% | 0.76% | - |
| XYZ | 22.21 | 11.46 | 2.08 | - |
| YUV | 61.96 | 108.28 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 27 | 0 | 0.99 | 0.86 | 0.24 | 352.15 | 0.98 | 0.38 |
| Hex | C1 | 2 | 1B | 0 | 63 | 56 | 18 | 160 | 62 | 26 |
| Octal | 301 | 2 | 33 | 0 | 143 | 126 | 30 | 540 | 142 | 46 |
| Binary | 11000001 | 10 | 11011 | 0 | 1100011 | 1010110 | 11000 | 101100000 | 1100010 | 100110 |
Color Harmonies of #C1021B
Complementary color
Monochromatic Colors of #C1021B
Black with #C1021B
Text Example
Text Example
White with #C1021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1021B; }
p { color: rgb(193,2,27); }
H1.HeaderClassName
{
color: #C1021B;
}
.AnyTagClassName
{
color: #C1021B;
}
</style>
background-color css
<style>
a { background-color: #C1021B; }
a { background-color: rgb(193,2,27); }
div.DivClassName
{
background-color: #C1021B;
}
.BgClassName
{
background-color: #C1021B;
}
</style>
border-color css
<style>
span { border-color: #C1021B; }
span { border-color: rgb(193,2,27); }
td.TdClassName
{
border-color: #C1021B;
}
.TagClassName
{
border-color: #C1021B;
}
</style>