Html Css Color HEX #C2032E Venetian Red

📋 copy color: '#C2032E'

red 194 ◦ green 3 ◦ blue 46

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

Shades of Venetian Red #C2032E

Tints of Venetian Red #C2032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 79.84%
G = 1.23%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2032E (or 0xC2032E) is known color: Venetian Red. HEX triplet: C2, 03 and 2E. RGB value is (194,3,46). Sum of RGB (Red+Green+Blue) = 194+3+46=243 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.84% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 194 - color contains mainly: red. Hex color #C2032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2032E is #3DFCD1. Grayscale: #414141. Windows color (decimal): -4062418 or 3015618. OLE color: 3015618.

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

Color convert

RGB 194 3 46 -
CMYK 0 0.98 0.76 0.24
HSL 346.49º 0.97% 0.39% -
HSV(B) 346.49º 0.98% 0.76% -
XYZ 22.77 11.73 3.65 -
YUV 65.01 117.28 220 -
System Red Green Blue C M Y K H S L
Decimal 194 3 46 0 0.98 0.76 0.24 346.49 0.97 0.39
Hex C2 3 2E 0 62 4C 18 15A 61 27
Octal 302 3 56 0 142 114 30 532 141 47
Binary 11000010 11 101110 0 1100010 1001100 11000 101011010 1100001 100111

Color Harmonies of #C2032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2032E

Black with #C2032E

Text Example


Text Example

White with #C2032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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