Html Css Color HEX #C4081C Venetian Red

📋 copy color: '#C4081C'

red 196 ◦ green 8 ◦ blue 28

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

Shades of Venetian Red #C4081C

Tints of Venetian Red #C4081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 84.48%
G = 3.45%
B = 12.07%

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

#C4081C (or 0xC4081C) is known color: Venetian Red. HEX triplet: C4, 08 and 1C. RGB value is (196,8,28). Sum of RGB (Red+Green+Blue) = 196+8+28=232 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.48% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 196 - color contains mainly: red. Hex color #C4081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4081C is #3BF7E3. Grayscale: #424242. Windows color (decimal): -3930084 or 1837252. OLE color: 1837252.

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

Color convert

RGB 196 8 28 -
CMYK 0 0.96 0.86 0.23
HSL 353.62º 0.92% 0.4% -
HSV(B) 353.62º 0.96% 0.77% -
XYZ 23.06 11.99 2.2 -
YUV 66.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 196 8 28 0 0.96 0.86 0.23 353.62 0.92 0.4
Hex C4 8 1C 0 60 56 17 162 5C 28
Octal 304 10 34 0 140 126 27 542 134 50
Binary 11000100 1000 11100 0 1100000 1010110 10111 101100010 1011100 101000

Color Harmonies of #C4081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4081C

Black with #C4081C

Text Example


Text Example

White with #C4081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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