Shades of Venetian Red #C2020F
Tints of Venetian Red #C2020F
RGB
CMYK
RGB Variations
Color information
#C2020F (or 0xC2020F) is known color: Venetian Red. HEX triplet: C2, 02 and 0F. RGB value is (194,2,15). Sum of RGB (Red+Green+Blue) = 194+2+15=211 (27% of max value = 765). Red value is 194 (76.17% from 255 or 91.94% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 194 - color contains mainly: red. Hex color #C2020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2020F is #3DFDF0. Grayscale: #3D3D3D. Windows color (decimal): -4062705 or 983746. OLE color: 983746.
HSL color Cylindrical-coordinate representation of color #C2020F: hue angle of 355.94º 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 #C2020F is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.24 |
| HSL | 355.94º | 0.98% | 0.38% | - |
| HSV(B) | 355.94º | 0.99% | 0.76% | - |
| XYZ | 22.36 | 11.55 | 1.5 | - |
| YUV | 60.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 15 | 0 | 0.99 | 0.92 | 0.24 | 355.94 | 0.98 | 0.38 |
| Hex | C2 | 2 | F | 0 | 63 | 5C | 18 | 164 | 62 | 26 |
| Octal | 302 | 2 | 17 | 0 | 143 | 134 | 30 | 544 | 142 | 46 |
| Binary | 11000010 | 10 | 1111 | 0 | 1100011 | 1011100 | 11000 | 101100100 | 1100010 | 100110 |
Color Harmonies of #C2020F
Complementary color
Monochromatic Colors of #C2020F
Black with #C2020F
Text Example
Text Example
White with #C2020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2020F; }
p { color: rgb(194,2,15); }
H1.HeaderClassName
{
color: #C2020F;
}
.AnyTagClassName
{
color: #C2020F;
}
</style>
background-color css
<style>
a { background-color: #C2020F; }
a { background-color: rgb(194,2,15); }
div.DivClassName
{
background-color: #C2020F;
}
.BgClassName
{
background-color: #C2020F;
}
</style>
border-color css
<style>
span { border-color: #C2020F; }
span { border-color: rgb(194,2,15); }
td.TdClassName
{
border-color: #C2020F;
}
.TagClassName
{
border-color: #C2020F;
}
</style>