Shades of Venetian Red #C30718
Tints of Venetian Red #C30718
RGB
CMYK
RGB Variations
Color information
#C30718 (or 0xC30718) is known color: Venetian Red. HEX triplet: C3, 07 and 18. RGB value is (195,7,24). Sum of RGB (Red+Green+Blue) = 195+7+24=226 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.28% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 195 - color contains mainly: red. Hex color #C30718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30718 is #3CF8E7. Grayscale: #414141. Windows color (decimal): -3995880 or 1574851. OLE color: 1574851.
HSL color Cylindrical-coordinate representation of color #C30718: hue angle of 354.57º 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 #C30718 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 24 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.24 |
| HSL | 354.57º | 0.93% | 0.4% | - |
| HSV(B) | 354.57º | 0.96% | 0.76% | - |
| XYZ | 22.75 | 11.82 | 1.95 | - |
| YUV | 65.15 | 104.78 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 24 | 0 | 0.96 | 0.88 | 0.24 | 354.57 | 0.93 | 0.4 |
| Hex | C3 | 7 | 18 | 0 | 60 | 58 | 18 | 163 | 5D | 28 |
| Octal | 303 | 7 | 30 | 0 | 140 | 130 | 30 | 543 | 135 | 50 |
| Binary | 11000011 | 111 | 11000 | 0 | 1100000 | 1011000 | 11000 | 101100011 | 1011101 | 101000 |
Color Harmonies of #C30718
Complementary color
Monochromatic Colors of #C30718
Black with #C30718
Text Example
Text Example
White with #C30718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30718; }
p { color: rgb(195,7,24); }
H1.HeaderClassName
{
color: #C30718;
}
.AnyTagClassName
{
color: #C30718;
}
</style>
background-color css
<style>
a { background-color: #C30718; }
a { background-color: rgb(195,7,24); }
div.DivClassName
{
background-color: #C30718;
}
.BgClassName
{
background-color: #C30718;
}
</style>
border-color css
<style>
span { border-color: #C30718; }
span { border-color: rgb(195,7,24); }
td.TdClassName
{
border-color: #C30718;
}
.TagClassName
{
border-color: #C30718;
}
</style>