Html Css Color HEX #C2081A Venetian Red

📋 copy color: '#C2081A'

red 194 ◦ green 8 ◦ blue 26

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

Shades of Venetian Red #C2081A

Tints of Venetian Red #C2081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.4%

R = 85.09%
G = 3.51%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2081A (or 0xC2081A) is known color: Venetian Red. HEX triplet: C2, 08 and 1A. RGB value is (194,8,26). Sum of RGB (Red+Green+Blue) = 194+8+26=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C2081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2081A is #3DF7E5. Grayscale: #414141. Windows color (decimal): -4061158 or 1706178. OLE color: 1706178.

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

Color convert

RGB 194 8 26 -
CMYK 0 0.96 0.87 0.24
HSL 354.19º 0.92% 0.4% -
HSV(B) 354.19º 0.96% 0.76% -
XYZ 22.52 11.72 2.05 -
YUV 65.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 194 8 26 0 0.96 0.87 0.24 354.19 0.92 0.4
Hex C2 8 1A 0 60 57 18 162 5C 28
Octal 302 10 32 0 140 127 30 542 134 50
Binary 11000010 1000 11010 0 1100000 1010111 11000 101100010 1011100 101000

Color Harmonies of #C2081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2081A

Black with #C2081A

Text Example


Text Example

White with #C2081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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