Html Css Color HEX #C40810 Venetian Red

📋 copy color: '#C40810'

red 196 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #C40810

Tints of Venetian Red #C40810

RGB

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

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

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

R = 89.09%
G = 3.64%
B = 7.27%

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

#C40810 (or 0xC40810) is known color: Venetian Red. HEX triplet: C4, 08 and 10. RGB value is (196,8,16). Sum of RGB (Red+Green+Blue) = 196+8+16=220 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.09% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 196 - color contains mainly: red. Hex color #C40810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40810 is #3BF7EF. Grayscale: #414141. Windows color (decimal): -3930096 or 1050820. OLE color: 1050820.

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

Color convert

RGB 196 8 16 -
CMYK 0 0.96 0.92 0.23
HSL 357.45º 0.92% 0.4% -
HSV(B) 357.45º 0.96% 0.77% -
XYZ 22.95 11.95 1.59 -
YUV 65.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 196 8 16 0 0.96 0.92 0.23 357.45 0.92 0.4
Hex C4 8 10 0 60 5C 17 165 5C 28
Octal 304 10 20 0 140 134 27 545 134 50
Binary 11000100 1000 10000 0 1100000 1011100 10111 101100101 1011100 101000

Color Harmonies of #C40810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40810

Black with #C40810

Text Example


Text Example

White with #C40810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40810; }

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

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

background-color css

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

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

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

border-color css

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

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

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