Html Css Color HEX #C2071A Venetian Red

📋 copy color: '#C2071A'

red 194 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #C2071A

Tints of Venetian Red #C2071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

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

R = 85.46%
G = 3.08%
B = 11.45%

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

#C2071A (or 0xC2071A) is known color: Venetian Red. HEX triplet: C2, 07 and 1A. RGB value is (194,7,26). Sum of RGB (Red+Green+Blue) = 194+7+26=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C2071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2071A is #3DF8E5. Grayscale: #414141. Windows color (decimal): -4061414 or 1705922. OLE color: 1705922.

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

Color convert

RGB 194 7 26 -
CMYK 0 0.96 0.87 0.24
HSL 353.9º 0.93% 0.39% -
HSV(B) 353.9º 0.96% 0.76% -
XYZ 22.51 11.7 2.05 -
YUV 65.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 194 7 26 0 0.96 0.87 0.24 353.9 0.93 0.39
Hex C2 7 1A 0 60 57 18 162 5D 27
Octal 302 7 32 0 140 127 30 542 135 47
Binary 11000010 111 11010 0 1100000 1010111 11000 101100010 1011101 100111

Color Harmonies of #C2071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2071A

Black with #C2071A

Text Example


Text Example

White with #C2071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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