Shades of Venetian Red #C60103
Tints of Venetian Red #C60103
RGB
CMYK
RGB Variations
Color information
#C60103 (or 0xC60103) is known color: Venetian Red. HEX triplet: C6, 01 and 03. RGB value is (198,1,3). Sum of RGB (Red+Green+Blue) = 198+1+3=202 (26% of max value = 765). Red value is 198 (77.73% from 255 or 98.02% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 198 - color contains mainly: red. Hex color #C60103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60103 is #39FEFC. Grayscale: #3C3C3C. Windows color (decimal): -3800829 or 197062. OLE color: 197062.
HSL color Cylindrical-coordinate representation of color #C60103: hue angle of 359.39º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60103 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.22 |
| HSL | 359.39º | 0.99% | 0.39% | - |
| HSV(B) | 359.39º | 0.99% | 0.78% | - |
| XYZ | 23.32 | 12.03 | 1.18 | - |
| YUV | 60.13 | 95.77 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 3 | 0 | 0.99 | 0.98 | 0.22 | 359.39 | 0.99 | 0.39 |
| Hex | C6 | 1 | 3 | 0 | 63 | 62 | 16 | 167 | 63 | 27 |
| Octal | 306 | 1 | 3 | 0 | 143 | 142 | 26 | 547 | 143 | 47 |
| Binary | 11000110 | 1 | 11 | 0 | 1100011 | 1100010 | 10110 | 101100111 | 1100011 | 100111 |
Color Harmonies of #C60103
Complementary color
Monochromatic Colors of #C60103
Black with #C60103
Text Example
Text Example
White with #C60103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60103; }
p { color: rgb(198,1,3); }
H1.HeaderClassName
{
color: #C60103;
}
.AnyTagClassName
{
color: #C60103;
}
</style>
background-color css
<style>
a { background-color: #C60103; }
a { background-color: rgb(198,1,3); }
div.DivClassName
{
background-color: #C60103;
}
.BgClassName
{
background-color: #C60103;
}
</style>
border-color css
<style>
span { border-color: #C60103; }
span { border-color: rgb(198,1,3); }
td.TdClassName
{
border-color: #C60103;
}
.TagClassName
{
border-color: #C60103;
}
</style>