Html Css Color HEX #C2062C Venetian Red

📋 copy color: '#C2062C'

red 194 ◦ green 6 ◦ blue 44

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

Shades of Venetian Red #C2062C

Tints of Venetian Red #C2062C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.03%

R = 79.51%
G = 2.46%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2062C (or 0xC2062C) is known color: Venetian Red. HEX triplet: C2, 06 and 2C. RGB value is (194,6,44). Sum of RGB (Red+Green+Blue) = 194+6+44=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C2062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2062C is #3DF9D3. Grayscale: #424242. Windows color (decimal): -4061652 or 2885314. OLE color: 2885314.

HSL color Cylindrical-coordinate representation of color #C2062C: hue angle of 347.87º 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 #C2062C is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 6 44 -
CMYK 0 0.97 0.77 0.24
HSL 347.87º 0.94% 0.39% -
HSV(B) 347.87º 0.97% 0.76% -
XYZ 22.77 11.78 3.46 -
YUV 66.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 194 6 44 0 0.97 0.77 0.24 347.87 0.94 0.39
Hex C2 6 2C 0 61 4D 18 15C 5E 27
Octal 302 6 54 0 141 115 30 534 136 47
Binary 11000010 110 101100 0 1100001 1001101 11000 101011100 1011110 100111

Color Harmonies of #C2062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2062C

Black with #C2062C

Text Example


Text Example

White with #C2062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2062C; }

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

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

background-color css

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

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

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

border-color css

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

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

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