Html Css Color HEX #C4022C Venetian Red

📋 copy color: '#C4022C'

red 196 ◦ green 2 ◦ blue 44

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

Shades of Venetian Red #C4022C

Tints of Venetian Red #C4022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 80.99%
G = 0.83%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4022C (or 0xC4022C) is known color: Venetian Red. HEX triplet: C4, 02 and 2C. RGB value is (196,2,44). Sum of RGB (Red+Green+Blue) = 196+2+44=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C4022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4022C is #3BFDD3. Grayscale: #404040. Windows color (decimal): -3931604 or 2884292. OLE color: 2884292.

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

Color convert

RGB 196 2 44 -
CMYK 0 0.99 0.78 0.23
HSL 347.01º 0.98% 0.39% -
HSV(B) 347.01º 0.99% 0.77% -
XYZ 23.24 11.96 3.47 -
YUV 64.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 196 2 44 0 0.99 0.78 0.23 347.01 0.98 0.39
Hex C4 2 2C 0 63 4E 17 15B 62 27
Octal 304 2 54 0 143 116 27 533 142 47
Binary 11000100 10 101100 0 1100011 1001110 10111 101011011 1100010 100111

Color Harmonies of #C4022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4022C

Black with #C4022C

Text Example


Text Example

White with #C4022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4022C; }

 p { color: rgb(196,2,44); }

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

background-color css

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

 a { background-color: rgb(196,2,44); }

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

border-color css

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

 span { border-color: rgb(196,2,44); }

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