Shades of Venetian Red #C10824
Tints of Venetian Red #C10824
RGB
CMYK
RGB Variations
Color information
#C10824 (or 0xC10824) is known color: Venetian Red. HEX triplet: C1, 08 and 24. RGB value is (193,8,36). Sum of RGB (Red+Green+Blue) = 193+8+36=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C10824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10824 is #3EF7DB. Grayscale: #424242. Windows color (decimal): -4126684 or 2361537. OLE color: 2361537.
HSL color Cylindrical-coordinate representation of color #C10824: hue angle of 350.92º 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 #C10824 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 36 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.24 |
| HSL | 350.92º | 0.92% | 0.39% | - |
| HSV(B) | 350.92º | 0.96% | 0.76% | - |
| XYZ | 22.4 | 11.64 | 2.74 | - |
| YUV | 66.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 36 | 0 | 0.96 | 0.81 | 0.24 | 350.92 | 0.92 | 0.39 |
| Hex | C1 | 8 | 24 | 0 | 60 | 51 | 18 | 15F | 5C | 27 |
| Octal | 301 | 10 | 44 | 0 | 140 | 121 | 30 | 537 | 134 | 47 |
| Binary | 11000001 | 1000 | 100100 | 0 | 1100000 | 1010001 | 11000 | 101011111 | 1011100 | 100111 |
Color Harmonies of #C10824
Complementary color
Monochromatic Colors of #C10824
Black with #C10824
Text Example
Text Example
White with #C10824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10824; }
p { color: rgb(193,8,36); }
H1.HeaderClassName
{
color: #C10824;
}
.AnyTagClassName
{
color: #C10824;
}
</style>
background-color css
<style>
a { background-color: #C10824; }
a { background-color: rgb(193,8,36); }
div.DivClassName
{
background-color: #C10824;
}
.BgClassName
{
background-color: #C10824;
}
</style>
border-color css
<style>
span { border-color: #C10824; }
span { border-color: rgb(193,8,36); }
td.TdClassName
{
border-color: #C10824;
}
.TagClassName
{
border-color: #C10824;
}
</style>