Html Css Color HEX #C40811 Venetian Red

📋 copy color: '#C40811'

red 196 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #C40811

Tints of Venetian Red #C40811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 88.69%
G = 3.62%
B = 7.69%

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

#C40811 (or 0xC40811) is known color: Venetian Red. HEX triplet: C4, 08 and 11. RGB value is (196,8,17). Sum of RGB (Red+Green+Blue) = 196+8+17=221 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.69% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 196 - color contains mainly: red. Hex color #C40811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40811 is #3BF7EE. Grayscale: #414141. Windows color (decimal): -3930095 or 1116356. OLE color: 1116356.

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

Color convert

RGB 196 8 17 -
CMYK 0 0.96 0.91 0.23
HSL 357.13º 0.92% 0.4% -
HSV(B) 357.13º 0.96% 0.77% -
XYZ 22.95 11.95 1.63 -
YUV 65.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 196 8 17 0 0.96 0.91 0.23 357.13 0.92 0.4
Hex C4 8 11 0 60 5B 17 165 5C 28
Octal 304 10 21 0 140 133 27 545 134 50
Binary 11000100 1000 10001 0 1100000 1011011 10111 101100101 1011100 101000

Color Harmonies of #C40811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40811

Black with #C40811

Text Example


Text Example

White with #C40811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40811; }

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

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

background-color css

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

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

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

border-color css

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

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

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