Html Css Color HEX #C4080E Venetian Red

📋 copy color: '#C4080E'

red 196 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #C4080E

Tints of Venetian Red #C4080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 89.91%
G = 3.67%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4080E (or 0xC4080E) is known color: Venetian Red. HEX triplet: C4, 08 and 0E. RGB value is (196,8,14). Sum of RGB (Red+Green+Blue) = 196+8+14=218 (28% of max value = 765). Red value is 196 (76.95% from 255 or 89.91% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 196 - color contains mainly: red. Hex color #C4080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4080E is #3BF7F1. Grayscale: #414141. Windows color (decimal): -3930098 or 919748. OLE color: 919748.

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

Color convert

RGB 196 8 14 -
CMYK 0 0.96 0.93 0.23
HSL 358.09º 0.92% 0.4% -
HSV(B) 358.09º 0.96% 0.77% -
XYZ 22.93 11.94 1.51 -
YUV 64.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 196 8 14 0 0.96 0.93 0.23 358.09 0.92 0.4
Hex C4 8 E 0 60 5D 17 166 5C 28
Octal 304 10 16 0 140 135 27 546 134 50
Binary 11000100 1000 1110 0 1100000 1011101 10111 101100110 1011100 101000

Color Harmonies of #C4080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4080E

Black with #C4080E

Text Example


Text Example

White with #C4080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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