Shades of Venetian Red #C6050F
Tints of Venetian Red #C6050F
RGB
CMYK
RGB Variations
Color information
#C6050F (or 0xC6050F) is known color: Venetian Red. HEX triplet: C6, 05 and 0F. RGB value is (198,5,15). Sum of RGB (Red+Green+Blue) = 198+5+15=218 (28% of max value = 765). Red value is 198 (77.73% from 255 or 90.83% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 198 - color contains mainly: red. Hex color #C6050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6050F is #39FAF0. Grayscale: #404040. Windows color (decimal): -3799793 or 984518. OLE color: 984518.
HSL color Cylindrical-coordinate representation of color #C6050F: hue angle of 356.89º degrees, saturation: 0.95, 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 #C6050F is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 15 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.22 |
| HSL | 356.89º | 0.95% | 0.4% | - |
| HSV(B) | 356.89º | 0.97% | 0.78% | - |
| XYZ | 23.43 | 12.15 | 1.56 | - |
| YUV | 63.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 15 | 0 | 0.97 | 0.92 | 0.22 | 356.89 | 0.95 | 0.4 |
| Hex | C6 | 5 | F | 0 | 61 | 5C | 16 | 165 | 5F | 28 |
| Octal | 306 | 5 | 17 | 0 | 141 | 134 | 26 | 545 | 137 | 50 |
| Binary | 11000110 | 101 | 1111 | 0 | 1100001 | 1011100 | 10110 | 101100101 | 1011111 | 101000 |
Color Harmonies of #C6050F
Complementary color
Monochromatic Colors of #C6050F
Black with #C6050F
Text Example
Text Example
White with #C6050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6050F; }
p { color: rgb(198,5,15); }
H1.HeaderClassName
{
color: #C6050F;
}
.AnyTagClassName
{
color: #C6050F;
}
</style>
background-color css
<style>
a { background-color: #C6050F; }
a { background-color: rgb(198,5,15); }
div.DivClassName
{
background-color: #C6050F;
}
.BgClassName
{
background-color: #C6050F;
}
</style>
border-color css
<style>
span { border-color: #C6050F; }
span { border-color: rgb(198,5,15); }
td.TdClassName
{
border-color: #C6050F;
}
.TagClassName
{
border-color: #C6050F;
}
</style>