Html Css Color HEX #C20626 Venetian Red

📋 copy color: '#C20626'

red 194 ◦ green 6 ◦ blue 38

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

Shades of Venetian Red #C20626

Tints of Venetian Red #C20626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

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

R = 81.51%
G = 2.52%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C20626 (or 0xC20626) is known color: Venetian Red. HEX triplet: C2, 06 and 26. RGB value is (194,6,38). Sum of RGB (Red+Green+Blue) = 194+6+38=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C20626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20626 is #3DF9D9. Grayscale: #414141. Windows color (decimal): -4061658 or 2492098. OLE color: 2492098.

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

Color convert

RGB 194 6 38 -
CMYK 0 0.97 0.80 0.24
HSL 349.79º 0.94% 0.39% -
HSV(B) 349.79º 0.97% 0.76% -
XYZ 22.66 11.74 2.91 -
YUV 65.86 112.28 219.4 -
System Red Green Blue C M Y K H S L
Decimal 194 6 38 0 0.97 0.80 0.24 349.79 0.94 0.39
Hex C2 6 26 0 61 50 18 15E 5E 27
Octal 302 6 46 0 141 120 30 536 136 47
Binary 11000010 110 100110 0 1100001 1010000 11000 101011110 1011110 100111

Color Harmonies of #C20626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20626

Black with #C20626

Text Example


Text Example

White with #C20626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20626; }

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

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

background-color css

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

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

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

border-color css

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

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

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