Shades of Venetian Red #C20311
Tints of Venetian Red #C20311
RGB
CMYK
RGB Variations
Color information
#C20311 (or 0xC20311) is known color: Venetian Red. HEX triplet: C2, 03 and 11. RGB value is (194,3,17). Sum of RGB (Red+Green+Blue) = 194+3+17=214 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.65% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 194 - color contains mainly: red. Hex color #C20311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20311 is #3DFCEE. Grayscale: #3D3D3D. Windows color (decimal): -4062447 or 1115074. OLE color: 1115074.
HSL color Cylindrical-coordinate representation of color #C20311: hue angle of 355.6º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20311 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 17 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.24 |
| HSL | 355.6º | 0.97% | 0.39% | - |
| HSV(B) | 355.6º | 0.98% | 0.76% | - |
| XYZ | 22.38 | 11.57 | 1.58 | - |
| YUV | 61.71 | 102.78 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 17 | 0 | 0.98 | 0.91 | 0.24 | 355.6 | 0.97 | 0.39 |
| Hex | C2 | 3 | 11 | 0 | 62 | 5B | 18 | 164 | 61 | 27 |
| Octal | 302 | 3 | 21 | 0 | 142 | 133 | 30 | 544 | 141 | 47 |
| Binary | 11000010 | 11 | 10001 | 0 | 1100010 | 1011011 | 11000 | 101100100 | 1100001 | 100111 |
Color Harmonies of #C20311
Complementary color
Monochromatic Colors of #C20311
Black with #C20311
Text Example
Text Example
White with #C20311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20311; }
p { color: rgb(194,3,17); }
H1.HeaderClassName
{
color: #C20311;
}
.AnyTagClassName
{
color: #C20311;
}
</style>
background-color css
<style>
a { background-color: #C20311; }
a { background-color: rgb(194,3,17); }
div.DivClassName
{
background-color: #C20311;
}
.BgClassName
{
background-color: #C20311;
}
</style>
border-color css
<style>
span { border-color: #C20311; }
span { border-color: rgb(194,3,17); }
td.TdClassName
{
border-color: #C20311;
}
.TagClassName
{
border-color: #C20311;
}
</style>