Shades of Venetian Red #C10827
Tints of Venetian Red #C10827
RGB
CMYK
RGB Variations
Color information
#C10827 (or 0xC10827) is known color: Venetian Red. HEX triplet: C1, 08 and 27. RGB value is (193,8,39). Sum of RGB (Red+Green+Blue) = 193+8+39=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C10827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10827 is #3EF7D8. Grayscale: #424242. Windows color (decimal): -4126681 or 2558145. OLE color: 2558145.
HSL color Cylindrical-coordinate representation of color #C10827: hue angle of 349.95º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10827 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 39 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.24 |
| HSL | 349.95º | 0.92% | 0.39% | - |
| HSV(B) | 349.95º | 0.96% | 0.76% | - |
| XYZ | 22.45 | 11.66 | 2.99 | - |
| YUV | 66.85 | 112.29 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 39 | 0 | 0.96 | 0.80 | 0.24 | 349.95 | 0.92 | 0.39 |
| Hex | C1 | 8 | 27 | 0 | 60 | 50 | 18 | 15E | 5C | 27 |
| Octal | 301 | 10 | 47 | 0 | 140 | 120 | 30 | 536 | 134 | 47 |
| Binary | 11000001 | 1000 | 100111 | 0 | 1100000 | 1010000 | 11000 | 101011110 | 1011100 | 100111 |
Color Harmonies of #C10827
Complementary color
Monochromatic Colors of #C10827
Black with #C10827
Text Example
Text Example
White with #C10827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10827; }
p { color: rgb(193,8,39); }
H1.HeaderClassName
{
color: #C10827;
}
.AnyTagClassName
{
color: #C10827;
}
</style>
background-color css
<style>
a { background-color: #C10827; }
a { background-color: rgb(193,8,39); }
div.DivClassName
{
background-color: #C10827;
}
.BgClassName
{
background-color: #C10827;
}
</style>
border-color css
<style>
span { border-color: #C10827; }
span { border-color: rgb(193,8,39); }
td.TdClassName
{
border-color: #C10827;
}
.TagClassName
{
border-color: #C10827;
}
</style>