Html Css Color HEX #C20529 Venetian Red

📋 copy color: '#C20529'

red 194 ◦ green 5 ◦ blue 41

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

Shades of Venetian Red #C20529

Tints of Venetian Red #C20529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 80.83%
G = 2.08%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C20529 (or 0xC20529) is known color: Venetian Red. HEX triplet: C2, 05 and 29. RGB value is (194,5,41). Sum of RGB (Red+Green+Blue) = 194+5+41=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C20529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20529 is #3DFAD6. Grayscale: #414141. Windows color (decimal): -4061911 or 2688450. OLE color: 2688450.

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

Color convert

RGB 194 5 41 -
CMYK 0 0.97 0.79 0.24
HSL 348.57º 0.95% 0.39% -
HSV(B) 348.57º 0.97% 0.76% -
XYZ 22.7 11.74 3.17 -
YUV 65.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 194 5 41 0 0.97 0.79 0.24 348.57 0.95 0.39
Hex C2 5 29 0 61 4F 18 15D 5F 27
Octal 302 5 51 0 141 117 30 535 137 47
Binary 11000010 101 101001 0 1100001 1001111 11000 101011101 1011111 100111

Color Harmonies of #C20529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20529

Black with #C20529

Text Example


Text Example

White with #C20529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20529; }

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

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

background-color css

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

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

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

border-color css

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

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

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