Html Css Color HEX #C2080B Venetian Red

📋 copy color: '#C2080B'

red 194 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #C2080B

Tints of Venetian Red #C2080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.76%

 BLUE value IS 11 (4.69% from 255) = 5.16%

R = 91.08%
G = 3.76%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2080B (or 0xC2080B) is known color: Venetian Red. HEX triplet: C2, 08 and 0B. RGB value is (194,8,11). Sum of RGB (Red+Green+Blue) = 194+8+11=213 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.08% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 194 - color contains mainly: red. Hex color #C2080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2080B is #3DF7F4. Grayscale: #404040. Windows color (decimal): -4061173 or 723138. OLE color: 723138.

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

Color convert

RGB 194 8 11 -
CMYK 0 0.96 0.94 0.24
HSL 359.03º 0.92% 0.4% -
HSV(B) 359.03º 0.96% 0.76% -
XYZ 22.4 11.67 1.39 -
YUV 63.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 194 8 11 0 0.96 0.94 0.24 359.03 0.92 0.4
Hex C2 8 B 0 60 5E 18 167 5C 28
Octal 302 10 13 0 140 136 30 547 134 50
Binary 11000010 1000 1011 0 1100000 1011110 11000 101100111 1011100 101000

Color Harmonies of #C2080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2080B

Black with #C2080B

Text Example


Text Example

White with #C2080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2080B; }

 p { color: rgb(194,8,11); }

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

background-color css

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

 a { background-color: rgb(194,8,11); }

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

border-color css

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

 span { border-color: rgb(194,8,11); }

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