Shades of Venetian Red #C60223
Tints of Venetian Red #C60223
RGB
CMYK
RGB Variations
Color information
#C60223 (or 0xC60223) is known color: Venetian Red. HEX triplet: C6, 02 and 23. RGB value is (198,2,35). Sum of RGB (Red+Green+Blue) = 198+2+35=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C60223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60223 is #39FDDC. Grayscale: #404040. Windows color (decimal): -3800541 or 2294470. OLE color: 2294470.
HSL color Cylindrical-coordinate representation of color #C60223: hue angle of 349.9º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60223 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.22 |
| HSL | 349.9º | 0.98% | 0.39% | - |
| HSV(B) | 349.9º | 0.99% | 0.78% | - |
| XYZ | 23.61 | 12.17 | 2.69 | - |
| YUV | 64.37 | 111.43 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 35 | 0 | 0.99 | 0.82 | 0.22 | 349.9 | 0.98 | 0.39 |
| Hex | C6 | 2 | 23 | 0 | 63 | 52 | 16 | 15E | 62 | 27 |
| Octal | 306 | 2 | 43 | 0 | 143 | 122 | 26 | 536 | 142 | 47 |
| Binary | 11000110 | 10 | 100011 | 0 | 1100011 | 1010010 | 10110 | 101011110 | 1100010 | 100111 |
Color Harmonies of #C60223
Complementary color
Monochromatic Colors of #C60223
Black with #C60223
Text Example
Text Example
White with #C60223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60223; }
p { color: rgb(198,2,35); }
H1.HeaderClassName
{
color: #C60223;
}
.AnyTagClassName
{
color: #C60223;
}
</style>
background-color css
<style>
a { background-color: #C60223; }
a { background-color: rgb(198,2,35); }
div.DivClassName
{
background-color: #C60223;
}
.BgClassName
{
background-color: #C60223;
}
</style>
border-color css
<style>
span { border-color: #C60223; }
span { border-color: rgb(198,2,35); }
td.TdClassName
{
border-color: #C60223;
}
.TagClassName
{
border-color: #C60223;
}
</style>