Html Css Color HEX #C2111A Venetian Red

📋 copy color: '#C2111A'

red 194 ◦ green 17 ◦ blue 26

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

Shades of Venetian Red #C2111A

Tints of Venetian Red #C2111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 81.86%
G = 7.17%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2111A (or 0xC2111A) is known color: Venetian Red. HEX triplet: C2, 11 and 1A. RGB value is (194,17,26). Sum of RGB (Red+Green+Blue) = 194+17+26=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C2111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2111A is #3DEEE5. Grayscale: #474747. Windows color (decimal): -4058854 or 1708482. OLE color: 1708482.

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

Color convert

RGB 194 17 26 -
CMYK 0 0.91 0.87 0.24
HSL 356.95º 0.84% 0.41% -
HSV(B) 356.95º 0.91% 0.76% -
XYZ 22.64 11.94 2.09 -
YUV 70.95 102.64 215.77 -
System Red Green Blue C M Y K H S L
Decimal 194 17 26 0 0.91 0.87 0.24 356.95 0.84 0.41
Hex C2 11 1A 0 5B 57 18 165 54 29
Octal 302 21 32 0 133 127 30 545 124 51
Binary 11000010 10001 11010 0 1011011 1010111 11000 101100101 1010100 101001

Color Harmonies of #C2111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2111A

Black with #C2111A

Text Example


Text Example

White with #C2111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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