Shades of Venetian Red #C1021A
Tints of Venetian Red #C1021A
RGB
CMYK
RGB Variations
Color information
#C1021A (or 0xC1021A) is known color: Venetian Red. HEX triplet: C1, 02 and 1A. RGB value is (193,2,26). Sum of RGB (Red+Green+Blue) = 193+2+26=221 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.33% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 193 - color contains mainly: red. Hex color #C1021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1021A is #3EFDE5. Grayscale: #3D3D3D. Windows color (decimal): -4128230 or 1704641. OLE color: 1704641.
HSL color Cylindrical-coordinate representation of color #C1021A: hue angle of 352.46º 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 #C1021A is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.24 |
| HSL | 352.46º | 0.98% | 0.38% | - |
| HSV(B) | 352.46º | 0.99% | 0.76% | - |
| XYZ | 22.2 | 11.46 | 2.02 | - |
| YUV | 61.85 | 107.78 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 26 | 0 | 0.99 | 0.87 | 0.24 | 352.46 | 0.98 | 0.38 |
| Hex | C1 | 2 | 1A | 0 | 63 | 57 | 18 | 160 | 62 | 26 |
| Octal | 301 | 2 | 32 | 0 | 143 | 127 | 30 | 540 | 142 | 46 |
| Binary | 11000001 | 10 | 11010 | 0 | 1100011 | 1010111 | 11000 | 101100000 | 1100010 | 100110 |
Color Harmonies of #C1021A
Complementary color
Monochromatic Colors of #C1021A
Black with #C1021A
Text Example
Text Example
White with #C1021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1021A; }
p { color: rgb(193,2,26); }
H1.HeaderClassName
{
color: #C1021A;
}
.AnyTagClassName
{
color: #C1021A;
}
</style>
background-color css
<style>
a { background-color: #C1021A; }
a { background-color: rgb(193,2,26); }
div.DivClassName
{
background-color: #C1021A;
}
.BgClassName
{
background-color: #C1021A;
}
</style>
border-color css
<style>
span { border-color: #C1021A; }
span { border-color: rgb(193,2,26); }
td.TdClassName
{
border-color: #C1021A;
}
.TagClassName
{
border-color: #C1021A;
}
</style>