#C40B1F

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

Shades of Venetian Red #C40B1F

Tints of Venetian Red #C40B1F

Color information

#C40B1F (or 0xC40B1F) is unknown color: approx Venetian Red. HEX triplet: C4, 0B and 1F. RGB value is (196,11,31). Sum of RGB (Red+Green+Blue) = 196+11+31=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B1F is #3BF4E0. Grayscale: #444444. Windows color (decimal): -3929313 or 2034628. OLE color: 2034628.

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

Color convert

RGB1961131-
CMYK00.940.840.23
HSL353.51º89.37%40.59%-
HSV(B)353.51º94.39%76.86%-
XYZ23.1312.072.41-
YUV68.6106.79218.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 82.35%
GREEN value IS 11 (4.69% from 255) = 4.62%
BLUE value IS 31 (12.5% from 255) = 13.03%
R=82.35%
G=4.62%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196113100.940.840.23353.5189.3740.59
HexC4B1F05E54171625929
Octal304133701361242754213151
Binary11000100101111111010111101010100101111011000101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40B1F; }

 p { color: rgb(196,11,31); }

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

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

 a { background-color: rgb(196,11,31); }

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

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

 span { border-color: rgb(196,11,31); }

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