Html Css Color HEX #C20520 Venetian Red

📋 copy color: '#C20520'

red 194 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #C20520

Tints of Venetian Red #C20520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 83.98%
G = 2.16%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C20520 (or 0xC20520) is known color: Venetian Red. HEX triplet: C2, 05 and 20. RGB value is (194,5,32). Sum of RGB (Red+Green+Blue) = 194+5+32=231 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.98% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 194 - color contains mainly: red. Hex color #C20520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20520 is #3DFADF. Grayscale: #404040. Windows color (decimal): -4061920 or 2098626. OLE color: 2098626.

HSL color Cylindrical-coordinate representation of color #C20520: hue angle of 351.43º degrees, saturation: 0.95, 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 #C20520 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 32 -
CMYK 0 0.97 0.84 0.24
HSL 351.43º 0.95% 0.39% -
HSV(B) 351.43º 0.97% 0.76% -
XYZ 22.56 11.68 2.43 -
YUV 64.59 109.62 220.3 -
System Red Green Blue C M Y K H S L
Decimal 194 5 32 0 0.97 0.84 0.24 351.43 0.95 0.39
Hex C2 5 20 0 61 54 18 15F 5F 27
Octal 302 5 40 0 141 124 30 537 137 47
Binary 11000010 101 100000 0 1100001 1010100 11000 101011111 1011111 100111

Color Harmonies of #C20520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20520

Black with #C20520

Text Example


Text Example

White with #C20520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20520; }

 p { color: rgb(194,5,32); }

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

background-color css

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

 a { background-color: rgb(194,5,32); }

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

border-color css

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

 span { border-color: rgb(194,5,32); }

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