Shades of Venetian Red #C30129
Tints of Venetian Red #C30129
RGB
CMYK
RGB Variations
Color information
#C30129 (or 0xC30129) is known color: Venetian Red. HEX triplet: C3, 01 and 29. RGB value is (195,1,41). Sum of RGB (Red+Green+Blue) = 195+1+41=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C30129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30129 is #3CFED6. Grayscale: #3F3F3F. Windows color (decimal): -3997399 or 2687427. OLE color: 2687427.
HSL color Cylindrical-coordinate representation of color #C30129: hue angle of 347.63º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30129 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.24 |
| HSL | 347.63º | 0.99% | 0.38% | - |
| HSV(B) | 347.63º | 0.99% | 0.76% | - |
| XYZ | 22.92 | 11.78 | 3.16 | - |
| YUV | 63.57 | 115.27 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 41 | 0 | 0.99 | 0.79 | 0.24 | 347.63 | 0.99 | 0.38 |
| Hex | C3 | 1 | 29 | 0 | 63 | 4F | 18 | 15C | 63 | 26 |
| Octal | 303 | 1 | 51 | 0 | 143 | 117 | 30 | 534 | 143 | 46 |
| Binary | 11000011 | 1 | 101001 | 0 | 1100011 | 1001111 | 11000 | 101011100 | 1100011 | 100110 |
Color Harmonies of #C30129
Complementary color
Monochromatic Colors of #C30129
Black with #C30129
Text Example
Text Example
White with #C30129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30129; }
p { color: rgb(195,1,41); }
H1.HeaderClassName
{
color: #C30129;
}
.AnyTagClassName
{
color: #C30129;
}
</style>
background-color css
<style>
a { background-color: #C30129; }
a { background-color: rgb(195,1,41); }
div.DivClassName
{
background-color: #C30129;
}
.BgClassName
{
background-color: #C30129;
}
</style>
border-color css
<style>
span { border-color: #C30129; }
span { border-color: rgb(195,1,41); }
td.TdClassName
{
border-color: #C30129;
}
.TagClassName
{
border-color: #C30129;
}
</style>