Shades of Venetian Red #C10725
Tints of Venetian Red #C10725
RGB
CMYK
RGB Variations
Color information
#C10725 (or 0xC10725) is known color: Venetian Red. HEX triplet: C1, 07 and 25. RGB value is (193,7,37). Sum of RGB (Red+Green+Blue) = 193+7+37=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C10725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10725 is #3EF8DA. Grayscale: #424242. Windows color (decimal): -4126939 or 2426817. OLE color: 2426817.
HSL color Cylindrical-coordinate representation of color #C10725: hue angle of 350.32º degrees, saturation: 0.93, 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 #C10725 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 37 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.24 |
| HSL | 350.32º | 0.93% | 0.39% | - |
| HSV(B) | 350.32º | 0.96% | 0.76% | - |
| XYZ | 22.4 | 11.62 | 2.81 | - |
| YUV | 66.03 | 111.62 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 37 | 0 | 0.96 | 0.81 | 0.24 | 350.32 | 0.93 | 0.39 |
| Hex | C1 | 7 | 25 | 0 | 60 | 51 | 18 | 15E | 5D | 27 |
| Octal | 301 | 7 | 45 | 0 | 140 | 121 | 30 | 536 | 135 | 47 |
| Binary | 11000001 | 111 | 100101 | 0 | 1100000 | 1010001 | 11000 | 101011110 | 1011101 | 100111 |
Color Harmonies of #C10725
Complementary color
Monochromatic Colors of #C10725
Black with #C10725
Text Example
Text Example
White with #C10725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10725; }
p { color: rgb(193,7,37); }
H1.HeaderClassName
{
color: #C10725;
}
.AnyTagClassName
{
color: #C10725;
}
</style>
background-color css
<style>
a { background-color: #C10725; }
a { background-color: rgb(193,7,37); }
div.DivClassName
{
background-color: #C10725;
}
.BgClassName
{
background-color: #C10725;
}
</style>
border-color css
<style>
span { border-color: #C10725; }
span { border-color: rgb(193,7,37); }
td.TdClassName
{
border-color: #C10725;
}
.TagClassName
{
border-color: #C10725;
}
</style>