Shades of Venetian Red #C3000E
Tints of Venetian Red #C3000E
RGB
CMYK
RGB Variations
Color information
#C3000E (or 0xC3000E) is known color: Venetian Red. HEX triplet: C3, 00 and 0E. RGB value is (195,0,14). Sum of RGB (Red+Green+Blue) = 195+0+14=209 (27% of max value = 765). Red value is 195 (76.56% from 255 or 93.30% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 195 - color contains mainly: red. Hex color #C3000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3000E is #3CFFF1. Grayscale: #3C3C3C. Windows color (decimal): -3997682 or 917699. OLE color: 917699.
HSL color Cylindrical-coordinate representation of color #C3000E: hue angle of 355.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3000E is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.93 | 0.24 |
| HSL | 355.69º | 1% | 0.38% | - |
| HSV(B) | 355.69º | 1% | 0.76% | - |
| XYZ | 22.58 | 11.63 | 1.47 | - |
| YUV | 59.9 | 102.1 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 14 | 0 | 1 | 0.93 | 0.24 | 355.69 | 1 | 0.38 |
| Hex | C3 | 0 | E | 0 | 64 | 5D | 18 | 164 | 64 | 26 |
| Octal | 303 | 0 | 16 | 0 | 144 | 135 | 30 | 544 | 144 | 46 |
| Binary | 11000011 | 0 | 1110 | 0 | 1100100 | 1011101 | 11000 | 101100100 | 1100100 | 100110 |
Color Harmonies of #C3000E
Complementary color
Monochromatic Colors of #C3000E
Black with #C3000E
Text Example
Text Example
White with #C3000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3000E; }
p { color: rgb(195,0,14); }
H1.HeaderClassName
{
color: #C3000E;
}
.AnyTagClassName
{
color: #C3000E;
}
</style>
background-color css
<style>
a { background-color: #C3000E; }
a { background-color: rgb(195,0,14); }
div.DivClassName
{
background-color: #C3000E;
}
.BgClassName
{
background-color: #C3000E;
}
</style>
border-color css
<style>
span { border-color: #C3000E; }
span { border-color: rgb(195,0,14); }
td.TdClassName
{
border-color: #C3000E;
}
.TagClassName
{
border-color: #C3000E;
}
</style>