Shades of Venetian Red #C30527
Tints of Venetian Red #C30527
RGB
CMYK
RGB Variations
Color information
#C30527 (or 0xC30527) is known color: Venetian Red. HEX triplet: C3, 05 and 27. RGB value is (195,5,39). Sum of RGB (Red+Green+Blue) = 195+5+39=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C30527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30527 is #3CFAD8. Grayscale: #414141. Windows color (decimal): -3996377 or 2557379. OLE color: 2557379.
HSL color Cylindrical-coordinate representation of color #C30527: hue angle of 349.26º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30527 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 39 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.24 |
| HSL | 349.26º | 0.95% | 0.39% | - |
| HSV(B) | 349.26º | 0.97% | 0.76% | - |
| XYZ | 22.93 | 11.86 | 3 | - |
| YUV | 65.69 | 112.95 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 39 | 0 | 0.97 | 0.80 | 0.24 | 349.26 | 0.95 | 0.39 |
| Hex | C3 | 5 | 27 | 0 | 61 | 50 | 18 | 15D | 5F | 27 |
| Octal | 303 | 5 | 47 | 0 | 141 | 120 | 30 | 535 | 137 | 47 |
| Binary | 11000011 | 101 | 100111 | 0 | 1100001 | 1010000 | 11000 | 101011101 | 1011111 | 100111 |
Color Harmonies of #C30527
Complementary color
Monochromatic Colors of #C30527
Black with #C30527
Text Example
Text Example
White with #C30527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30527; }
p { color: rgb(195,5,39); }
H1.HeaderClassName
{
color: #C30527;
}
.AnyTagClassName
{
color: #C30527;
}
</style>
background-color css
<style>
a { background-color: #C30527; }
a { background-color: rgb(195,5,39); }
div.DivClassName
{
background-color: #C30527;
}
.BgClassName
{
background-color: #C30527;
}
</style>
border-color css
<style>
span { border-color: #C30527; }
span { border-color: rgb(195,5,39); }
td.TdClassName
{
border-color: #C30527;
}
.TagClassName
{
border-color: #C30527;
}
</style>