Html Css Color HEX #C20029 Venetian Red

📋 copy color: '#C20029'

red 194 ◦ green 0 ◦ blue 41

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

Shades of Venetian Red #C20029

Tints of Venetian Red #C20029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.55%
G = 0%
B = 17.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C20029 (or 0xC20029) is known color: Venetian Red. HEX triplet: C2, 00 and 29. RGB value is (194,0,41). Sum of RGB (Red+Green+Blue) = 194+0+41=235 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.55% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 194 - color contains mainly: red. Hex color #C20029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20029 is #3DFFD6. Grayscale: #3E3E3E. Windows color (decimal): -4063191 or 2687170. OLE color: 2687170.

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

Color convert

RGB 194 0 41 -
CMYK 0 1 0.79 0.24
HSL 347.32º 1% 0.38% -
HSV(B) 347.32º 1% 0.76% -
XYZ 22.65 11.63 3.15 -
YUV 62.68 115.77 221.67 -
System Red Green Blue C M Y K H S L
Decimal 194 0 41 0 1 0.79 0.24 347.32 1 0.38
Hex C2 0 29 0 64 4F 18 15B 64 26
Octal 302 0 51 0 144 117 30 533 144 46
Binary 11000010 0 101001 0 1100100 1001111 11000 101011011 1100100 100110

Color Harmonies of #C20029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20029

Black with #C20029

Text Example


Text Example

White with #C20029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20029; }

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

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

background-color css

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

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

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

border-color css

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

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

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