Html Css Color HEX #C40414 Venetian Red

📋 copy color: '#C40414'

red 196 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #C40414

Tints of Venetian Red #C40414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

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

R = 89.09%
G = 1.82%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C40414 (or 0xC40414) is known color: Venetian Red. HEX triplet: C4, 04 and 14. RGB value is (196,4,20). Sum of RGB (Red+Green+Blue) = 196+4+20=220 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.09% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 196 - color contains mainly: red. Hex color #C40414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40414 is #3BFBEB. Grayscale: #3F3F3F. Windows color (decimal): -3931116 or 1311940. OLE color: 1311940.

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

Color convert

RGB 196 4 20 -
CMYK 0 0.98 0.90 0.23
HSL 355º 0.96% 0.39% -
HSV(B) 355º 0.98% 0.77% -
XYZ 22.93 11.87 1.74 -
YUV 63.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 196 4 20 0 0.98 0.90 0.23 355 0.96 0.39
Hex C4 4 14 0 62 5A 17 163 60 27
Octal 304 4 24 0 142 132 27 543 140 47
Binary 11000100 100 10100 0 1100010 1011010 10111 101100011 1100000 100111

Color Harmonies of #C40414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40414

Black with #C40414

Text Example


Text Example

White with #C40414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40414; }

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

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

background-color css

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

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

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

border-color css

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

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

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