Html Css Color HEX #C20920 Venetian Red

📋 copy color: '#C20920'

red 194 ◦ green 9 ◦ blue 32

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

Shades of Venetian Red #C20920

Tints of Venetian Red #C20920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

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

R = 82.55%
G = 3.83%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C20920 (or 0xC20920) is known color: Venetian Red. HEX triplet: C2, 09 and 20. RGB value is (194,9,32). Sum of RGB (Red+Green+Blue) = 194+9+32=235 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.55% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 194 - color contains mainly: red. Hex color #C20920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20920 is #3DF6DF. Grayscale: #434343. Windows color (decimal): -4060896 or 2099650. OLE color: 2099650.

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

Color convert

RGB 194 9 32 -
CMYK 0 0.95 0.84 0.24
HSL 352.54º 0.91% 0.4% -
HSV(B) 352.54º 0.95% 0.76% -
XYZ 22.61 11.77 2.45 -
YUV 66.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 194 9 32 0 0.95 0.84 0.24 352.54 0.91 0.4
Hex C2 9 20 0 5F 54 18 161 5B 28
Octal 302 11 40 0 137 124 30 541 133 50
Binary 11000010 1001 100000 0 1011111 1010100 11000 101100001 1011011 101000

Color Harmonies of #C20920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20920

Black with #C20920

Text Example


Text Example

White with #C20920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20920; }

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

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

background-color css

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

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

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

border-color css

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

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

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