Shades of Venetian Red #C31013
Tints of Venetian Red #C31013
RGB
CMYK
RGB Variations
Color information
#C31013 (or 0xC31013) is known color: Venetian Red. HEX triplet: C3, 10 and 13. RGB value is (195,16,19). Sum of RGB (Red+Green+Blue) = 195+16+19=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C31013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31013 is #3CEFEC. Grayscale: #464646. Windows color (decimal): -3993581 or 1249475. OLE color: 1249475.
HSL color Cylindrical-coordinate representation of color #C31013: hue angle of 358.99º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31013 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 19 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.24 |
| HSL | 358.99º | 0.85% | 0.41% | - |
| HSV(B) | 358.99º | 0.92% | 0.76% | - |
| XYZ | 22.81 | 12.02 | 1.73 | - |
| YUV | 69.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 19 | 0 | 0.92 | 0.90 | 0.24 | 358.99 | 0.85 | 0.41 |
| Hex | C3 | 10 | 13 | 0 | 5C | 5A | 18 | 167 | 55 | 29 |
| Octal | 303 | 20 | 23 | 0 | 134 | 132 | 30 | 547 | 125 | 51 |
| Binary | 11000011 | 10000 | 10011 | 0 | 1011100 | 1011010 | 11000 | 101100111 | 1010101 | 101001 |
Color Harmonies of #C31013
Complementary color
Monochromatic Colors of #C31013
Black with #C31013
Text Example
Text Example
White with #C31013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31013; }
p { color: rgb(195,16,19); }
H1.HeaderClassName
{
color: #C31013;
}
.AnyTagClassName
{
color: #C31013;
}
</style>
background-color css
<style>
a { background-color: #C31013; }
a { background-color: rgb(195,16,19); }
div.DivClassName
{
background-color: #C31013;
}
.BgClassName
{
background-color: #C31013;
}
</style>
border-color css
<style>
span { border-color: #C31013; }
span { border-color: rgb(195,16,19); }
td.TdClassName
{
border-color: #C31013;
}
.TagClassName
{
border-color: #C31013;
}
</style>