Html Css Color HEX #C2072A Venetian Red

📋 copy color: '#C2072A'

red 194 ◦ green 7 ◦ blue 42

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

Shades of Venetian Red #C2072A

Tints of Venetian Red #C2072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.88%

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

R = 79.84%
G = 2.88%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2072A (or 0xC2072A) is known color: Venetian Red. HEX triplet: C2, 07 and 2A. RGB value is (194,7,42). Sum of RGB (Red+Green+Blue) = 194+7+42=243 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.84% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 194 - color contains mainly: red. Hex color #C2072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2072A is #3DF8D5. Grayscale: #424242. Windows color (decimal): -4061398 or 2754498. OLE color: 2754498.

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

Color convert

RGB 194 7 42 -
CMYK 0 0.96 0.78 0.24
HSL 348.77º 0.93% 0.39% -
HSV(B) 348.77º 0.96% 0.76% -
XYZ 22.74 11.79 3.27 -
YUV 66.9 113.95 218.65 -
System Red Green Blue C M Y K H S L
Decimal 194 7 42 0 0.96 0.78 0.24 348.77 0.93 0.39
Hex C2 7 2A 0 60 4E 18 15D 5D 27
Octal 302 7 52 0 140 116 30 535 135 47
Binary 11000010 111 101010 0 1100000 1001110 11000 101011101 1011101 100111

Color Harmonies of #C2072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2072A

Black with #C2072A

Text Example


Text Example

White with #C2072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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