Shades of Venetian Red #C20108
Tints of Venetian Red #C20108
RGB
CMYK
RGB Variations
Color information
#C20108 (or 0xC20108) is known color: Venetian Red. HEX triplet: C2, 01 and 08. RGB value is (194,1,8). Sum of RGB (Red+Green+Blue) = 194+1+8=203 (26% of max value = 765). Red value is 194 (76.17% from 255 or 95.57% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 194 - color contains mainly: red. Hex color #C20108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20108 is #3DFEF7. Grayscale: #3B3B3B. Windows color (decimal): -4062968 or 524738. OLE color: 524738.
HSL color Cylindrical-coordinate representation of color #C20108: hue angle of 357.82º degrees, saturation: 0.99, 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 #C20108 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.24 |
| HSL | 357.82º | 0.99% | 0.38% | - |
| HSV(B) | 357.82º | 0.99% | 0.76% | - |
| XYZ | 22.3 | 11.51 | 1.28 | - |
| YUV | 59.51 | 98.94 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 8 | 0 | 0.99 | 0.96 | 0.24 | 357.82 | 0.99 | 0.38 |
| Hex | C2 | 1 | 8 | 0 | 63 | 60 | 18 | 166 | 63 | 26 |
| Octal | 302 | 1 | 10 | 0 | 143 | 140 | 30 | 546 | 143 | 46 |
| Binary | 11000010 | 1 | 1000 | 0 | 1100011 | 1100000 | 11000 | 101100110 | 1100011 | 100110 |
Color Harmonies of #C20108
Complementary color
Monochromatic Colors of #C20108
Black with #C20108
Text Example
Text Example
White with #C20108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20108; }
p { color: rgb(194,1,8); }
H1.HeaderClassName
{
color: #C20108;
}
.AnyTagClassName
{
color: #C20108;
}
</style>
background-color css
<style>
a { background-color: #C20108; }
a { background-color: rgb(194,1,8); }
div.DivClassName
{
background-color: #C20108;
}
.BgClassName
{
background-color: #C20108;
}
</style>
border-color css
<style>
span { border-color: #C20108; }
span { border-color: rgb(194,1,8); }
td.TdClassName
{
border-color: #C20108;
}
.TagClassName
{
border-color: #C20108;
}
</style>