Shades of Venetian Red #C6000F
Tints of Venetian Red #C6000F
RGB
CMYK
RGB Variations
Color information
#C6000F (or 0xC6000F) is known color: Venetian Red. HEX triplet: C6, 00 and 0F. RGB value is (198,0,15). Sum of RGB (Red+Green+Blue) = 198+0+15=213 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.96% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 198 - color contains mainly: red. Hex color #C6000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6000F is #39FFF0. Grayscale: #3D3D3D. Windows color (decimal): -3801073 or 983238. OLE color: 983238.
HSL color Cylindrical-coordinate representation of color #C6000F: hue angle of 355.45º 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 #C6000F is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.92 | 0.22 |
| HSL | 355.45º | 1% | 0.39% | - |
| HSV(B) | 355.45º | 1% | 0.78% | - |
| XYZ | 23.37 | 12.04 | 1.54 | - |
| YUV | 60.91 | 102.1 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 15 | 0 | 1 | 0.92 | 0.22 | 355.45 | 1 | 0.39 |
| Hex | C6 | 0 | F | 0 | 64 | 5C | 16 | 163 | 64 | 27 |
| Octal | 306 | 0 | 17 | 0 | 144 | 134 | 26 | 543 | 144 | 47 |
| Binary | 11000110 | 0 | 1111 | 0 | 1100100 | 1011100 | 10110 | 101100011 | 1100100 | 100111 |
Color Harmonies of #C6000F
Complementary color
Monochromatic Colors of #C6000F
Black with #C6000F
Text Example
Text Example
White with #C6000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6000F; }
p { color: rgb(198,0,15); }
H1.HeaderClassName
{
color: #C6000F;
}
.AnyTagClassName
{
color: #C6000F;
}
</style>
background-color css
<style>
a { background-color: #C6000F; }
a { background-color: rgb(198,0,15); }
div.DivClassName
{
background-color: #C6000F;
}
.BgClassName
{
background-color: #C6000F;
}
</style>
border-color css
<style>
span { border-color: #C6000F; }
span { border-color: rgb(198,0,15); }
td.TdClassName
{
border-color: #C6000F;
}
.TagClassName
{
border-color: #C6000F;
}
</style>