Html Css Color HEX #C2101E Venetian Red

📋 copy color: '#C2101E'

red 194 ◦ green 16 ◦ blue 30

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

Shades of Venetian Red #C2101E

Tints of Venetian Red #C2101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 30 (12.11% from 255) = 12.5%

R = 80.83%
G = 6.67%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2101E (or 0xC2101E) is known color: Venetian Red. HEX triplet: C2, 10 and 1E. RGB value is (194,16,30). Sum of RGB (Red+Green+Blue) = 194+16+30=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C2101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2101E is #3DEFE1. Grayscale: #464646. Windows color (decimal): -4059106 or 1970370. OLE color: 1970370.

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

Color convert

RGB 194 16 30 -
CMYK 0 0.92 0.85 0.24
HSL 355.28º 0.85% 0.41% -
HSV(B) 355.28º 0.92% 0.76% -
XYZ 22.67 11.93 2.34 -
YUV 70.82 104.97 215.86 -
System Red Green Blue C M Y K H S L
Decimal 194 16 30 0 0.92 0.85 0.24 355.28 0.85 0.41
Hex C2 10 1E 0 5C 55 18 163 55 29
Octal 302 20 36 0 134 125 30 543 125 51
Binary 11000010 10000 11110 0 1011100 1010101 11000 101100011 1010101 101001

Color Harmonies of #C2101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2101E

Black with #C2101E

Text Example


Text Example

White with #C2101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2101E; }

 p { color: rgb(194,16,30); }

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

background-color css

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

 a { background-color: rgb(194,16,30); }

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

border-color css

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

 span { border-color: rgb(194,16,30); }

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