Html Css Color HEX #C4080D Venetian Red

📋 copy color: '#C4080D'

red 196 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #C4080D

Tints of Venetian Red #C4080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.99%

R = 90.32%
G = 3.69%
B = 5.99%

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

#C4080D (or 0xC4080D) is known color: Venetian Red. HEX triplet: C4, 08 and 0D. RGB value is (196,8,13). Sum of RGB (Red+Green+Blue) = 196+8+13=217 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.32% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 196 - color contains mainly: red. Hex color #C4080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4080D is #3BF7F2. Grayscale: #404040. Windows color (decimal): -3930099 or 854212. OLE color: 854212.

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

Color convert

RGB 196 8 13 -
CMYK 0 0.96 0.93 0.23
HSL 358.4º 0.92% 0.4% -
HSV(B) 358.4º 0.96% 0.77% -
XYZ 22.92 11.94 1.48 -
YUV 64.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 196 8 13 0 0.96 0.93 0.23 358.4 0.92 0.4
Hex C4 8 D 0 60 5D 17 166 5C 28
Octal 304 10 15 0 140 135 27 546 134 50
Binary 11000100 1000 1101 0 1100000 1011101 10111 101100110 1011100 101000

Color Harmonies of #C4080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4080D

Black with #C4080D

Text Example


Text Example

White with #C4080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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