Html Css Color HEX #C2091B Venetian Red

📋 copy color: '#C2091B'

red 194 ◦ green 9 ◦ blue 27

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

Shades of Venetian Red #C2091B

Tints of Venetian Red #C2091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.74%

R = 84.35%
G = 3.91%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2091B (or 0xC2091B) is known color: Venetian Red. HEX triplet: C2, 09 and 1B. RGB value is (194,9,27). Sum of RGB (Red+Green+Blue) = 194+9+27=230 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.35% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 194 - color contains mainly: red. Hex color #C2091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2091B is #3DF6E4. Grayscale: #424242. Windows color (decimal): -4060901 or 1771970. OLE color: 1771970.

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

Color convert

RGB 194 9 27 -
CMYK 0 0.95 0.86 0.24
HSL 354.16º 0.91% 0.4% -
HSV(B) 354.16º 0.95% 0.76% -
XYZ 22.54 11.74 2.12 -
YUV 66.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 194 9 27 0 0.95 0.86 0.24 354.16 0.91 0.4
Hex C2 9 1B 0 5F 56 18 162 5B 28
Octal 302 11 33 0 137 126 30 542 133 50
Binary 11000010 1001 11011 0 1011111 1010110 11000 101100010 1011011 101000

Color Harmonies of #C2091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2091B

Black with #C2091B

Text Example


Text Example

White with #C2091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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