Html Css Color HEX #C20120 Venetian Red

📋 copy color: '#C20120'

red 194 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #C20120

Tints of Venetian Red #C20120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 85.46%
G = 0.44%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C20120 (or 0xC20120) is known color: Venetian Red. HEX triplet: C2, 01 and 20. RGB value is (194,1,32). Sum of RGB (Red+Green+Blue) = 194+1+32=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C20120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20120 is #3DFEDF. Grayscale: #3E3E3E. Windows color (decimal): -4062944 or 2097602. OLE color: 2097602.

HSL color Cylindrical-coordinate representation of color #C20120: hue angle of 350.36º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20120 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 32 -
CMYK 0 0.99 0.84 0.24
HSL 350.36º 0.99% 0.38% -
HSV(B) 350.36º 0.99% 0.76% -
XYZ 22.52 11.6 2.42 -
YUV 62.24 110.94 221.98 -
System Red Green Blue C M Y K H S L
Decimal 194 1 32 0 0.99 0.84 0.24 350.36 0.99 0.38
Hex C2 1 20 0 63 54 18 15E 63 26
Octal 302 1 40 0 143 124 30 536 143 46
Binary 11000010 1 100000 0 1100011 1010100 11000 101011110 1100011 100110

Color Harmonies of #C20120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20120

Black with #C20120

Text Example


Text Example

White with #C20120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20120; }

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

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

background-color css

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

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

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

border-color css

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

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

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