Shades of Venetian Red #C30001
Tints of Venetian Red #C30001
RGB
CMYK
RGB Variations
Color information
#C30001 (or 0xC30001) is known color: Venetian Red. HEX triplet: C3, 00 and 01. RGB value is (195,0,1). Sum of RGB (Red+Green+Blue) = 195+0+1=196 (25% of max value = 765). Red value is 195 (76.56% from 255 or 99.49% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 195 - color contains mainly: red. Hex color #C30001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30001 is #3CFFFE. Grayscale: #3A3A3A. Windows color (decimal): -3997695 or 65731. OLE color: 65731.
HSL color Cylindrical-coordinate representation of color #C30001: hue angle of 359.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 #C30001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.24 |
| HSL | 359.69º | 1% | 0.38% | - |
| HSV(B) | 359.69º | 1% | 0.76% | - |
| XYZ | 22.51 | 11.6 | 1.08 | - |
| YUV | 58.42 | 95.6 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 1 | 0 | 1 | 0.99 | 0.24 | 359.69 | 1 | 0.38 |
| Hex | C3 | 0 | 1 | 0 | 64 | 63 | 18 | 168 | 64 | 26 |
| Octal | 303 | 0 | 1 | 0 | 144 | 143 | 30 | 550 | 144 | 46 |
| Binary | 11000011 | 0 | 1 | 0 | 1100100 | 1100011 | 11000 | 101101000 | 1100100 | 100110 |
Color Harmonies of #C30001
Complementary color
Monochromatic Colors of #C30001
Black with #C30001
Text Example
Text Example
White with #C30001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30001; }
p { color: rgb(195,0,1); }
H1.HeaderClassName
{
color: #C30001;
}
.AnyTagClassName
{
color: #C30001;
}
</style>
background-color css
<style>
a { background-color: #C30001; }
a { background-color: rgb(195,0,1); }
div.DivClassName
{
background-color: #C30001;
}
.BgClassName
{
background-color: #C30001;
}
</style>
border-color css
<style>
span { border-color: #C30001; }
span { border-color: rgb(195,0,1); }
td.TdClassName
{
border-color: #C30001;
}
.TagClassName
{
border-color: #C30001;
}
</style>