Html Css Color HEX #C2062A Venetian Red

📋 copy color: '#C2062A'

red 194 ◦ green 6 ◦ blue 42

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

Shades of Venetian Red #C2062A

Tints of Venetian Red #C2062A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 80.17%
G = 2.48%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2062A (or 0xC2062A) is known color: Venetian Red. HEX triplet: C2, 06 and 2A. RGB value is (194,6,42). Sum of RGB (Red+Green+Blue) = 194+6+42=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C2062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2062A is #3DF9D5. Grayscale: #424242. Windows color (decimal): -4061654 or 2754242. OLE color: 2754242.

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

Color convert

RGB 194 6 42 -
CMYK 0 0.97 0.78 0.24
HSL 348.51º 0.94% 0.39% -
HSV(B) 348.51º 0.97% 0.76% -
XYZ 22.73 11.77 3.26 -
YUV 66.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 194 6 42 0 0.97 0.78 0.24 348.51 0.94 0.39
Hex C2 6 2A 0 61 4E 18 15D 5E 27
Octal 302 6 52 0 141 116 30 535 136 47
Binary 11000010 110 101010 0 1100001 1001110 11000 101011101 1011110 100111

Color Harmonies of #C2062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2062A

Black with #C2062A

Text Example


Text Example

White with #C2062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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