Shades of Venetian Red #C3040F
Tints of Venetian Red #C3040F
RGB
CMYK
RGB Variations
Color information
#C3040F (or 0xC3040F) is known color: Venetian Red. HEX triplet: C3, 04 and 0F. RGB value is (195,4,15). Sum of RGB (Red+Green+Blue) = 195+4+15=214 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.12% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 195 - color contains mainly: red. Hex color #C3040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3040F is #3CFBF0. Grayscale: #3E3E3E. Windows color (decimal): -3996657 or 984259. OLE color: 984259.
HSL color Cylindrical-coordinate representation of color #C3040F: hue angle of 356.54º degrees, saturation: 0.96, 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 #C3040F is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.24 |
| HSL | 356.54º | 0.96% | 0.39% | - |
| HSV(B) | 356.54º | 0.98% | 0.76% | - |
| XYZ | 22.64 | 11.72 | 1.52 | - |
| YUV | 62.36 | 101.28 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 15 | 0 | 0.98 | 0.92 | 0.24 | 356.54 | 0.96 | 0.39 |
| Hex | C3 | 4 | F | 0 | 62 | 5C | 18 | 165 | 60 | 27 |
| Octal | 303 | 4 | 17 | 0 | 142 | 134 | 30 | 545 | 140 | 47 |
| Binary | 11000011 | 100 | 1111 | 0 | 1100010 | 1011100 | 11000 | 101100101 | 1100000 | 100111 |
Color Harmonies of #C3040F
Complementary color
Monochromatic Colors of #C3040F
Black with #C3040F
Text Example
Text Example
White with #C3040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3040F; }
p { color: rgb(195,4,15); }
H1.HeaderClassName
{
color: #C3040F;
}
.AnyTagClassName
{
color: #C3040F;
}
</style>
background-color css
<style>
a { background-color: #C3040F; }
a { background-color: rgb(195,4,15); }
div.DivClassName
{
background-color: #C3040F;
}
.BgClassName
{
background-color: #C3040F;
}
</style>
border-color css
<style>
span { border-color: #C3040F; }
span { border-color: rgb(195,4,15); }
td.TdClassName
{
border-color: #C3040F;
}
.TagClassName
{
border-color: #C3040F;
}
</style>