Shades of Venetian Red #C0040D
Tints of Venetian Red #C0040D
RGB
CMYK
RGB Variations
Color information
#C0040D (or 0xC0040D) is known color: Venetian Red. HEX triplet: C0, 04 and 0D. RGB value is (192,4,13). Sum of RGB (Red+Green+Blue) = 192+4+13=209 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.87% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 192 - color contains mainly: red. Hex color #C0040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0040D is #3FFBF2. Grayscale: #3D3D3D. Windows color (decimal): -4193267 or 853184. OLE color: 853184.
HSL color Cylindrical-coordinate representation of color #C0040D: hue angle of 357.13º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0040D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.25 |
| HSL | 357.13º | 0.96% | 0.38% | - |
| HSV(B) | 357.13º | 0.98% | 0.75% | - |
| XYZ | 21.85 | 11.32 | 1.41 | - |
| YUV | 61.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 13 | 0 | 0.98 | 0.93 | 0.25 | 357.13 | 0.96 | 0.38 |
| Hex | C0 | 4 | D | 0 | 62 | 5D | 19 | 165 | 60 | 26 |
| Octal | 300 | 4 | 15 | 0 | 142 | 135 | 31 | 545 | 140 | 46 |
| Binary | 11000000 | 100 | 1101 | 0 | 1100010 | 1011101 | 11001 | 101100101 | 1100000 | 100110 |
Color Harmonies of #C0040D
Complementary color
Monochromatic Colors of #C0040D
Black with #C0040D
Text Example
Text Example
White with #C0040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0040D; }
p { color: rgb(192,4,13); }
H1.HeaderClassName
{
color: #C0040D;
}
.AnyTagClassName
{
color: #C0040D;
}
</style>
background-color css
<style>
a { background-color: #C0040D; }
a { background-color: rgb(192,4,13); }
div.DivClassName
{
background-color: #C0040D;
}
.BgClassName
{
background-color: #C0040D;
}
</style>
border-color css
<style>
span { border-color: #C0040D; }
span { border-color: rgb(192,4,13); }
td.TdClassName
{
border-color: #C0040D;
}
.TagClassName
{
border-color: #C0040D;
}
</style>