#C5061F

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

Shades of Venetian Red #C5061F

Tints of Venetian Red #C5061F

Color information

#C5061F (or 0xC5061F) is unknown color: approx Venetian Red. HEX triplet: C5, 06 and 1F. RGB value is (197,6,31). Sum of RGB (Red+Green+Blue) = 197+6+31=234 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.19% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 197 - color contains mainly: red. Hex color #C5061F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5061F is #3AF9E0. Grayscale: #424242. Windows color (decimal): -3865057 or 2033349. OLE color: 2033349.

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

Color convert

RGB197631-
CMYK00.970.840.23
HSL352.15º94.09%39.8%-
HSV(B)352.15º96.95%77.25%-
XYZ23.3412.12.4-
YUV65.96108.28221.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 84.19%
GREEN value IS 6 (2.73% from 255) = 2.56%
BLUE value IS 31 (12.5% from 255) = 13.25%
R=84.19%
G=2.56%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19763100.970.840.23352.1594.0939.8
HexC561F06154171605e28
Octal30563701411242754013650
Binary1100010111011111011000011010100101111011000001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5061F; }

 p { color: rgb(197,6,31); }

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

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

 a { background-color: rgb(197,6,31); }

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

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

 span { border-color: rgb(197,6,31); }

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