Shades of Venetian Red #C3101B
Tints of Venetian Red #C3101B
RGB
CMYK
RGB Variations
Color information
#C3101B (or 0xC3101B) is known color: Venetian Red. HEX triplet: C3, 10 and 1B. RGB value is (195,16,27). Sum of RGB (Red+Green+Blue) = 195+16+27=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C3101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3101B is #3CEFE4. Grayscale: #464646. Windows color (decimal): -3993573 or 1773763. OLE color: 1773763.
HSL color Cylindrical-coordinate representation of color #C3101B: hue angle of 356.31º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3101B is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 27 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.24 |
| HSL | 356.31º | 0.85% | 0.41% | - |
| HSV(B) | 356.31º | 0.92% | 0.76% | - |
| XYZ | 22.89 | 12.05 | 2.16 | - |
| YUV | 70.78 | 103.3 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 27 | 0 | 0.92 | 0.86 | 0.24 | 356.31 | 0.85 | 0.41 |
| Hex | C3 | 10 | 1B | 0 | 5C | 56 | 18 | 164 | 55 | 29 |
| Octal | 303 | 20 | 33 | 0 | 134 | 126 | 30 | 544 | 125 | 51 |
| Binary | 11000011 | 10000 | 11011 | 0 | 1011100 | 1010110 | 11000 | 101100100 | 1010101 | 101001 |
Color Harmonies of #C3101B
Complementary color
Monochromatic Colors of #C3101B
Black with #C3101B
Text Example
Text Example
White with #C3101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3101B; }
p { color: rgb(195,16,27); }
H1.HeaderClassName
{
color: #C3101B;
}
.AnyTagClassName
{
color: #C3101B;
}
</style>
background-color css
<style>
a { background-color: #C3101B; }
a { background-color: rgb(195,16,27); }
div.DivClassName
{
background-color: #C3101B;
}
.BgClassName
{
background-color: #C3101B;
}
</style>
border-color css
<style>
span { border-color: #C3101B; }
span { border-color: rgb(195,16,27); }
td.TdClassName
{
border-color: #C3101B;
}
.TagClassName
{
border-color: #C3101B;
}
</style>