#C7022B

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

Shades of Venetian Red #C7022B

Tints of Venetian Red #C7022B

Color information

#C7022B (or 0xC7022B) is unknown color: approx Venetian Red. HEX triplet: C7, 02 and 2B. RGB value is (199,2,43). Sum of RGB (Red+Green+Blue) = 199+2+43=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C7022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7022B is #38FDD4. Grayscale: #414141. Windows color (decimal): -3734997 or 2818759. OLE color: 2818759.

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

Color convert

RGB199243-
CMYK00.990.780.22
HSL347.51º98.01%39.41%-
HSV(B)347.51º98.99%78.04%-
XYZ24.0112.363.41-
YUV65.58115.27223.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 81.56%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 43 (17.19% from 255) = 17.62%
R=81.56%
G=0.82%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19924300.990.780.22347.5198.0139.41
HexC722B0634E1615c6227
Octal30725301431162653414247
Binary1100011110101011011000111001110101101010111001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7022B; }

 p { color: rgb(199,2,43); }

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

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

 a { background-color: rgb(199,2,43); }

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

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

 span { border-color: rgb(199,2,43); }

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