Shades of Venetian Red #C30310
Tints of Venetian Red #C30310
RGB
CMYK
RGB Variations
Color information
#C30310 (or 0xC30310) is known color: Venetian Red. HEX triplet: C3, 03 and 10. RGB value is (195,3,16). Sum of RGB (Red+Green+Blue) = 195+3+16=214 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.12% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 195 - color contains mainly: red. Hex color #C30310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30310 is #3CFCEF. Grayscale: #3E3E3E. Windows color (decimal): -3996912 or 1049539. OLE color: 1049539.
HSL color Cylindrical-coordinate representation of color #C30310: hue angle of 355.94º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30310 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 16 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.24 |
| HSL | 355.94º | 0.97% | 0.39% | - |
| HSV(B) | 355.94º | 0.98% | 0.76% | - |
| XYZ | 22.63 | 11.7 | 1.56 | - |
| YUV | 61.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 16 | 0 | 0.98 | 0.92 | 0.24 | 355.94 | 0.97 | 0.39 |
| Hex | C3 | 3 | 10 | 0 | 62 | 5C | 18 | 164 | 61 | 27 |
| Octal | 303 | 3 | 20 | 0 | 142 | 134 | 30 | 544 | 141 | 47 |
| Binary | 11000011 | 11 | 10000 | 0 | 1100010 | 1011100 | 11000 | 101100100 | 1100001 | 100111 |
Color Harmonies of #C30310
Complementary color
Monochromatic Colors of #C30310
Black with #C30310
Text Example
Text Example
White with #C30310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30310; }
p { color: rgb(195,3,16); }
H1.HeaderClassName
{
color: #C30310;
}
.AnyTagClassName
{
color: #C30310;
}
</style>
background-color css
<style>
a { background-color: #C30310; }
a { background-color: rgb(195,3,16); }
div.DivClassName
{
background-color: #C30310;
}
.BgClassName
{
background-color: #C30310;
}
</style>
border-color css
<style>
span { border-color: #C30310; }
span { border-color: rgb(195,3,16); }
td.TdClassName
{
border-color: #C30310;
}
.TagClassName
{
border-color: #C30310;
}
</style>