Html Css Color HEX #C40711 Venetian Red

📋 copy color: '#C40711'

red 196 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #C40711

Tints of Venetian Red #C40711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.73%

R = 89.09%
G = 3.18%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C40711 (or 0xC40711) is known color: Venetian Red. HEX triplet: C4, 07 and 11. RGB value is (196,7,17). Sum of RGB (Red+Green+Blue) = 196+7+17=220 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.09% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 196 - color contains mainly: red. Hex color #C40711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40711 is #3BF8EE. Grayscale: #404040. Windows color (decimal): -3930351 or 1116100. OLE color: 1116100.

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

Color convert

RGB 196 7 17 -
CMYK 0 0.96 0.91 0.23
HSL 356.83º 0.93% 0.4% -
HSV(B) 356.83º 0.96% 0.77% -
XYZ 22.94 11.93 1.62 -
YUV 64.65 101.12 221.69 -
System Red Green Blue C M Y K H S L
Decimal 196 7 17 0 0.96 0.91 0.23 356.83 0.93 0.4
Hex C4 7 11 0 60 5B 17 165 5D 28
Octal 304 7 21 0 140 133 27 545 135 50
Binary 11000100 111 10001 0 1100000 1011011 10111 101100101 1011101 101000

Color Harmonies of #C40711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40711

Black with #C40711

Text Example


Text Example

White with #C40711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40711; }

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

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

background-color css

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

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

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

border-color css

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

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

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