Html Css Color HEX #C20629 Venetian Red

📋 copy color: '#C20629'

red 194 ◦ green 6 ◦ blue 41

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

Shades of Venetian Red #C20629

Tints of Venetian Red #C20629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 80.5%
G = 2.49%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C20629 (or 0xC20629) is known color: Venetian Red. HEX triplet: C2, 06 and 29. RGB value is (194,6,41). Sum of RGB (Red+Green+Blue) = 194+6+41=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C20629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20629 is #3DF9D6. Grayscale: #424242. Windows color (decimal): -4061655 or 2688706. OLE color: 2688706.

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

Color convert

RGB 194 6 41 -
CMYK 0 0.97 0.79 0.24
HSL 348.83º 0.94% 0.39% -
HSV(B) 348.83º 0.97% 0.76% -
XYZ 22.71 11.76 3.17 -
YUV 66.2 113.78 219.15 -
System Red Green Blue C M Y K H S L
Decimal 194 6 41 0 0.97 0.79 0.24 348.83 0.94 0.39
Hex C2 6 29 0 61 4F 18 15D 5E 27
Octal 302 6 51 0 141 117 30 535 136 47
Binary 11000010 110 101001 0 1100001 1001111 11000 101011101 1011110 100111

Color Harmonies of #C20629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20629

Black with #C20629

Text Example


Text Example

White with #C20629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20629; }

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

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

background-color css

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

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

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

border-color css

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

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

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