Html Css Color HEX #C2050C Venetian Red

📋 copy color: '#C2050C'

red 194 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #C2050C

Tints of Venetian Red #C2050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 91.94%
G = 2.37%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2050C (or 0xC2050C) is known color: Venetian Red. HEX triplet: C2, 05 and 0C. RGB value is (194,5,12). Sum of RGB (Red+Green+Blue) = 194+5+12=211 (27% of max value = 765). Red value is 194 (76.17% from 255 or 91.94% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 194 - color contains mainly: red. Hex color #C2050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2050C is #3DFAF3. Grayscale: #3E3E3E. Windows color (decimal): -4061940 or 787906. OLE color: 787906.

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

Color convert

RGB 194 5 12 -
CMYK 0 0.97 0.94 0.24
HSL 357.78º 0.95% 0.39% -
HSV(B) 357.78º 0.97% 0.76% -
XYZ 22.37 11.6 1.41 -
YUV 62.31 99.62 221.93 -
System Red Green Blue C M Y K H S L
Decimal 194 5 12 0 0.97 0.94 0.24 357.78 0.95 0.39
Hex C2 5 C 0 61 5E 18 166 5F 27
Octal 302 5 14 0 141 136 30 546 137 47
Binary 11000010 101 1100 0 1100001 1011110 11000 101100110 1011111 100111

Color Harmonies of #C2050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2050C

Black with #C2050C

Text Example


Text Example

White with #C2050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2050C; }

 p { color: rgb(194,5,12); }

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

background-color css

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

 a { background-color: rgb(194,5,12); }

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

border-color css

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

 span { border-color: rgb(194,5,12); }

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