Shades of Venetian Red #C3040D
Tints of Venetian Red #C3040D
RGB
CMYK
RGB Variations
Color information
#C3040D (or 0xC3040D) is known color: Venetian Red. HEX triplet: C3, 04 and 0D. RGB value is (195,4,13). Sum of RGB (Red+Green+Blue) = 195+4+13=212 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.98% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 195 - color contains mainly: red. Hex color #C3040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3040D is #3CFBF2. Grayscale: #3E3E3E. Windows color (decimal): -3996659 or 853187. OLE color: 853187.
HSL color Cylindrical-coordinate representation of color #C3040D: hue angle of 357.17º 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 #C3040D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.24 |
| HSL | 357.17º | 0.96% | 0.39% | - |
| HSV(B) | 357.17º | 0.98% | 0.76% | - |
| XYZ | 22.62 | 11.72 | 1.45 | - |
| YUV | 62.14 | 100.28 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 13 | 0 | 0.98 | 0.93 | 0.24 | 357.17 | 0.96 | 0.39 |
| Hex | C3 | 4 | D | 0 | 62 | 5D | 18 | 165 | 60 | 27 |
| Octal | 303 | 4 | 15 | 0 | 142 | 135 | 30 | 545 | 140 | 47 |
| Binary | 11000011 | 100 | 1101 | 0 | 1100010 | 1011101 | 11000 | 101100101 | 1100000 | 100111 |
Color Harmonies of #C3040D
Complementary color
Monochromatic Colors of #C3040D
Black with #C3040D
Text Example
Text Example
White with #C3040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3040D; }
p { color: rgb(195,4,13); }
H1.HeaderClassName
{
color: #C3040D;
}
.AnyTagClassName
{
color: #C3040D;
}
</style>
background-color css
<style>
a { background-color: #C3040D; }
a { background-color: rgb(195,4,13); }
div.DivClassName
{
background-color: #C3040D;
}
.BgClassName
{
background-color: #C3040D;
}
</style>
border-color css
<style>
span { border-color: #C3040D; }
span { border-color: rgb(195,4,13); }
td.TdClassName
{
border-color: #C3040D;
}
.TagClassName
{
border-color: #C3040D;
}
</style>