Html Css Color HEX #C40322 Venetian Red

📋 copy color: '#C40322'

red 196 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #C40322

Tints of Venetian Red #C40322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 84.12%
G = 1.29%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C40322 (or 0xC40322) is known color: Venetian Red. HEX triplet: C4, 03 and 22. RGB value is (196,3,34). Sum of RGB (Red+Green+Blue) = 196+3+34=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C40322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40322 is #3BFCDD. Grayscale: #404040. Windows color (decimal): -3931358 or 2229188. OLE color: 2229188.

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

Color convert

RGB 196 3 34 -
CMYK 0 0.98 0.83 0.23
HSL 350.36º 0.97% 0.39% -
HSV(B) 350.36º 0.98% 0.77% -
XYZ 23.09 11.92 2.6 -
YUV 64.24 110.94 221.98 -
System Red Green Blue C M Y K H S L
Decimal 196 3 34 0 0.98 0.83 0.23 350.36 0.97 0.39
Hex C4 3 22 0 62 53 17 15E 61 27
Octal 304 3 42 0 142 123 27 536 141 47
Binary 11000100 11 100010 0 1100010 1010011 10111 101011110 1100001 100111

Color Harmonies of #C40322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40322

Black with #C40322

Text Example


Text Example

White with #C40322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40322; }

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

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

background-color css

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

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

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

border-color css

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

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

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