Shades of Venetian Red #C1020D
Tints of Venetian Red #C1020D
RGB
CMYK
RGB Variations
Color information
#C1020D (or 0xC1020D) is known color: Venetian Red. HEX triplet: C1, 02 and 0D. RGB value is (193,2,13). Sum of RGB (Red+Green+Blue) = 193+2+13=208 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.79% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 193 - color contains mainly: red. Hex color #C1020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1020D is #3EFDF2. Grayscale: #3C3C3C. Windows color (decimal): -4128243 or 852673. OLE color: 852673.
HSL color Cylindrical-coordinate representation of color #C1020D: hue angle of 356.54º 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 #C1020D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.24 |
| HSL | 356.54º | 0.98% | 0.38% | - |
| HSV(B) | 356.54º | 0.99% | 0.76% | - |
| XYZ | 22.09 | 11.41 | 1.42 | - |
| YUV | 60.36 | 101.28 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 13 | 0 | 0.99 | 0.93 | 0.24 | 356.54 | 0.98 | 0.38 |
| Hex | C1 | 2 | D | 0 | 63 | 5D | 18 | 165 | 62 | 26 |
| Octal | 301 | 2 | 15 | 0 | 143 | 135 | 30 | 545 | 142 | 46 |
| Binary | 11000001 | 10 | 1101 | 0 | 1100011 | 1011101 | 11000 | 101100101 | 1100010 | 100110 |
Color Harmonies of #C1020D
Complementary color
Monochromatic Colors of #C1020D
Black with #C1020D
Text Example
Text Example
White with #C1020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1020D; }
p { color: rgb(193,2,13); }
H1.HeaderClassName
{
color: #C1020D;
}
.AnyTagClassName
{
color: #C1020D;
}
</style>
background-color css
<style>
a { background-color: #C1020D; }
a { background-color: rgb(193,2,13); }
div.DivClassName
{
background-color: #C1020D;
}
.BgClassName
{
background-color: #C1020D;
}
</style>
border-color css
<style>
span { border-color: #C1020D; }
span { border-color: rgb(193,2,13); }
td.TdClassName
{
border-color: #C1020D;
}
.TagClassName
{
border-color: #C1020D;
}
</style>