Html Css Color HEX #C2032D Venetian Red

📋 copy color: '#C2032D'

red 194 ◦ green 3 ◦ blue 45

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

Shades of Venetian Red #C2032D

Tints of Venetian Red #C2032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 80.17%
G = 1.24%
B = 18.6%

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

#C2032D (or 0xC2032D) is known color: Venetian Red. HEX triplet: C2, 03 and 2D. RGB value is (194,3,45). Sum of RGB (Red+Green+Blue) = 194+3+45=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C2032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2032D is #3DFCD2. Grayscale: #404040. Windows color (decimal): -4062419 or 2950082. OLE color: 2950082.

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

Color convert

RGB 194 3 45 -
CMYK 0 0.98 0.77 0.24
HSL 346.81º 0.97% 0.39% -
HSV(B) 346.81º 0.98% 0.76% -
XYZ 22.75 11.72 3.55 -
YUV 64.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 194 3 45 0 0.98 0.77 0.24 346.81 0.97 0.39
Hex C2 3 2D 0 62 4D 18 15B 61 27
Octal 302 3 55 0 142 115 30 533 141 47
Binary 11000010 11 101101 0 1100010 1001101 11000 101011011 1100001 100111

Color Harmonies of #C2032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2032D

Black with #C2032D

Text Example


Text Example

White with #C2032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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