Html Css Color HEX #C2111B Venetian Red

📋 copy color: '#C2111B'

red 194 ◦ green 17 ◦ blue 27

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

Shades of Venetian Red #C2111B

Tints of Venetian Red #C2111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.14%

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

R = 81.51%
G = 7.14%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2111B (or 0xC2111B) is known color: Venetian Red. HEX triplet: C2, 11 and 1B. RGB value is (194,17,27). Sum of RGB (Red+Green+Blue) = 194+17+27=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C2111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2111B is #3DEEE4. Grayscale: #474747. Windows color (decimal): -4058853 or 1774018. OLE color: 1774018.

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

Color convert

RGB 194 17 27 -
CMYK 0 0.91 0.86 0.24
HSL 356.61º 0.84% 0.41% -
HSV(B) 356.61º 0.91% 0.76% -
XYZ 22.65 11.95 2.15 -
YUV 71.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 194 17 27 0 0.91 0.86 0.24 356.61 0.84 0.41
Hex C2 11 1B 0 5B 56 18 165 54 29
Octal 302 21 33 0 133 126 30 545 124 51
Binary 11000010 10001 11011 0 1011011 1010110 11000 101100101 1010100 101001

Color Harmonies of #C2111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2111B

Black with #C2111B

Text Example


Text Example

White with #C2111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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