Shades of Venetian Red #C10A23
Tints of Venetian Red #C10A23
RGB
CMYK
RGB Variations
Color information
#C10A23 (or 0xC10A23) is known color: Venetian Red. HEX triplet: C1, 0A and 23. RGB value is (193,10,35). Sum of RGB (Red+Green+Blue) = 193+10+35=238 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.09% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A23 is #3EF5DC. Grayscale: #434343. Windows color (decimal): -4126173 or 2296513. OLE color: 2296513.
HSL color Cylindrical-coordinate representation of color #C10A23: hue angle of 351.8º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A23 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 35 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.24 |
| HSL | 351.8º | 0.9% | 0.4% | - |
| HSV(B) | 351.8º | 0.95% | 0.76% | - |
| XYZ | 22.4 | 11.68 | 2.66 | - |
| YUV | 67.57 | 109.63 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 35 | 0 | 0.95 | 0.82 | 0.24 | 351.8 | 0.9 | 0.4 |
| Hex | C1 | A | 23 | 0 | 5F | 52 | 18 | 160 | 5A | 28 |
| Octal | 301 | 12 | 43 | 0 | 137 | 122 | 30 | 540 | 132 | 50 |
| Binary | 11000001 | 1010 | 100011 | 0 | 1011111 | 1010010 | 11000 | 101100000 | 1011010 | 101000 |
Color Harmonies of #C10A23
Complementary color
Monochromatic Colors of #C10A23
Black with #C10A23
Text Example
Text Example
White with #C10A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A23; }
p { color: rgb(193,10,35); }
H1.HeaderClassName
{
color: #C10A23;
}
.AnyTagClassName
{
color: #C10A23;
}
</style>
background-color css
<style>
a { background-color: #C10A23; }
a { background-color: rgb(193,10,35); }
div.DivClassName
{
background-color: #C10A23;
}
.BgClassName
{
background-color: #C10A23;
}
</style>
border-color css
<style>
span { border-color: #C10A23; }
span { border-color: rgb(193,10,35); }
td.TdClassName
{
border-color: #C10A23;
}
.TagClassName
{
border-color: #C10A23;
}
</style>