Html Css Color HEX #C20329 Venetian Red

📋 copy color: '#C20329'

red 194 ◦ green 3 ◦ blue 41

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

Shades of Venetian Red #C20329

Tints of Venetian Red #C20329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 81.51%
G = 1.26%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C20329 (or 0xC20329) is known color: Venetian Red. HEX triplet: C2, 03 and 29. RGB value is (194,3,41). Sum of RGB (Red+Green+Blue) = 194+3+41=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C20329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20329 is #3DFCD6. Grayscale: #404040. Windows color (decimal): -4062423 or 2687938. OLE color: 2687938.

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

Color convert

RGB 194 3 41 -
CMYK 0 0.98 0.79 0.24
HSL 348.06º 0.97% 0.39% -
HSV(B) 348.06º 0.98% 0.76% -
XYZ 22.68 11.69 3.16 -
YUV 64.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 194 3 41 0 0.98 0.79 0.24 348.06 0.97 0.39
Hex C2 3 29 0 62 4F 18 15C 61 27
Octal 302 3 51 0 142 117 30 534 141 47
Binary 11000010 11 101001 0 1100010 1001111 11000 101011100 1100001 100111

Color Harmonies of #C20329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20329

Black with #C20329

Text Example


Text Example

White with #C20329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20329; }

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

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

background-color css

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

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

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

border-color css

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

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

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