Shades of Venetian Red #C30007
Tints of Venetian Red #C30007
RGB
CMYK
RGB Variations
Color information
#C30007 (or 0xC30007) is known color: Venetian Red. HEX triplet: C3, 00 and 07. RGB value is (195,0,7). Sum of RGB (Red+Green+Blue) = 195+0+7=202 (26% of max value = 765). Red value is 195 (76.56% from 255 or 96.53% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 195 - color contains mainly: red. Hex color #C30007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30007 is #3CFFF8. Grayscale: #3B3B3B. Windows color (decimal): -3997689 or 458947. OLE color: 458947.
HSL color Cylindrical-coordinate representation of color #C30007: hue angle of 357.85º 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 #C30007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.24 |
| HSL | 357.85º | 1% | 0.38% | - |
| HSV(B) | 357.85º | 1% | 0.76% | - |
| XYZ | 22.54 | 11.62 | 1.26 | - |
| YUV | 59.1 | 98.6 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 7 | 0 | 1 | 0.96 | 0.24 | 357.85 | 1 | 0.38 |
| Hex | C3 | 0 | 7 | 0 | 64 | 60 | 18 | 166 | 64 | 26 |
| Octal | 303 | 0 | 7 | 0 | 144 | 140 | 30 | 546 | 144 | 46 |
| Binary | 11000011 | 0 | 111 | 0 | 1100100 | 1100000 | 11000 | 101100110 | 1100100 | 100110 |
Color Harmonies of #C30007
Complementary color
Monochromatic Colors of #C30007
Black with #C30007
Text Example
Text Example
White with #C30007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30007; }
p { color: rgb(195,0,7); }
H1.HeaderClassName
{
color: #C30007;
}
.AnyTagClassName
{
color: #C30007;
}
</style>
background-color css
<style>
a { background-color: #C30007; }
a { background-color: rgb(195,0,7); }
div.DivClassName
{
background-color: #C30007;
}
.BgClassName
{
background-color: #C30007;
}
</style>
border-color css
<style>
span { border-color: #C30007; }
span { border-color: rgb(195,0,7); }
td.TdClassName
{
border-color: #C30007;
}
.TagClassName
{
border-color: #C30007;
}
</style>