Html Css Color HEX #C40729 Venetian Red

📋 copy color: '#C40729'

red 196 ◦ green 7 ◦ blue 41

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

Shades of Venetian Red #C40729

Tints of Venetian Red #C40729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

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

R = 80.33%
G = 2.87%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C40729 (or 0xC40729) is known color: Venetian Red. HEX triplet: C4, 07 and 29. RGB value is (196,7,41). Sum of RGB (Red+Green+Blue) = 196+7+41=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C40729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40729 is #3BF8D6. Grayscale: #434343. Windows color (decimal): -3930327 or 2688964. OLE color: 2688964.

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

Color convert

RGB 196 7 41 -
CMYK 0 0.96 0.79 0.23
HSL 349.21º 0.93% 0.4% -
HSV(B) 349.21º 0.96% 0.77% -
XYZ 23.24 12.05 3.2 -
YUV 67.39 113.12 219.74 -
System Red Green Blue C M Y K H S L
Decimal 196 7 41 0 0.96 0.79 0.23 349.21 0.93 0.4
Hex C4 7 29 0 60 4F 17 15D 5D 28
Octal 304 7 51 0 140 117 27 535 135 50
Binary 11000100 111 101001 0 1100000 1001111 10111 101011101 1011101 101000

Color Harmonies of #C40729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40729

Black with #C40729

Text Example


Text Example

White with #C40729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40729; }

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

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

background-color css

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

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

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

border-color css

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

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

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