Html Css Color HEX #C20829 Venetian Red

📋 copy color: '#C20829'

red 194 ◦ green 8 ◦ blue 41

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

Shades of Venetian Red #C20829

Tints of Venetian Red #C20829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 79.84%
G = 3.29%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C20829 (or 0xC20829) is known color: Venetian Red. HEX triplet: C2, 08 and 29. RGB value is (194,8,41). Sum of RGB (Red+Green+Blue) = 194+8+41=243 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.84% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 194 - color contains mainly: red. Hex color #C20829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20829 is #3DF7D6. Grayscale: #434343. Windows color (decimal): -4061143 or 2689218. OLE color: 2689218.

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

Color convert

RGB 194 8 41 -
CMYK 0 0.96 0.79 0.24
HSL 349.35º 0.92% 0.4% -
HSV(B) 349.35º 0.96% 0.76% -
XYZ 22.74 11.8 3.18 -
YUV 67.38 113.12 218.32 -
System Red Green Blue C M Y K H S L
Decimal 194 8 41 0 0.96 0.79 0.24 349.35 0.92 0.4
Hex C2 8 29 0 60 4F 18 15D 5C 28
Octal 302 10 51 0 140 117 30 535 134 50
Binary 11000010 1000 101001 0 1100000 1001111 11000 101011101 1011100 101000

Color Harmonies of #C20829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20829

Black with #C20829

Text Example


Text Example

White with #C20829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20829; }

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

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

background-color css

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

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

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

border-color css

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

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

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