Shades of Venetian Red #C3000D
Tints of Venetian Red #C3000D
RGB
CMYK
RGB Variations
Color information
#C3000D (or 0xC3000D) is known color: Venetian Red. HEX triplet: C3, 00 and 0D. RGB value is (195,0,13). Sum of RGB (Red+Green+Blue) = 195+0+13=208 (27% of max value = 765). Red value is 195 (76.56% from 255 or 93.75% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 195 - color contains mainly: red. Hex color #C3000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3000D is #3CFFF2. Grayscale: #3B3B3B. Windows color (decimal): -3997683 or 852163. OLE color: 852163.
HSL color Cylindrical-coordinate representation of color #C3000D: hue angle of 356º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3000D is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.93 | 0.24 |
| HSL | 356º | 1% | 0.38% | - |
| HSV(B) | 356º | 1% | 0.76% | - |
| XYZ | 22.58 | 11.63 | 1.44 | - |
| YUV | 59.79 | 101.6 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 13 | 0 | 1 | 0.93 | 0.24 | 356 | 1 | 0.38 |
| Hex | C3 | 0 | D | 0 | 64 | 5D | 18 | 164 | 64 | 26 |
| Octal | 303 | 0 | 15 | 0 | 144 | 135 | 30 | 544 | 144 | 46 |
| Binary | 11000011 | 0 | 1101 | 0 | 1100100 | 1011101 | 11000 | 101100100 | 1100100 | 100110 |
Color Harmonies of #C3000D
Complementary color
Monochromatic Colors of #C3000D
Black with #C3000D
Text Example
Text Example
White with #C3000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3000D; }
p { color: rgb(195,0,13); }
H1.HeaderClassName
{
color: #C3000D;
}
.AnyTagClassName
{
color: #C3000D;
}
</style>
background-color css
<style>
a { background-color: #C3000D; }
a { background-color: rgb(195,0,13); }
div.DivClassName
{
background-color: #C3000D;
}
.BgClassName
{
background-color: #C3000D;
}
</style>
border-color css
<style>
span { border-color: #C3000D; }
span { border-color: rgb(195,0,13); }
td.TdClassName
{
border-color: #C3000D;
}
.TagClassName
{
border-color: #C3000D;
}
</style>