#C4071F

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

Shades of Venetian Red #C4071F

Tints of Venetian Red #C4071F

Color information

#C4071F (or 0xC4071F) is unknown color: approx Venetian Red. HEX triplet: C4, 07 and 1F. RGB value is (196,7,31). Sum of RGB (Red+Green+Blue) = 196+7+31=234 (30% of max value = 765). Red value is 196 (76.95% from 255 or 83.76% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 196 - color contains mainly: red. Hex color #C4071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4071F is #3BF8E0. Grayscale: #424242. Windows color (decimal): -3930337 or 2033604. OLE color: 2033604.

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

Color convert

RGB196731-
CMYK00.960.840.23
HSL352.38º93.1%39.8%-
HSV(B)352.38º96.43%76.86%-
XYZ23.0911.992.39-
YUV66.25108.12220.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 83.76%
GREEN value IS 7 (3.12% from 255) = 2.99%
BLUE value IS 31 (12.5% from 255) = 13.25%
R=83.76%
G=2.99%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19673100.960.840.23352.3893.139.8
HexC471F06054171605d28
Octal30473701401242754013550
Binary1100010011111111011000001010100101111011000001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4071F; }

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

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

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

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

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

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

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

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