Html Css Color HEX #C2042C Venetian Red

📋 copy color: '#C2042C'

red 194 ◦ green 4 ◦ blue 44

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

Shades of Venetian Red #C2042C

Tints of Venetian Red #C2042C

RGB

 RED value IS 194 (76.17% from 255) = 80.17%

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 80.17%
G = 1.65%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2042C (or 0xC2042C) is known color: Venetian Red. HEX triplet: C2, 04 and 2C. RGB value is (194,4,44). Sum of RGB (Red+Green+Blue) = 194+4+44=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C2042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2042C is #3DFBD3. Grayscale: #414141. Windows color (decimal): -4062164 or 2884802. OLE color: 2884802.

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

Color convert

RGB 194 4 44 -
CMYK 0 0.98 0.77 0.24
HSL 347.37º 0.96% 0.39% -
HSV(B) 347.37º 0.98% 0.76% -
XYZ 22.75 11.74 3.45 -
YUV 65.37 115.95 219.75 -
System Red Green Blue C M Y K H S L
Decimal 194 4 44 0 0.98 0.77 0.24 347.37 0.96 0.39
Hex C2 4 2C 0 62 4D 18 15B 60 27
Octal 302 4 54 0 142 115 30 533 140 47
Binary 11000010 100 101100 0 1100010 1001101 11000 101011011 1100000 100111

Color Harmonies of #C2042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2042C

Black with #C2042C

Text Example


Text Example

White with #C2042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2042C; }

 p { color: rgb(194,4,44); }

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

background-color css

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

 a { background-color: rgb(194,4,44); }

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

border-color css

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

 span { border-color: rgb(194,4,44); }

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