Html Css Color HEX #C2052C Venetian Red

📋 copy color: '#C2052C'

red 194 ◦ green 5 ◦ blue 44

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

Shades of Venetian Red #C2052C

Tints of Venetian Red #C2052C

RGB

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

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

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

R = 79.84%
G = 2.06%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2052C (or 0xC2052C) is known color: Venetian Red. HEX triplet: C2, 05 and 2C. RGB value is (194,5,44). Sum of RGB (Red+Green+Blue) = 194+5+44=243 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.84% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 194 - color contains mainly: red. Hex color #C2052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2052C is #3DFAD3. Grayscale: #414141. Windows color (decimal): -4061908 or 2885058. OLE color: 2885058.

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

Color convert

RGB 194 5 44 -
CMYK 0 0.97 0.77 0.24
HSL 347.62º 0.95% 0.39% -
HSV(B) 347.62º 0.97% 0.76% -
XYZ 22.76 11.76 3.45 -
YUV 65.96 115.62 219.33 -
System Red Green Blue C M Y K H S L
Decimal 194 5 44 0 0.97 0.77 0.24 347.62 0.95 0.39
Hex C2 5 2C 0 61 4D 18 15C 5F 27
Octal 302 5 54 0 141 115 30 534 137 47
Binary 11000010 101 101100 0 1100001 1001101 11000 101011100 1011111 100111

Color Harmonies of #C2052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2052C

Black with #C2052C

Text Example


Text Example

White with #C2052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2052C; }

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

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

background-color css

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

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

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

border-color css

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

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

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