Html Css Color HEX #C2032A Venetian Red

📋 copy color: '#C2032A'

red 194 ◦ green 3 ◦ blue 42

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

Shades of Venetian Red #C2032A

Tints of Venetian Red #C2032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.57%

R = 81.17%
G = 1.26%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2032A (or 0xC2032A) is known color: Venetian Red. HEX triplet: C2, 03 and 2A. RGB value is (194,3,42). Sum of RGB (Red+Green+Blue) = 194+3+42=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C2032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2032A is #3DFCD5. Grayscale: #404040. Windows color (decimal): -4062422 or 2753474. OLE color: 2753474.

HSL color Cylindrical-coordinate representation of color #C2032A: hue angle of 347.75º degrees, saturation: 0.97, 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 #C2032A is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 42 -
CMYK 0 0.98 0.78 0.24
HSL 347.75º 0.97% 0.39% -
HSV(B) 347.75º 0.98% 0.76% -
XYZ 22.7 11.7 3.25 -
YUV 64.56 115.28 220.33 -
System Red Green Blue C M Y K H S L
Decimal 194 3 42 0 0.98 0.78 0.24 347.75 0.97 0.39
Hex C2 3 2A 0 62 4E 18 15C 61 27
Octal 302 3 52 0 142 116 30 534 141 47
Binary 11000010 11 101010 0 1100010 1001110 11000 101011100 1100001 100111

Color Harmonies of #C2032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2032A

Black with #C2032A

Text Example


Text Example

White with #C2032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2032A; }

 p { color: rgb(194,3,42); }

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

background-color css

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

 a { background-color: rgb(194,3,42); }

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

border-color css

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

 span { border-color: rgb(194,3,42); }

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