Html Css Color HEX #C2070B Venetian Red

📋 copy color: '#C2070B'

red 194 ◦ green 7 ◦ blue 11

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

Shades of Venetian Red #C2070B

Tints of Venetian Red #C2070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

 BLUE value IS 11 (4.69% from 255) = 5.19%

R = 91.51%
G = 3.3%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2070B (or 0xC2070B) is known color: Venetian Red. HEX triplet: C2, 07 and 0B. RGB value is (194,7,11). Sum of RGB (Red+Green+Blue) = 194+7+11=212 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.51% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 194 - color contains mainly: red. Hex color #C2070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2070B is #3DF8F4. Grayscale: #3F3F3F. Windows color (decimal): -4061429 or 722882. OLE color: 722882.

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

Color convert

RGB 194 7 11 -
CMYK 0 0.96 0.94 0.24
HSL 358.72º 0.93% 0.39% -
HSV(B) 358.72º 0.96% 0.76% -
XYZ 22.38 11.65 1.38 -
YUV 63.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 194 7 11 0 0.96 0.94 0.24 358.72 0.93 0.39
Hex C2 7 B 0 60 5E 18 167 5D 27
Octal 302 7 13 0 140 136 30 547 135 47
Binary 11000010 111 1011 0 1100000 1011110 11000 101100111 1011101 100111

Color Harmonies of #C2070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2070B

Black with #C2070B

Text Example


Text Example

White with #C2070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2070B; }

 p { color: rgb(194,7,11); }

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

background-color css

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

 a { background-color: rgb(194,7,11); }

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

border-color css

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

 span { border-color: rgb(194,7,11); }

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