Html Css Color HEX #C40522 Venetian Red

📋 copy color: '#C40522'

red 196 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #C40522

Tints of Venetian Red #C40522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.47%

R = 83.4%
G = 2.13%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C40522 (or 0xC40522) is known color: Venetian Red. HEX triplet: C4, 05 and 22. RGB value is (196,5,34). Sum of RGB (Red+Green+Blue) = 196+5+34=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C40522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40522 is #3BFADD. Grayscale: #414141. Windows color (decimal): -3930846 or 2229700. OLE color: 2229700.

HSL color Cylindrical-coordinate representation of color #C40522: hue angle of 350.89º 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 #C40522 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 34 -
CMYK 0 0.97 0.83 0.23
HSL 350.89º 0.95% 0.39% -
HSV(B) 350.89º 0.97% 0.77% -
XYZ 23.11 11.96 2.6 -
YUV 65.42 110.28 221.14 -
System Red Green Blue C M Y K H S L
Decimal 196 5 34 0 0.97 0.83 0.23 350.89 0.95 0.39
Hex C4 5 22 0 61 53 17 15F 5F 27
Octal 304 5 42 0 141 123 27 537 137 47
Binary 11000100 101 100010 0 1100001 1010011 10111 101011111 1011111 100111

Color Harmonies of #C40522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40522

Black with #C40522

Text Example


Text Example

White with #C40522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40522; }

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

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

background-color css

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

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

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

border-color css

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

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

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