Html Css Color HEX #C2061B Venetian Red

📋 copy color: '#C2061B'

red 194 ◦ green 6 ◦ blue 27

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

Shades of Venetian Red #C2061B

Tints of Venetian Red #C2061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 85.46%
G = 2.64%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2061B (or 0xC2061B) is known color: Venetian Red. HEX triplet: C2, 06 and 1B. RGB value is (194,6,27). Sum of RGB (Red+Green+Blue) = 194+6+27=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C2061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2061B is #3DF9E4. Grayscale: #404040. Windows color (decimal): -4061669 or 1771202. OLE color: 1771202.

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

Color convert

RGB 194 6 27 -
CMYK 0 0.97 0.86 0.24
HSL 353.3º 0.94% 0.39% -
HSV(B) 353.3º 0.97% 0.76% -
XYZ 22.51 11.68 2.1 -
YUV 64.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 194 6 27 0 0.97 0.86 0.24 353.3 0.94 0.39
Hex C2 6 1B 0 61 56 18 161 5E 27
Octal 302 6 33 0 141 126 30 541 136 47
Binary 11000010 110 11011 0 1100001 1010110 11000 101100001 1011110 100111

Color Harmonies of #C2061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2061B

Black with #C2061B

Text Example


Text Example

White with #C2061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2061B; }

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

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

background-color css

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

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

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

border-color css

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

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

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