Shades of Venetian Red #C10414
Tints of Venetian Red #C10414
RGB
CMYK
RGB Variations
Color information
#C10414 (or 0xC10414) is known color: Venetian Red. HEX triplet: C1, 04 and 14. RGB value is (193,4,20). Sum of RGB (Red+Green+Blue) = 193+4+20=217 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.94% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 193 - color contains mainly: red. Hex color #C10414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10414 is #3EFBEB. Grayscale: #3E3E3E. Windows color (decimal): -4127724 or 1311937. OLE color: 1311937.
HSL color Cylindrical-coordinate representation of color #C10414: hue angle of 354.92º 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 #C10414 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 20 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.24 |
| HSL | 354.92º | 0.96% | 0.39% | - |
| HSV(B) | 354.92º | 0.98% | 0.76% | - |
| XYZ | 22.16 | 11.47 | 1.71 | - |
| YUV | 62.34 | 104.12 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 20 | 0 | 0.98 | 0.90 | 0.24 | 354.92 | 0.96 | 0.39 |
| Hex | C1 | 4 | 14 | 0 | 62 | 5A | 18 | 163 | 60 | 27 |
| Octal | 301 | 4 | 24 | 0 | 142 | 132 | 30 | 543 | 140 | 47 |
| Binary | 11000001 | 100 | 10100 | 0 | 1100010 | 1011010 | 11000 | 101100011 | 1100000 | 100111 |
Color Harmonies of #C10414
Complementary color
Monochromatic Colors of #C10414
Black with #C10414
Text Example
Text Example
White with #C10414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10414; }
p { color: rgb(193,4,20); }
H1.HeaderClassName
{
color: #C10414;
}
.AnyTagClassName
{
color: #C10414;
}
</style>
background-color css
<style>
a { background-color: #C10414; }
a { background-color: rgb(193,4,20); }
div.DivClassName
{
background-color: #C10414;
}
.BgClassName
{
background-color: #C10414;
}
</style>
border-color css
<style>
span { border-color: #C10414; }
span { border-color: rgb(193,4,20); }
td.TdClassName
{
border-color: #C10414;
}
.TagClassName
{
border-color: #C10414;
}
</style>