Html Css Color HEX #C40529 Venetian Red

📋 copy color: '#C40529'

red 196 ◦ green 5 ◦ blue 41

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

Shades of Venetian Red #C40529

Tints of Venetian Red #C40529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 80.99%
G = 2.07%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C40529 (or 0xC40529) is known color: Venetian Red. HEX triplet: C4, 05 and 29. RGB value is (196,5,41). Sum of RGB (Red+Green+Blue) = 196+5+41=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C40529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40529 is #3BFAD6. Grayscale: #424242. Windows color (decimal): -3930839 or 2688452. OLE color: 2688452.

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

Color convert

RGB 196 5 41 -
CMYK 0 0.97 0.79 0.23
HSL 348.69º 0.95% 0.39% -
HSV(B) 348.69º 0.97% 0.77% -
XYZ 23.22 12 3.19 -
YUV 66.21 113.78 220.57 -
System Red Green Blue C M Y K H S L
Decimal 196 5 41 0 0.97 0.79 0.23 348.69 0.95 0.39
Hex C4 5 29 0 61 4F 17 15D 5F 27
Octal 304 5 51 0 141 117 27 535 137 47
Binary 11000100 101 101001 0 1100001 1001111 10111 101011101 1011111 100111

Color Harmonies of #C40529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40529

Black with #C40529

Text Example


Text Example

White with #C40529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40529; }

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

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

background-color css

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

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

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

border-color css

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

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

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