Html Css Color HEX #C40029 Venetian Red

📋 copy color: '#C40029'

red 196 ◦ green 0 ◦ blue 41

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

Shades of Venetian Red #C40029

Tints of Venetian Red #C40029

RGB

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

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

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

R = 82.7%
G = 0%
B = 17.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C40029 (or 0xC40029) is known color: Venetian Red. HEX triplet: C4, 00 and 29. RGB value is (196,0,41). Sum of RGB (Red+Green+Blue) = 196+0+41=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C40029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40029 is #3BFFD6. Grayscale: #3F3F3F. Windows color (decimal): -3932119 or 2687172. OLE color: 2687172.

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

Color convert

RGB 196 0 41 -
CMYK 0 1 0.79 0.23
HSL 347.45º 1% 0.38% -
HSV(B) 347.45º 1% 0.77% -
XYZ 23.17 11.9 3.17 -
YUV 63.28 115.43 222.67 -
System Red Green Blue C M Y K H S L
Decimal 196 0 41 0 1 0.79 0.23 347.45 1 0.38
Hex C4 0 29 0 64 4F 17 15B 64 26
Octal 304 0 51 0 144 117 27 533 144 46
Binary 11000100 0 101001 0 1100100 1001111 10111 101011011 1100100 100110

Color Harmonies of #C40029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40029

Black with #C40029

Text Example


Text Example

White with #C40029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40029; }

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

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

background-color css

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

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

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

border-color css

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

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

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