Html Css Color HEX #C40608 Venetian Red

📋 copy color: '#C40608'

red 196 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #C40608

Tints of Venetian Red #C40608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 93.33%
G = 2.86%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C40608 (or 0xC40608) is known color: Venetian Red. HEX triplet: C4, 06 and 08. RGB value is (196,6,8). Sum of RGB (Red+Green+Blue) = 196+6+8=210 (27% of max value = 765). Red value is 196 (76.95% from 255 or 93.33% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 196 - color contains mainly: red. Hex color #C40608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40608 is #3BF9F7. Grayscale: #3F3F3F. Windows color (decimal): -3930616 or 526020. OLE color: 526020.

HSL color Cylindrical-coordinate representation of color #C40608: hue angle of 359.37º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40608 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 8 -
CMYK 0 0.97 0.96 0.23
HSL 359.37º 0.94% 0.4% -
HSV(B) 359.37º 0.97% 0.77% -
XYZ 22.87 11.88 1.32 -
YUV 63.04 96.95 222.84 -
System Red Green Blue C M Y K H S L
Decimal 196 6 8 0 0.97 0.96 0.23 359.37 0.94 0.4
Hex C4 6 8 0 61 60 17 167 5E 28
Octal 304 6 10 0 141 140 27 547 136 50
Binary 11000100 110 1000 0 1100001 1100000 10111 101100111 1011110 101000

Color Harmonies of #C40608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40608

Black with #C40608

Text Example


Text Example

White with #C40608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40608; }

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

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

background-color css

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

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

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

border-color css

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

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

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