#C40E1C

Color #C40E1C Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #C40E1C

Tints of Venetian Red #C40E1C

Color information

#C40E1C (or 0xC40E1C) is unknown color: approx Venetian Red. HEX triplet: C4, 0E and 1C. RGB value is (196,14,28). Sum of RGB (Red+Green+Blue) = 196+14+28=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40E1C is #3BF1E3. Grayscale: #464646. Windows color (decimal): -3928548 or 1838788. OLE color: 1838788.

HSL color Cylindrical-coordinate representation of color #C40E1C: hue angle of 355.38º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40E1C is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB1961428-
CMYK00.930.860.23
HSL355.38º86.67%41.18%-
HSV(B)355.38º92.86%76.86%-
XYZ23.1312.132.22-
YUV70.01104.3217.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 82.35%
GREEN value IS 14 (5.86% from 255) = 5.88%
BLUE value IS 28 (11.33% from 255) = 11.76%
R=82.35%
G=5.88%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196142800.930.860.23355.3886.6741.18
HexC4E1C05D56171635729
Octal304163401351262754312751
Binary11000100111011100010111011010110101111011000111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40E1C; }

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

 H1.HeaderClassName
 {
   color: #C40E1C;
 }
 .AnyTagClassName
 {
   color: #C40E1C;
 }
</style>
background-color css

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

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

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

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

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

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