Html Css Color HEX #C4071A Venetian Red

📋 copy color: '#C4071A'

red 196 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #C4071A

Tints of Venetian Red #C4071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.35%

R = 85.59%
G = 3.06%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4071A (or 0xC4071A) is known color: Venetian Red. HEX triplet: C4, 07 and 1A. RGB value is (196,7,26). Sum of RGB (Red+Green+Blue) = 196+7+26=229 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.59% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 196 - color contains mainly: red. Hex color #C4071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4071A is #3BF8E5. Grayscale: #414141. Windows color (decimal): -3930342 or 1705924. OLE color: 1705924.

HSL color Cylindrical-coordinate representation of color #C4071A: hue angle of 353.97º 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 #C4071A is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 7 26 -
CMYK 0 0.96 0.87 0.23
HSL 353.97º 0.93% 0.4% -
HSV(B) 353.97º 0.96% 0.77% -
XYZ 23.03 11.96 2.07 -
YUV 65.68 105.62 220.96 -
System Red Green Blue C M Y K H S L
Decimal 196 7 26 0 0.96 0.87 0.23 353.97 0.93 0.4
Hex C4 7 1A 0 60 57 17 162 5D 28
Octal 304 7 32 0 140 127 27 542 135 50
Binary 11000100 111 11010 0 1100000 1010111 10111 101100010 1011101 101000

Color Harmonies of #C4071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4071A

Black with #C4071A

Text Example


Text Example

White with #C4071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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