Html Css Color HEX #C4081B Venetian Red

📋 copy color: '#C4081B'

red 196 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #C4081B

Tints of Venetian Red #C4081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.69%

R = 84.85%
G = 3.46%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4081B (or 0xC4081B) is known color: Venetian Red. HEX triplet: C4, 08 and 1B. RGB value is (196,8,27). Sum of RGB (Red+Green+Blue) = 196+8+27=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C4081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4081B is #3BF7E4. Grayscale: #424242. Windows color (decimal): -3930085 or 1771716. OLE color: 1771716.

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

Color convert

RGB 196 8 27 -
CMYK 0 0.96 0.86 0.23
HSL 353.94º 0.92% 0.4% -
HSV(B) 353.94º 0.96% 0.77% -
XYZ 23.05 11.99 2.14 -
YUV 66.38 105.78 220.46 -
System Red Green Blue C M Y K H S L
Decimal 196 8 27 0 0.96 0.86 0.23 353.94 0.92 0.4
Hex C4 8 1B 0 60 56 17 162 5C 28
Octal 304 10 33 0 140 126 27 542 134 50
Binary 11000100 1000 11011 0 1100000 1010110 10111 101100010 1011100 101000

Color Harmonies of #C4081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4081B

Black with #C4081B

Text Example


Text Example

White with #C4081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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