Shades of Venetian Red #C30005
Tints of Venetian Red #C30005
RGB
CMYK
RGB Variations
Color information
#C30005 (or 0xC30005) is known color: Venetian Red. HEX triplet: C3, 00 and 05. RGB value is (195,0,5). Sum of RGB (Red+Green+Blue) = 195+0+5=200 (26% of max value = 765). Red value is 195 (76.56% from 255 or 97.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 195 - color contains mainly: red. Hex color #C30005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30005 is #3CFFFA. Grayscale: #3B3B3B. Windows color (decimal): -3997691 or 327875. OLE color: 327875.
HSL color Cylindrical-coordinate representation of color #C30005: hue angle of 358.46º 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 #C30005 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.97 | 0.24 |
| HSL | 358.46º | 1% | 0.38% | - |
| HSV(B) | 358.46º | 1% | 0.76% | - |
| XYZ | 22.53 | 11.61 | 1.2 | - |
| YUV | 58.88 | 97.6 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 5 | 0 | 1 | 0.97 | 0.24 | 358.46 | 1 | 0.38 |
| Hex | C3 | 0 | 5 | 0 | 64 | 61 | 18 | 166 | 64 | 26 |
| Octal | 303 | 0 | 5 | 0 | 144 | 141 | 30 | 546 | 144 | 46 |
| Binary | 11000011 | 0 | 101 | 0 | 1100100 | 1100001 | 11000 | 101100110 | 1100100 | 100110 |
Color Harmonies of #C30005
Complementary color
Monochromatic Colors of #C30005
Black with #C30005
Text Example
Text Example
White with #C30005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30005; }
p { color: rgb(195,0,5); }
H1.HeaderClassName
{
color: #C30005;
}
.AnyTagClassName
{
color: #C30005;
}
</style>
background-color css
<style>
a { background-color: #C30005; }
a { background-color: rgb(195,0,5); }
div.DivClassName
{
background-color: #C30005;
}
.BgClassName
{
background-color: #C30005;
}
</style>
border-color css
<style>
span { border-color: #C30005; }
span { border-color: rgb(195,0,5); }
td.TdClassName
{
border-color: #C30005;
}
.TagClassName
{
border-color: #C30005;
}
</style>