Html Css Color HEX #C40710 Venetian Red

📋 copy color: '#C40710'

red 196 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #C40710

Tints of Venetian Red #C40710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 89.5%
G = 3.2%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C40710 (or 0xC40710) is known color: Venetian Red. HEX triplet: C4, 07 and 10. RGB value is (196,7,16). Sum of RGB (Red+Green+Blue) = 196+7+16=219 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.50% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 196 - color contains mainly: red. Hex color #C40710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40710 is #3BF8EF. Grayscale: #404040. Windows color (decimal): -3930352 or 1050564. OLE color: 1050564.

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

Color convert

RGB 196 7 16 -
CMYK 0 0.96 0.92 0.23
HSL 357.14º 0.93% 0.4% -
HSV(B) 357.14º 0.96% 0.77% -
XYZ 22.93 11.93 1.58 -
YUV 64.54 100.62 221.77 -
System Red Green Blue C M Y K H S L
Decimal 196 7 16 0 0.96 0.92 0.23 357.14 0.93 0.4
Hex C4 7 10 0 60 5C 17 165 5D 28
Octal 304 7 20 0 140 134 27 545 135 50
Binary 11000100 111 10000 0 1100000 1011100 10111 101100101 1011101 101000

Color Harmonies of #C40710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40710

Black with #C40710

Text Example


Text Example

White with #C40710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40710; }

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

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

background-color css

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

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

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

border-color css

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

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

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