Shades of Venetian Red #C1021C
Tints of Venetian Red #C1021C
RGB
CMYK
RGB Variations
Color information
#C1021C (or 0xC1021C) is known color: Venetian Red. HEX triplet: C1, 02 and 1C. RGB value is (193,2,28). Sum of RGB (Red+Green+Blue) = 193+2+28=223 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.55% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 193 - color contains mainly: red. Hex color #C1021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1021C is #3EFDE3. Grayscale: #3E3E3E. Windows color (decimal): -4128228 or 1835713. OLE color: 1835713.
HSL color Cylindrical-coordinate representation of color #C1021C: hue angle of 351.83º 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 #C1021C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.24 |
| HSL | 351.83º | 0.98% | 0.38% | - |
| HSV(B) | 351.83º | 0.99% | 0.76% | - |
| XYZ | 22.22 | 11.46 | 2.14 | - |
| YUV | 62.07 | 108.78 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 28 | 0 | 0.99 | 0.85 | 0.24 | 351.83 | 0.98 | 0.38 |
| Hex | C1 | 2 | 1C | 0 | 63 | 55 | 18 | 160 | 62 | 26 |
| Octal | 301 | 2 | 34 | 0 | 143 | 125 | 30 | 540 | 142 | 46 |
| Binary | 11000001 | 10 | 11100 | 0 | 1100011 | 1010101 | 11000 | 101100000 | 1100010 | 100110 |
Color Harmonies of #C1021C
Complementary color
Monochromatic Colors of #C1021C
Black with #C1021C
Text Example
Text Example
White with #C1021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1021C; }
p { color: rgb(193,2,28); }
H1.HeaderClassName
{
color: #C1021C;
}
.AnyTagClassName
{
color: #C1021C;
}
</style>
background-color css
<style>
a { background-color: #C1021C; }
a { background-color: rgb(193,2,28); }
div.DivClassName
{
background-color: #C1021C;
}
.BgClassName
{
background-color: #C1021C;
}
</style>
border-color css
<style>
span { border-color: #C1021C; }
span { border-color: rgb(193,2,28); }
td.TdClassName
{
border-color: #C1021C;
}
.TagClassName
{
border-color: #C1021C;
}
</style>