Html Css Color HEX #C2080A Venetian Red

📋 copy color: '#C2080A'

red 194 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #C2080A

Tints of Venetian Red #C2080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.72%

R = 91.51%
G = 3.77%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2080A (or 0xC2080A) is known color: Venetian Red. HEX triplet: C2, 08 and 0A. RGB value is (194,8,10). Sum of RGB (Red+Green+Blue) = 194+8+10=212 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.51% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 194 - color contains mainly: red. Hex color #C2080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2080A is #3DF7F5. Grayscale: #404040. Windows color (decimal): -4061174 or 657602. OLE color: 657602.

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

Color convert

RGB 194 8 10 -
CMYK 0 0.96 0.95 0.24
HSL 359.35º 0.92% 0.4% -
HSV(B) 359.35º 0.96% 0.76% -
XYZ 22.39 11.66 1.36 -
YUV 63.84 97.62 220.84 -
System Red Green Blue C M Y K H S L
Decimal 194 8 10 0 0.96 0.95 0.24 359.35 0.92 0.4
Hex C2 8 A 0 60 5F 18 167 5C 28
Octal 302 10 12 0 140 137 30 547 134 50
Binary 11000010 1000 1010 0 1100000 1011111 11000 101100111 1011100 101000

Color Harmonies of #C2080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2080A

Black with #C2080A

Text Example


Text Example

White with #C2080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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