Shades of Venetian Red #C00104
Tints of Venetian Red #C00104
RGB
CMYK
RGB Variations
Color information
#C00104 (or 0xC00104) is known color: Venetian Red. HEX triplet: C0, 01 and 04. RGB value is (192,1,4). Sum of RGB (Red+Green+Blue) = 192+1+4=197 (26% of max value = 765). Red value is 192 (75.39% from 255 or 97.46% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 192 - color contains mainly: red. Hex color #C00104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00104 is #3FFEFB. Grayscale: #3A3A3A. Windows color (decimal): -4194044 or 262592. OLE color: 262592.
HSL color Cylindrical-coordinate representation of color #C00104: hue angle of 359.06º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.25 |
| HSL | 359.06º | 0.99% | 0.38% | - |
| HSV(B) | 359.06º | 0.99% | 0.75% | - |
| XYZ | 21.77 | 11.24 | 1.14 | - |
| YUV | 58.45 | 97.28 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 4 | 0 | 0.99 | 0.98 | 0.25 | 359.06 | 0.99 | 0.38 |
| Hex | C0 | 1 | 4 | 0 | 63 | 62 | 19 | 167 | 63 | 26 |
| Octal | 300 | 1 | 4 | 0 | 143 | 142 | 31 | 547 | 143 | 46 |
| Binary | 11000000 | 1 | 100 | 0 | 1100011 | 1100010 | 11001 | 101100111 | 1100011 | 100110 |
Color Harmonies of #C00104
Complementary color
Monochromatic Colors of #C00104
Black with #C00104
Text Example
Text Example
White with #C00104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00104; }
p { color: rgb(192,1,4); }
H1.HeaderClassName
{
color: #C00104;
}
.AnyTagClassName
{
color: #C00104;
}
</style>
background-color css
<style>
a { background-color: #C00104; }
a { background-color: rgb(192,1,4); }
div.DivClassName
{
background-color: #C00104;
}
.BgClassName
{
background-color: #C00104;
}
</style>
border-color css
<style>
span { border-color: #C00104; }
span { border-color: rgb(192,1,4); }
td.TdClassName
{
border-color: #C00104;
}
.TagClassName
{
border-color: #C00104;
}
</style>