Html Css Color HEX #C4081D Venetian Red

📋 copy color: '#C4081D'

red 196 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #C4081D

Tints of Venetian Red #C4081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.45%

R = 84.12%
G = 3.43%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4081D (or 0xC4081D) is known color: Venetian Red. HEX triplet: C4, 08 and 1D. RGB value is (196,8,29). Sum of RGB (Red+Green+Blue) = 196+8+29=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C4081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4081D is #3BF7E2. Grayscale: #424242. Windows color (decimal): -3930083 or 1902788. OLE color: 1902788.

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

Color convert

RGB 196 8 29 -
CMYK 0 0.96 0.85 0.23
HSL 353.3º 0.92% 0.4% -
HSV(B) 353.3º 0.96% 0.77% -
XYZ 23.07 12 2.26 -
YUV 66.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 196 8 29 0 0.96 0.85 0.23 353.3 0.92 0.4
Hex C4 8 1D 0 60 55 17 161 5C 28
Octal 304 10 35 0 140 125 27 541 134 50
Binary 11000100 1000 11101 0 1100000 1010101 10111 101100001 1011100 101000

Color Harmonies of #C4081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4081D

Black with #C4081D

Text Example


Text Example

White with #C4081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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