Shades of Venetian Red #C30306
Tints of Venetian Red #C30306
RGB
CMYK
RGB Variations
Color information
#C30306 (or 0xC30306) is known color: Venetian Red. HEX triplet: C3, 03 and 06. RGB value is (195,3,6). Sum of RGB (Red+Green+Blue) = 195+3+6=204 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.59% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 195 - color contains mainly: red. Hex color #C30306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30306 is #3CFCF9. Grayscale: #3C3C3C. Windows color (decimal): -3996922 or 394179. OLE color: 394179.
HSL color Cylindrical-coordinate representation of color #C30306: hue angle of 359.06º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30306 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 6 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.24 |
| HSL | 359.06º | 0.97% | 0.39% | - |
| HSV(B) | 359.06º | 0.98% | 0.76% | - |
| XYZ | 22.57 | 11.68 | 1.24 | - |
| YUV | 60.75 | 97.11 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 6 | 0 | 0.98 | 0.97 | 0.24 | 359.06 | 0.97 | 0.39 |
| Hex | C3 | 3 | 6 | 0 | 62 | 61 | 18 | 167 | 61 | 27 |
| Octal | 303 | 3 | 6 | 0 | 142 | 141 | 30 | 547 | 141 | 47 |
| Binary | 11000011 | 11 | 110 | 0 | 1100010 | 1100001 | 11000 | 101100111 | 1100001 | 100111 |
Color Harmonies of #C30306
Complementary color
Monochromatic Colors of #C30306
Black with #C30306
Text Example
Text Example
White with #C30306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30306; }
p { color: rgb(195,3,6); }
H1.HeaderClassName
{
color: #C30306;
}
.AnyTagClassName
{
color: #C30306;
}
</style>
background-color css
<style>
a { background-color: #C30306; }
a { background-color: rgb(195,3,6); }
div.DivClassName
{
background-color: #C30306;
}
.BgClassName
{
background-color: #C30306;
}
</style>
border-color css
<style>
span { border-color: #C30306; }
span { border-color: rgb(195,3,6); }
td.TdClassName
{
border-color: #C30306;
}
.TagClassName
{
border-color: #C30306;
}
</style>