Html Css Color HEX #C2060E Venetian Red

📋 copy color: '#C2060E'

red 194 ◦ green 6 ◦ blue 14

#C2060E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #C2060E

Tints of Venetian Red #C2060E

RGB

 RED value IS 194 (76.17% from 255) = 90.65%

 GREEN value IS 6 (2.73% from 255) = 2.8%

 BLUE value IS 14 (5.86% from 255) = 6.54%

R = 90.65%
G = 2.8%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2060E (or 0xC2060E) is known color: Venetian Red. HEX triplet: C2, 06 and 0E. RGB value is (194,6,14). Sum of RGB (Red+Green+Blue) = 194+6+14=214 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.65% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 194 - color contains mainly: red. Hex color #C2060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2060E is #3DF9F1. Grayscale: #3F3F3F. Windows color (decimal): -4061682 or 919234. OLE color: 919234.

HSL color Cylindrical-coordinate representation of color #C2060E: hue angle of 357.45º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2060E is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 6 14 -
CMYK 0 0.97 0.93 0.24
HSL 357.45º 0.94% 0.39% -
HSV(B) 357.45º 0.97% 0.76% -
XYZ 22.39 11.63 1.48 -
YUV 63.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 194 6 14 0 0.97 0.93 0.24 357.45 0.94 0.39
Hex C2 6 E 0 61 5D 18 165 5E 27
Octal 302 6 16 0 141 135 30 545 136 47
Binary 11000010 110 1110 0 1100001 1011101 11000 101100101 1011110 100111

Color Harmonies of #C2060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2060E

Black with #C2060E

Text Example


Text Example

White with #C2060E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2060E; }

 p { color: rgb(194,6,14); }

 H1.HeaderClassName
 {
   color: #C2060E;
 }
 .AnyTagClassName
 {
   color: #C2060E;
 }
</style>

background-color css

<style>
 a { background-color: #C2060E; }

 a { background-color: rgb(194,6,14); }

 div.DivClassName
 {
   background-color: #C2060E;
 }
 .BgClassName
 {
   background-color: #C2060E;
 }
</style>

border-color css

<style>
 span { border-color: #C2060E; }

 span { border-color: rgb(194,6,14); }

 td.TdClassName
 {
   border-color: #C2060E;
 }
 .TagClassName
 {
   border-color: #C2060E;
 }
</style>