#C7032A

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

Shades of Venetian Red #C7032A

Tints of Venetian Red #C7032A

Color information

#C7032A (or 0xC7032A) is unknown color: approx Venetian Red. HEX triplet: C7, 03 and 2A. RGB value is (199,3,42). Sum of RGB (Red+Green+Blue) = 199+3+42=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C7032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7032A is #38FCD5. Grayscale: #424242. Windows color (decimal): -3734742 or 2753479. OLE color: 2753479.

HSL color Cylindrical-coordinate representation of color #C7032A: hue angle of 348.06º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7032A is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB199342-
CMYK00.980.790.22
HSL348.06º97.03%39.61%-
HSV(B)348.06º98.49%78.04%-
XYZ2412.373.31-
YUV66.05114.43222.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 81.56%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=81.56%
G=1.23%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19934200.980.790.22348.0697.0339.61
HexC732A0624F1615c6128
Octal30735201421172653414150
Binary1100011111101010011000101001111101101010111001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7032A; }

 p { color: rgb(199,3,42); }

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

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

 a { background-color: rgb(199,3,42); }

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

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

 span { border-color: rgb(199,3,42); }

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