Html Css Color HEX #C40610 Venetian Red

📋 copy color: '#C40610'

red 196 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #C40610

Tints of Venetian Red #C40610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

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

R = 89.91%
G = 2.75%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C40610 (or 0xC40610) is known color: Venetian Red. HEX triplet: C4, 06 and 10. RGB value is (196,6,16). Sum of RGB (Red+Green+Blue) = 196+6+16=218 (28% of max value = 765). Red value is 196 (76.95% from 255 or 89.91% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 196 - color contains mainly: red. Hex color #C40610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40610 is #3BF9EF. Grayscale: #404040. Windows color (decimal): -3930608 or 1050308. OLE color: 1050308.

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

Color convert

RGB 196 6 16 -
CMYK 0 0.97 0.92 0.23
HSL 356.84º 0.94% 0.4% -
HSV(B) 356.84º 0.97% 0.77% -
XYZ 22.92 11.9 1.58 -
YUV 63.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 196 6 16 0 0.97 0.92 0.23 356.84 0.94 0.4
Hex C4 6 10 0 61 5C 17 165 5E 28
Octal 304 6 20 0 141 134 27 545 136 50
Binary 11000100 110 10000 0 1100001 1011100 10111 101100101 1011110 101000

Color Harmonies of #C40610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40610

Black with #C40610

Text Example


Text Example

White with #C40610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40610; }

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

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

background-color css

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

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

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

border-color css

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

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

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