Shades of Venetian Red #C30715
Tints of Venetian Red #C30715
RGB
CMYK
RGB Variations
Color information
#C30715 (or 0xC30715) is known color: Venetian Red. HEX triplet: C3, 07 and 15. RGB value is (195,7,21). Sum of RGB (Red+Green+Blue) = 195+7+21=223 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.44% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 195 - color contains mainly: red. Hex color #C30715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30715 is #3CF8EA. Grayscale: #404040. Windows color (decimal): -3995883 or 1378243. OLE color: 1378243.
HSL color Cylindrical-coordinate representation of color #C30715: hue angle of 355.53º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30715 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 21 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.24 |
| HSL | 355.53º | 0.93% | 0.4% | - |
| HSV(B) | 355.53º | 0.96% | 0.76% | - |
| XYZ | 22.72 | 11.81 | 1.79 | - |
| YUV | 64.81 | 103.28 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 21 | 0 | 0.96 | 0.89 | 0.24 | 355.53 | 0.93 | 0.4 |
| Hex | C3 | 7 | 15 | 0 | 60 | 59 | 18 | 164 | 5D | 28 |
| Octal | 303 | 7 | 25 | 0 | 140 | 131 | 30 | 544 | 135 | 50 |
| Binary | 11000011 | 111 | 10101 | 0 | 1100000 | 1011001 | 11000 | 101100100 | 1011101 | 101000 |
Color Harmonies of #C30715
Complementary color
Monochromatic Colors of #C30715
Black with #C30715
Text Example
Text Example
White with #C30715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30715; }
p { color: rgb(195,7,21); }
H1.HeaderClassName
{
color: #C30715;
}
.AnyTagClassName
{
color: #C30715;
}
</style>
background-color css
<style>
a { background-color: #C30715; }
a { background-color: rgb(195,7,21); }
div.DivClassName
{
background-color: #C30715;
}
.BgClassName
{
background-color: #C30715;
}
</style>
border-color css
<style>
span { border-color: #C30715; }
span { border-color: rgb(195,7,21); }
td.TdClassName
{
border-color: #C30715;
}
.TagClassName
{
border-color: #C30715;
}
</style>