Html Css Color HEX #C20624 Venetian Red

📋 copy color: '#C20624'

red 194 ◦ green 6 ◦ blue 36

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

Shades of Venetian Red #C20624

Tints of Venetian Red #C20624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.25%

R = 82.2%
G = 2.54%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C20624 (or 0xC20624) is known color: Venetian Red. HEX triplet: C2, 06 and 24. RGB value is (194,6,36). Sum of RGB (Red+Green+Blue) = 194+6+36=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C20624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20624 is #3DF9DB. Grayscale: #414141. Windows color (decimal): -4061660 or 2361026. OLE color: 2361026.

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

Color convert

RGB 194 6 36 -
CMYK 0 0.97 0.81 0.24
HSL 350.43º 0.94% 0.39% -
HSV(B) 350.43º 0.97% 0.76% -
XYZ 22.63 11.73 2.74 -
YUV 65.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 194 6 36 0 0.97 0.81 0.24 350.43 0.94 0.39
Hex C2 6 24 0 61 51 18 15E 5E 27
Octal 302 6 44 0 141 121 30 536 136 47
Binary 11000010 110 100100 0 1100001 1010001 11000 101011110 1011110 100111

Color Harmonies of #C20624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20624

Black with #C20624

Text Example


Text Example

White with #C20624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20624; }

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

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

background-color css

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

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

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

border-color css

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

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

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