Html Css Color HEX #C20522 Venetian Red

📋 copy color: '#C20522'

red 194 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #C20522

Tints of Venetian Red #C20522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.59%

R = 83.26%
G = 2.15%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C20522 (or 0xC20522) is known color: Venetian Red. HEX triplet: C2, 05 and 22. RGB value is (194,5,34). Sum of RGB (Red+Green+Blue) = 194+5+34=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C20522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20522 is #3DFADD. Grayscale: #404040. Windows color (decimal): -4061918 or 2229698. OLE color: 2229698.

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

Color convert

RGB 194 5 34 -
CMYK 0 0.97 0.82 0.24
HSL 350.79º 0.95% 0.39% -
HSV(B) 350.79º 0.97% 0.76% -
XYZ 22.59 11.69 2.58 -
YUV 64.82 110.62 220.14 -
System Red Green Blue C M Y K H S L
Decimal 194 5 34 0 0.97 0.82 0.24 350.79 0.95 0.39
Hex C2 5 22 0 61 52 18 15F 5F 27
Octal 302 5 42 0 141 122 30 537 137 47
Binary 11000010 101 100010 0 1100001 1010010 11000 101011111 1011111 100111

Color Harmonies of #C20522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20522

Black with #C20522

Text Example


Text Example

White with #C20522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20522; }

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

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

background-color css

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

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

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

border-color css

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

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

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