Html Css Color HEX #C40611 Venetian Red

📋 copy color: '#C40611'

red 196 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #C40611

Tints of Venetian Red #C40611

RGB

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

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

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

R = 89.5%
G = 2.74%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C40611 (or 0xC40611) is known color: Venetian Red. HEX triplet: C4, 06 and 11. RGB value is (196,6,17). Sum of RGB (Red+Green+Blue) = 196+6+17=219 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.50% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 196 - color contains mainly: red. Hex color #C40611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40611 is #3BF9EE. Grayscale: #404040. Windows color (decimal): -3930607 or 1115844. OLE color: 1115844.

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

Color convert

RGB 196 6 17 -
CMYK 0 0.97 0.91 0.23
HSL 356.53º 0.94% 0.4% -
HSV(B) 356.53º 0.97% 0.77% -
XYZ 22.93 11.91 1.62 -
YUV 64.06 101.45 222.11 -
System Red Green Blue C M Y K H S L
Decimal 196 6 17 0 0.97 0.91 0.23 356.53 0.94 0.4
Hex C4 6 11 0 61 5B 17 165 5E 28
Octal 304 6 21 0 141 133 27 545 136 50
Binary 11000100 110 10001 0 1100001 1011011 10111 101100101 1011110 101000

Color Harmonies of #C40611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40611

Black with #C40611

Text Example


Text Example

White with #C40611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40611; }

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

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

background-color css

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

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

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

border-color css

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

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

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