Html Css Color HEX #C2061D Venetian Red

📋 copy color: '#C2061D'

red 194 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #C2061D

Tints of Venetian Red #C2061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.66%

R = 84.72%
G = 2.62%
B = 12.66%

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

#C2061D (or 0xC2061D) is known color: Venetian Red. HEX triplet: C2, 06 and 1D. RGB value is (194,6,29). Sum of RGB (Red+Green+Blue) = 194+6+29=229 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.72% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 194 - color contains mainly: red. Hex color #C2061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2061D is #3DF9E2. Grayscale: #404040. Windows color (decimal): -4061667 or 1902274. OLE color: 1902274.

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

Color convert

RGB 194 6 29 -
CMYK 0 0.97 0.85 0.24
HSL 352.66º 0.94% 0.39% -
HSV(B) 352.66º 0.97% 0.76% -
XYZ 22.54 11.69 2.23 -
YUV 64.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 194 6 29 0 0.97 0.85 0.24 352.66 0.94 0.39
Hex C2 6 1D 0 61 55 18 161 5E 27
Octal 302 6 35 0 141 125 30 541 136 47
Binary 11000010 110 11101 0 1100001 1010101 11000 101100001 1011110 100111

Color Harmonies of #C2061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2061D

Black with #C2061D

Text Example


Text Example

White with #C2061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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