Shades of Venetian Red #C10203
Tints of Venetian Red #C10203
RGB
CMYK
RGB Variations
Color information
#C10203 (or 0xC10203) is known color: Venetian Red. HEX triplet: C1, 02 and 03. RGB value is (193,2,3). Sum of RGB (Red+Green+Blue) = 193+2+3=198 (26% of max value = 765). Red value is 193 (75.78% from 255 or 97.47% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 193 - color contains mainly: red. Hex color #C10203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10203 is #3EFDFC. Grayscale: #3B3B3B. Windows color (decimal): -4128253 or 197313. OLE color: 197313.
HSL color Cylindrical-coordinate representation of color #C10203: hue angle of 359.69º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10203 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.24 |
| HSL | 359.69º | 0.98% | 0.38% | - |
| HSV(B) | 359.69º | 0.99% | 0.76% | - |
| XYZ | 22.03 | 11.39 | 1.12 | - |
| YUV | 59.22 | 96.28 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 3 | 0 | 0.99 | 0.98 | 0.24 | 359.69 | 0.98 | 0.38 |
| Hex | C1 | 2 | 3 | 0 | 63 | 62 | 18 | 168 | 62 | 26 |
| Octal | 301 | 2 | 3 | 0 | 143 | 142 | 30 | 550 | 142 | 46 |
| Binary | 11000001 | 10 | 11 | 0 | 1100011 | 1100010 | 11000 | 101101000 | 1100010 | 100110 |
Color Harmonies of #C10203
Complementary color
Monochromatic Colors of #C10203
Black with #C10203
Text Example
Text Example
White with #C10203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10203; }
p { color: rgb(193,2,3); }
H1.HeaderClassName
{
color: #C10203;
}
.AnyTagClassName
{
color: #C10203;
}
</style>
background-color css
<style>
a { background-color: #C10203; }
a { background-color: rgb(193,2,3); }
div.DivClassName
{
background-color: #C10203;
}
.BgClassName
{
background-color: #C10203;
}
</style>
border-color css
<style>
span { border-color: #C10203; }
span { border-color: rgb(193,2,3); }
td.TdClassName
{
border-color: #C10203;
}
.TagClassName
{
border-color: #C10203;
}
</style>