Html Css Color HEX #C2081B Venetian Red

📋 copy color: '#C2081B'

red 194 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #C2081B

Tints of Venetian Red #C2081B

RGB

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

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

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

R = 84.72%
G = 3.49%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2081B (or 0xC2081B) is known color: Venetian Red. HEX triplet: C2, 08 and 1B. RGB value is (194,8,27). Sum of RGB (Red+Green+Blue) = 194+8+27=229 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.72% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 194 - color contains mainly: red. Hex color #C2081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2081B is #3DF7E4. Grayscale: #414141. Windows color (decimal): -4061157 or 1771714. OLE color: 1771714.

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

Color convert

RGB 194 8 27 -
CMYK 0 0.96 0.86 0.24
HSL 353.87º 0.92% 0.4% -
HSV(B) 353.87º 0.96% 0.76% -
XYZ 22.53 11.72 2.11 -
YUV 65.78 106.12 219.46 -
System Red Green Blue C M Y K H S L
Decimal 194 8 27 0 0.96 0.86 0.24 353.87 0.92 0.4
Hex C2 8 1B 0 60 56 18 162 5C 28
Octal 302 10 33 0 140 126 30 542 134 50
Binary 11000010 1000 11011 0 1100000 1010110 11000 101100010 1011100 101000

Color Harmonies of #C2081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2081B

Black with #C2081B

Text Example


Text Example

White with #C2081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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