Html Css Color HEX #C40620 Venetian Red

📋 copy color: '#C40620'

red 196 ◦ green 6 ◦ blue 32

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

Shades of Venetian Red #C40620

Tints of Venetian Red #C40620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.56%

 BLUE value IS 32 (12.89% from 255) = 13.68%

R = 83.76%
G = 2.56%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C40620 (or 0xC40620) is known color: Venetian Red. HEX triplet: C4, 06 and 20. RGB value is (196,6,32). Sum of RGB (Red+Green+Blue) = 196+6+32=234 (30% of max value = 765). Red value is 196 (76.95% from 255 or 83.76% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 196 - color contains mainly: red. Hex color #C40620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40620 is #3BF9DF. Grayscale: #414141. Windows color (decimal): -3930592 or 2098884. OLE color: 2098884.

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

Color convert

RGB 196 6 32 -
CMYK 0 0.97 0.84 0.23
HSL 351.79º 0.94% 0.4% -
HSV(B) 351.79º 0.97% 0.77% -
XYZ 23.09 11.97 2.46 -
YUV 65.77 108.95 220.89 -
System Red Green Blue C M Y K H S L
Decimal 196 6 32 0 0.97 0.84 0.23 351.79 0.94 0.4
Hex C4 6 20 0 61 54 17 160 5E 28
Octal 304 6 40 0 141 124 27 540 136 50
Binary 11000100 110 100000 0 1100001 1010100 10111 101100000 1011110 101000

Color Harmonies of #C40620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40620

Black with #C40620

Text Example


Text Example

White with #C40620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40620; }

 p { color: rgb(196,6,32); }

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

background-color css

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

 a { background-color: rgb(196,6,32); }

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

border-color css

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

 span { border-color: rgb(196,6,32); }

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