Html Css Color HEX #C4070B Venetian Red

📋 copy color: '#C4070B'

red 196 ◦ green 7 ◦ blue 11

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

Shades of Venetian Red #C4070B

Tints of Venetian Red #C4070B

RGB

 RED value IS 196 (76.95% from 255) = 91.59%

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

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

R = 91.59%
G = 3.27%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4070B (or 0xC4070B) is known color: Venetian Red. HEX triplet: C4, 07 and 0B. RGB value is (196,7,11). Sum of RGB (Red+Green+Blue) = 196+7+11=214 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.59% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 196 - color contains mainly: red. Hex color #C4070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4070B is #3BF8F4. Grayscale: #404040. Windows color (decimal): -3930357 or 722884. OLE color: 722884.

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

Color convert

RGB 196 7 11 -
CMYK 0 0.96 0.94 0.23
HSL 358.73º 0.93% 0.4% -
HSV(B) 358.73º 0.96% 0.77% -
XYZ 22.9 11.91 1.41 -
YUV 63.97 98.12 222.17 -
System Red Green Blue C M Y K H S L
Decimal 196 7 11 0 0.96 0.94 0.23 358.73 0.93 0.4
Hex C4 7 B 0 60 5E 17 167 5D 28
Octal 304 7 13 0 140 136 27 547 135 50
Binary 11000100 111 1011 0 1100000 1011110 10111 101100111 1011101 101000

Color Harmonies of #C4070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4070B

Black with #C4070B

Text Example


Text Example

White with #C4070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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