Html Css Color HEX #C2032B Venetian Red

📋 copy color: '#C2032B'

red 194 ◦ green 3 ◦ blue 43

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

Shades of Venetian Red #C2032B

Tints of Venetian Red #C2032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 80.83%
G = 1.25%
B = 17.92%

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

#C2032B (or 0xC2032B) is known color: Venetian Red. HEX triplet: C2, 03 and 2B. RGB value is (194,3,43). Sum of RGB (Red+Green+Blue) = 194+3+43=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C2032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2032B is #3DFCD4. Grayscale: #404040. Windows color (decimal): -4062421 or 2819010. OLE color: 2819010.

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

Color convert

RGB 194 3 43 -
CMYK 0 0.98 0.78 0.24
HSL 347.43º 0.97% 0.39% -
HSV(B) 347.43º 0.98% 0.76% -
XYZ 22.72 11.71 3.35 -
YUV 64.67 115.78 220.25 -
System Red Green Blue C M Y K H S L
Decimal 194 3 43 0 0.98 0.78 0.24 347.43 0.97 0.39
Hex C2 3 2B 0 62 4E 18 15B 61 27
Octal 302 3 53 0 142 116 30 533 141 47
Binary 11000010 11 101011 0 1100010 1001110 11000 101011011 1100001 100111

Color Harmonies of #C2032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2032B

Black with #C2032B

Text Example


Text Example

White with #C2032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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