Shades of Venetian Red #C60001
Tints of Venetian Red #C60001
RGB
CMYK
RGB Variations
Color information
#C60001 (or 0xC60001) is known color: Venetian Red. HEX triplet: C6, 00 and 01. RGB value is (198,0,1). Sum of RGB (Red+Green+Blue) = 198+0+1=199 (26% of max value = 765). Red value is 198 (77.73% from 255 or 99.50% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 198 - color contains mainly: red. Hex color #C60001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60001 is #39FFFE. Grayscale: #3B3B3B. Windows color (decimal): -3801087 or 65734. OLE color: 65734.
HSL color Cylindrical-coordinate representation of color #C60001: hue angle of 359.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.22 |
| HSL | 359.7º | 1% | 0.39% | - |
| HSV(B) | 359.7º | 1% | 0.78% | - |
| XYZ | 23.29 | 12.01 | 1.12 | - |
| YUV | 59.32 | 95.1 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 1 | 0 | 1 | 0.99 | 0.22 | 359.7 | 1 | 0.39 |
| Hex | C6 | 0 | 1 | 0 | 64 | 63 | 16 | 168 | 64 | 27 |
| Octal | 306 | 0 | 1 | 0 | 144 | 143 | 26 | 550 | 144 | 47 |
| Binary | 11000110 | 0 | 1 | 0 | 1100100 | 1100011 | 10110 | 101101000 | 1100100 | 100111 |
Color Harmonies of #C60001
Complementary color
Monochromatic Colors of #C60001
Black with #C60001
Text Example
Text Example
White with #C60001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60001; }
p { color: rgb(198,0,1); }
H1.HeaderClassName
{
color: #C60001;
}
.AnyTagClassName
{
color: #C60001;
}
</style>
background-color css
<style>
a { background-color: #C60001; }
a { background-color: rgb(198,0,1); }
div.DivClassName
{
background-color: #C60001;
}
.BgClassName
{
background-color: #C60001;
}
</style>
border-color css
<style>
span { border-color: #C60001; }
span { border-color: rgb(198,0,1); }
td.TdClassName
{
border-color: #C60001;
}
.TagClassName
{
border-color: #C60001;
}
</style>