Shades of Venetian Red #C60618
Tints of Venetian Red #C60618
RGB
CMYK
RGB Variations
Color information
#C60618 (or 0xC60618) is known color: Venetian Red. HEX triplet: C6, 06 and 18. RGB value is (198,6,24). Sum of RGB (Red+Green+Blue) = 198+6+24=228 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.84% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 198 - color contains mainly: red. Hex color #C60618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60618 is #39F9E7. Grayscale: #414141. Windows color (decimal): -3799528 or 1574598. OLE color: 1574598.
HSL color Cylindrical-coordinate representation of color #C60618: hue angle of 354.38º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60618 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 24 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.22 |
| HSL | 354.38º | 0.94% | 0.4% | - |
| HSV(B) | 354.38º | 0.97% | 0.78% | - |
| XYZ | 23.52 | 12.2 | 1.98 | - |
| YUV | 65.46 | 104.61 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 24 | 0 | 0.97 | 0.88 | 0.22 | 354.38 | 0.94 | 0.4 |
| Hex | C6 | 6 | 18 | 0 | 61 | 58 | 16 | 162 | 5E | 28 |
| Octal | 306 | 6 | 30 | 0 | 141 | 130 | 26 | 542 | 136 | 50 |
| Binary | 11000110 | 110 | 11000 | 0 | 1100001 | 1011000 | 10110 | 101100010 | 1011110 | 101000 |
Color Harmonies of #C60618
Complementary color
Monochromatic Colors of #C60618
Black with #C60618
Text Example
Text Example
White with #C60618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60618; }
p { color: rgb(198,6,24); }
H1.HeaderClassName
{
color: #C60618;
}
.AnyTagClassName
{
color: #C60618;
}
</style>
background-color css
<style>
a { background-color: #C60618; }
a { background-color: rgb(198,6,24); }
div.DivClassName
{
background-color: #C60618;
}
.BgClassName
{
background-color: #C60618;
}
</style>
border-color css
<style>
span { border-color: #C60618; }
span { border-color: rgb(198,6,24); }
td.TdClassName
{
border-color: #C60618;
}
.TagClassName
{
border-color: #C60618;
}
</style>