Html Css Color HEX #C40329 Venetian Red

📋 copy color: '#C40329'

red 196 ◦ green 3 ◦ blue 41

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

Shades of Venetian Red #C40329

Tints of Venetian Red #C40329

RGB

 RED value IS 196 (76.95% from 255) = 81.67%

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

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

R = 81.67%
G = 1.25%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C40329 (or 0xC40329) is known color: Venetian Red. HEX triplet: C4, 03 and 29. RGB value is (196,3,41). Sum of RGB (Red+Green+Blue) = 196+3+41=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C40329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40329 is #3BFCD6. Grayscale: #414141. Windows color (decimal): -3931351 or 2687940. OLE color: 2687940.

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

Color convert

RGB 196 3 41 -
CMYK 0 0.98 0.79 0.23
HSL 348.19º 0.97% 0.39% -
HSV(B) 348.19º 0.98% 0.77% -
XYZ 23.2 11.96 3.18 -
YUV 65.04 114.44 221.41 -
System Red Green Blue C M Y K H S L
Decimal 196 3 41 0 0.98 0.79 0.23 348.19 0.97 0.39
Hex C4 3 29 0 62 4F 17 15C 61 27
Octal 304 3 51 0 142 117 27 534 141 47
Binary 11000100 11 101001 0 1100010 1001111 10111 101011100 1100001 100111

Color Harmonies of #C40329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40329

Black with #C40329

Text Example


Text Example

White with #C40329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40329; }

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

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

background-color css

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

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

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

border-color css

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

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

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