Html Css Color HEX #C2061E Venetian Red

📋 copy color: '#C2061E'

red 194 ◦ green 6 ◦ blue 30

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

Shades of Venetian Red #C2061E

Tints of Venetian Red #C2061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 84.35%
G = 2.61%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2061E (or 0xC2061E) is known color: Venetian Red. HEX triplet: C2, 06 and 1E. RGB value is (194,6,30). Sum of RGB (Red+Green+Blue) = 194+6+30=230 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.35% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 194 - color contains mainly: red. Hex color #C2061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2061E is #3DF9E1. Grayscale: #414141. Windows color (decimal): -4061666 or 1967810. OLE color: 1967810.

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

Color convert

RGB 194 6 30 -
CMYK 0 0.97 0.85 0.24
HSL 352.34º 0.94% 0.39% -
HSV(B) 352.34º 0.97% 0.76% -
XYZ 22.55 11.69 2.3 -
YUV 64.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 194 6 30 0 0.97 0.85 0.24 352.34 0.94 0.39
Hex C2 6 1E 0 61 55 18 160 5E 27
Octal 302 6 36 0 141 125 30 540 136 47
Binary 11000010 110 11110 0 1100001 1010101 11000 101100000 1011110 100111

Color Harmonies of #C2061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2061E

Black with #C2061E

Text Example


Text Example

White with #C2061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2061E; }

 p { color: rgb(194,6,30); }

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

background-color css

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

 a { background-color: rgb(194,6,30); }

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

border-color css

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

 span { border-color: rgb(194,6,30); }

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