Shades of Venetian Red #C60A1F
Tints of Venetian Red #C60A1F
RGB
CMYK
RGB Variations
Color information
#C60A1F (or 0xC60A1F) is known color: Venetian Red. HEX triplet: C6, 0A and 1F. RGB value is (198,10,31). Sum of RGB (Red+Green+Blue) = 198+10+31=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60A1F is #39F5E0. Grayscale: #444444. Windows color (decimal): -3798497 or 2034374. OLE color: 2034374.
HSL color Cylindrical-coordinate representation of color #C60A1F: hue angle of 353.3º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60A1F is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 31 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.22 |
| HSL | 353.3º | 0.9% | 0.41% | - |
| HSV(B) | 353.3º | 0.95% | 0.78% | - |
| XYZ | 23.64 | 12.32 | 2.43 | - |
| YUV | 68.61 | 106.78 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 31 | 0 | 0.95 | 0.84 | 0.22 | 353.3 | 0.9 | 0.41 |
| Hex | C6 | A | 1F | 0 | 5F | 54 | 16 | 161 | 5A | 29 |
| Octal | 306 | 12 | 37 | 0 | 137 | 124 | 26 | 541 | 132 | 51 |
| Binary | 11000110 | 1010 | 11111 | 0 | 1011111 | 1010100 | 10110 | 101100001 | 1011010 | 101001 |
Color Harmonies of #C60A1F
Complementary color
Monochromatic Colors of #C60A1F
Black with #C60A1F
Text Example
Text Example
White with #C60A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A1F; }
p { color: rgb(198,10,31); }
H1.HeaderClassName
{
color: #C60A1F;
}
.AnyTagClassName
{
color: #C60A1F;
}
</style>
background-color css
<style>
a { background-color: #C60A1F; }
a { background-color: rgb(198,10,31); }
div.DivClassName
{
background-color: #C60A1F;
}
.BgClassName
{
background-color: #C60A1F;
}
</style>
border-color css
<style>
span { border-color: #C60A1F; }
span { border-color: rgb(198,10,31); }
td.TdClassName
{
border-color: #C60A1F;
}
.TagClassName
{
border-color: #C60A1F;
}
</style>