Html Css Color HEX #C20726 Venetian Red

📋 copy color: '#C20726'

red 194 ◦ green 7 ◦ blue 38

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

Shades of Venetian Red #C20726

Tints of Venetian Red #C20726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.9%

R = 81.17%
G = 2.93%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C20726 (or 0xC20726) is known color: Venetian Red. HEX triplet: C2, 07 and 26. RGB value is (194,7,38). Sum of RGB (Red+Green+Blue) = 194+7+38=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C20726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20726 is #3DF8D9. Grayscale: #424242. Windows color (decimal): -4061402 or 2492354. OLE color: 2492354.

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

Color convert

RGB 194 7 38 -
CMYK 0 0.96 0.80 0.24
HSL 350.05º 0.93% 0.39% -
HSV(B) 350.05º 0.96% 0.76% -
XYZ 22.67 11.76 2.91 -
YUV 66.45 111.95 218.98 -
System Red Green Blue C M Y K H S L
Decimal 194 7 38 0 0.96 0.80 0.24 350.05 0.93 0.39
Hex C2 7 26 0 60 50 18 15E 5D 27
Octal 302 7 46 0 140 120 30 536 135 47
Binary 11000010 111 100110 0 1100000 1010000 11000 101011110 1011101 100111

Color Harmonies of #C20726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20726

Black with #C20726

Text Example


Text Example

White with #C20726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20726; }

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

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

background-color css

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

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

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

border-color css

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

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

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