Shades of Venetian Red #C30C0F
Tints of Venetian Red #C30C0F
RGB
CMYK
RGB Variations
Color information
#C30C0F (or 0xC30C0F) is known color: Venetian Red. HEX triplet: C3, 0C and 0F. RGB value is (195,12,15). Sum of RGB (Red+Green+Blue) = 195+12+15=222 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.84% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30C0F is #3CF3F0. Grayscale: #434343. Windows color (decimal): -3994609 or 986307. OLE color: 986307.
HSL color Cylindrical-coordinate representation of color #C30C0F: hue angle of 359.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C0F is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 15 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.24 |
| HSL | 359.02º | 0.88% | 0.41% | - |
| HSV(B) | 359.02º | 0.94% | 0.76% | - |
| XYZ | 22.72 | 11.9 | 1.55 | - |
| YUV | 67.06 | 98.63 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 15 | 0 | 0.94 | 0.92 | 0.24 | 359.02 | 0.88 | 0.41 |
| Hex | C3 | C | F | 0 | 5E | 5C | 18 | 167 | 58 | 29 |
| Octal | 303 | 14 | 17 | 0 | 136 | 134 | 30 | 547 | 130 | 51 |
| Binary | 11000011 | 1100 | 1111 | 0 | 1011110 | 1011100 | 11000 | 101100111 | 1011000 | 101001 |
Color Harmonies of #C30C0F
Complementary color
Monochromatic Colors of #C30C0F
Black with #C30C0F
Text Example
Text Example
White with #C30C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C0F; }
p { color: rgb(195,12,15); }
H1.HeaderClassName
{
color: #C30C0F;
}
.AnyTagClassName
{
color: #C30C0F;
}
</style>
background-color css
<style>
a { background-color: #C30C0F; }
a { background-color: rgb(195,12,15); }
div.DivClassName
{
background-color: #C30C0F;
}
.BgClassName
{
background-color: #C30C0F;
}
</style>
border-color css
<style>
span { border-color: #C30C0F; }
span { border-color: rgb(195,12,15); }
td.TdClassName
{
border-color: #C30C0F;
}
.TagClassName
{
border-color: #C30C0F;
}
</style>