Shades of Venetian Red #C30C17
Tints of Venetian Red #C30C17
RGB
CMYK
RGB Variations
Color information
#C30C17 (or 0xC30C17) is known color: Venetian Red. HEX triplet: C3, 0C and 17. RGB value is (195,12,23). Sum of RGB (Red+Green+Blue) = 195+12+23=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30C17 is #3CF3E8. Grayscale: #444444. Windows color (decimal): -3994601 or 1510595. OLE color: 1510595.
HSL color Cylindrical-coordinate representation of color #C30C17: hue angle of 356.39º 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 #C30C17 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 23 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.24 |
| HSL | 356.39º | 0.88% | 0.41% | - |
| HSV(B) | 356.39º | 0.94% | 0.76% | - |
| XYZ | 22.79 | 11.93 | 1.91 | - |
| YUV | 67.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 23 | 0 | 0.94 | 0.88 | 0.24 | 356.39 | 0.88 | 0.41 |
| Hex | C3 | C | 17 | 0 | 5E | 58 | 18 | 164 | 58 | 29 |
| Octal | 303 | 14 | 27 | 0 | 136 | 130 | 30 | 544 | 130 | 51 |
| Binary | 11000011 | 1100 | 10111 | 0 | 1011110 | 1011000 | 11000 | 101100100 | 1011000 | 101001 |
Color Harmonies of #C30C17
Complementary color
Monochromatic Colors of #C30C17
Black with #C30C17
Text Example
Text Example
White with #C30C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C17; }
p { color: rgb(195,12,23); }
H1.HeaderClassName
{
color: #C30C17;
}
.AnyTagClassName
{
color: #C30C17;
}
</style>
background-color css
<style>
a { background-color: #C30C17; }
a { background-color: rgb(195,12,23); }
div.DivClassName
{
background-color: #C30C17;
}
.BgClassName
{
background-color: #C30C17;
}
</style>
border-color css
<style>
span { border-color: #C30C17; }
span { border-color: rgb(195,12,23); }
td.TdClassName
{
border-color: #C30C17;
}
.TagClassName
{
border-color: #C30C17;
}
</style>