#C5071B

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

Shades of Venetian Red #C5071B

Tints of Venetian Red #C5071B

Color information

#C5071B (or 0xC5071B) is unknown color: approx Venetian Red. HEX triplet: C5, 07 and 1B. RGB value is (197,7,27). Sum of RGB (Red+Green+Blue) = 197+7+27=231 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.28% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 197 - color contains mainly: red. Hex color #C5071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5071B is #3AF8E4. Grayscale: #424242. Windows color (decimal): -3864805 or 1771461. OLE color: 1771461.

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

Color convert

RGB197727-
CMYK00.960.860.23
HSL353.68º93.14%40%-
HSV(B)353.68º96.45%77.25%-
XYZ23.312.12.14-
YUV66.09105.95221.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 85.28%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 27 (10.94% from 255) = 11.69%
R=85.28%
G=3.03%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19772700.960.860.23353.6893.1440
HexC571B06056171625d28
Octal30573301401262754213550
Binary1100010111111011011000001010110101111011000101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5071B; }

 p { color: rgb(197,7,27); }

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

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

 a { background-color: rgb(197,7,27); }

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

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

 span { border-color: rgb(197,7,27); }

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