Shades of Venetian Red #C20209
Tints of Venetian Red #C20209
RGB
CMYK
RGB Variations
Color information
#C20209 (or 0xC20209) is known color: Venetian Red. HEX triplet: C2, 02 and 09. RGB value is (194,2,9). Sum of RGB (Red+Green+Blue) = 194+2+9=205 (27% of max value = 765). Red value is 194 (76.17% from 255 or 94.63% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 194 - color contains mainly: red. Hex color #C20209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20209 is #3DFDF6. Grayscale: #3C3C3C. Windows color (decimal): -4062711 or 590530. OLE color: 590530.
HSL color Cylindrical-coordinate representation of color #C20209: hue angle of 357.81º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20209 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.24 |
| HSL | 357.81º | 0.98% | 0.38% | - |
| HSV(B) | 357.81º | 0.99% | 0.76% | - |
| XYZ | 22.32 | 11.53 | 1.31 | - |
| YUV | 60.21 | 99.11 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 9 | 0 | 0.99 | 0.95 | 0.24 | 357.81 | 0.98 | 0.38 |
| Hex | C2 | 2 | 9 | 0 | 63 | 5F | 18 | 166 | 62 | 26 |
| Octal | 302 | 2 | 11 | 0 | 143 | 137 | 30 | 546 | 142 | 46 |
| Binary | 11000010 | 10 | 1001 | 0 | 1100011 | 1011111 | 11000 | 101100110 | 1100010 | 100110 |
Color Harmonies of #C20209
Complementary color
Monochromatic Colors of #C20209
Black with #C20209
Text Example
Text Example
White with #C20209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20209; }
p { color: rgb(194,2,9); }
H1.HeaderClassName
{
color: #C20209;
}
.AnyTagClassName
{
color: #C20209;
}
</style>
background-color css
<style>
a { background-color: #C20209; }
a { background-color: rgb(194,2,9); }
div.DivClassName
{
background-color: #C20209;
}
.BgClassName
{
background-color: #C20209;
}
</style>
border-color css
<style>
span { border-color: #C20209; }
span { border-color: rgb(194,2,9); }
td.TdClassName
{
border-color: #C20209;
}
.TagClassName
{
border-color: #C20209;
}
</style>