Shades of Venetian Red #C40013
Tints of Venetian Red #C40013
RGB
CMYK
RGB Variations
Color information
#C40013 (or 0xC40013) is known color: Venetian Red. HEX triplet: C4, 00 and 13. RGB value is (196,0,19). Sum of RGB (Red+Green+Blue) = 196+0+19=215 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.16% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 196 - color contains mainly: red. Hex color #C40013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40013 is #3BFFEC. Grayscale: #3C3C3C. Windows color (decimal): -3932141 or 1245380. OLE color: 1245380.
HSL color Cylindrical-coordinate representation of color #C40013: hue angle of 354.18º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40013 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.90 | 0.23 |
| HSL | 354.18º | 1% | 0.38% | - |
| HSV(B) | 354.18º | 1% | 0.77% | - |
| XYZ | 22.88 | 11.78 | 1.68 | - |
| YUV | 60.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 19 | 0 | 1 | 0.90 | 0.23 | 354.18 | 1 | 0.38 |
| Hex | C4 | 0 | 13 | 0 | 64 | 5A | 17 | 162 | 64 | 26 |
| Octal | 304 | 0 | 23 | 0 | 144 | 132 | 27 | 542 | 144 | 46 |
| Binary | 11000100 | 0 | 10011 | 0 | 1100100 | 1011010 | 10111 | 101100010 | 1100100 | 100110 |
Color Harmonies of #C40013
Complementary color
Monochromatic Colors of #C40013
Black with #C40013
Text Example
Text Example
White with #C40013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40013; }
p { color: rgb(196,0,19); }
H1.HeaderClassName
{
color: #C40013;
}
.AnyTagClassName
{
color: #C40013;
}
</style>
background-color css
<style>
a { background-color: #C40013; }
a { background-color: rgb(196,0,19); }
div.DivClassName
{
background-color: #C40013;
}
.BgClassName
{
background-color: #C40013;
}
</style>
border-color css
<style>
span { border-color: #C40013; }
span { border-color: rgb(196,0,19); }
td.TdClassName
{
border-color: #C40013;
}
.TagClassName
{
border-color: #C40013;
}
</style>