Html Css Color HEX #C40614 Venetian Red

📋 copy color: '#C40614'

red 196 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #C40614

Tints of Venetian Red #C40614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.01%

R = 88.29%
G = 2.7%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C40614 (or 0xC40614) is known color: Venetian Red. HEX triplet: C4, 06 and 14. RGB value is (196,6,20). Sum of RGB (Red+Green+Blue) = 196+6+20=222 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.29% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 196 - color contains mainly: red. Hex color #C40614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40614 is #3BF9EB. Grayscale: #404040. Windows color (decimal): -3930604 or 1312452. OLE color: 1312452.

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

Color convert

RGB 196 6 20 -
CMYK 0 0.97 0.90 0.23
HSL 355.58º 0.94% 0.4% -
HSV(B) 355.58º 0.97% 0.77% -
XYZ 22.96 11.92 1.75 -
YUV 64.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 196 6 20 0 0.97 0.90 0.23 355.58 0.94 0.4
Hex C4 6 14 0 61 5A 17 164 5E 28
Octal 304 6 24 0 141 132 27 544 136 50
Binary 11000100 110 10100 0 1100001 1011010 10111 101100100 1011110 101000

Color Harmonies of #C40614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40614

Black with #C40614

Text Example


Text Example

White with #C40614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40614; }

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

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

background-color css

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

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

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

border-color css

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

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

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