Html Css Color HEX #C2020C Venetian Red

📋 copy color: '#C2020C'

red 194 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #C2020C

Tints of Venetian Red #C2020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 93.27%
G = 0.96%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2020C (or 0xC2020C) is known color: Venetian Red. HEX triplet: C2, 02 and 0C. RGB value is (194,2,12). Sum of RGB (Red+Green+Blue) = 194+2+12=208 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.27% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 194 - color contains mainly: red. Hex color #C2020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2020C is #3DFDF3. Grayscale: #3C3C3C. Windows color (decimal): -4062708 or 787138. OLE color: 787138.

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

Color convert

RGB 194 2 12 -
CMYK 0 0.99 0.94 0.24
HSL 356.88º 0.98% 0.38% -
HSV(B) 356.88º 0.99% 0.76% -
XYZ 22.34 11.54 1.4 -
YUV 60.55 100.61 223.19 -
System Red Green Blue C M Y K H S L
Decimal 194 2 12 0 0.99 0.94 0.24 356.88 0.98 0.38
Hex C2 2 C 0 63 5E 18 165 62 26
Octal 302 2 14 0 143 136 30 545 142 46
Binary 11000010 10 1100 0 1100011 1011110 11000 101100101 1100010 100110

Color Harmonies of #C2020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2020C

Black with #C2020C

Text Example


Text Example

White with #C2020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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