Html Css Color HEX #C2080C Venetian Red

📋 copy color: '#C2080C'

red 194 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #C2080C

Tints of Venetian Red #C2080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.61%

R = 90.65%
G = 3.74%
B = 5.61%

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

#C2080C (or 0xC2080C) is known color: Venetian Red. HEX triplet: C2, 08 and 0C. RGB value is (194,8,12). Sum of RGB (Red+Green+Blue) = 194+8+12=214 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.65% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 194 - color contains mainly: red. Hex color #C2080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2080C is #3DF7F3. Grayscale: #404040. Windows color (decimal): -4061172 or 788674. OLE color: 788674.

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

Color convert

RGB 194 8 12 -
CMYK 0 0.96 0.94 0.24
HSL 358.71º 0.92% 0.4% -
HSV(B) 358.71º 0.96% 0.76% -
XYZ 22.4 11.67 1.42 -
YUV 64.07 98.62 220.67 -
System Red Green Blue C M Y K H S L
Decimal 194 8 12 0 0.96 0.94 0.24 358.71 0.92 0.4
Hex C2 8 C 0 60 5E 18 167 5C 28
Octal 302 10 14 0 140 136 30 547 134 50
Binary 11000010 1000 1100 0 1100000 1011110 11000 101100111 1011100 101000

Color Harmonies of #C2080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2080C

Black with #C2080C

Text Example


Text Example

White with #C2080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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