Shades of Venetian Red #C10F1E
Tints of Venetian Red #C10F1E
RGB
CMYK
RGB Variations
Color information
#C10F1E (or 0xC10F1E) is known color: Venetian Red. HEX triplet: C1, 0F and 1E. RGB value is (193,15,30). Sum of RGB (Red+Green+Blue) = 193+15+30=238 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.09% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10F1E is #3EF0E1. Grayscale: #464646. Windows color (decimal): -4124898 or 1970113. OLE color: 1970113.
HSL color Cylindrical-coordinate representation of color #C10F1E: hue angle of 354.94º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F1E is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 30 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.24 |
| HSL | 354.94º | 0.86% | 0.41% | - |
| HSV(B) | 354.94º | 0.92% | 0.76% | - |
| XYZ | 22.4 | 11.77 | 2.32 | - |
| YUV | 69.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 30 | 0 | 0.92 | 0.84 | 0.24 | 354.94 | 0.86 | 0.41 |
| Hex | C1 | F | 1E | 0 | 5C | 54 | 18 | 163 | 56 | 29 |
| Octal | 301 | 17 | 36 | 0 | 134 | 124 | 30 | 543 | 126 | 51 |
| Binary | 11000001 | 1111 | 11110 | 0 | 1011100 | 1010100 | 11000 | 101100011 | 1010110 | 101001 |
Color Harmonies of #C10F1E
Complementary color
Monochromatic Colors of #C10F1E
Black with #C10F1E
Text Example
Text Example
White with #C10F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F1E; }
p { color: rgb(193,15,30); }
H1.HeaderClassName
{
color: #C10F1E;
}
.AnyTagClassName
{
color: #C10F1E;
}
</style>
background-color css
<style>
a { background-color: #C10F1E; }
a { background-color: rgb(193,15,30); }
div.DivClassName
{
background-color: #C10F1E;
}
.BgClassName
{
background-color: #C10F1E;
}
</style>
border-color css
<style>
span { border-color: #C10F1E; }
span { border-color: rgb(193,15,30); }
td.TdClassName
{
border-color: #C10F1E;
}
.TagClassName
{
border-color: #C10F1E;
}
</style>