#C7022E

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

Shades of Venetian Red #C7022E

Tints of Venetian Red #C7022E

Color information

#C7022E (or 0xC7022E) is unknown color: approx Venetian Red. HEX triplet: C7, 02 and 2E. RGB value is (199,2,46). Sum of RGB (Red+Green+Blue) = 199+2+46=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C7022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7022E is #38FDD1. Grayscale: #414141. Windows color (decimal): -3734994 or 3015367. OLE color: 3015367.

HSL color Cylindrical-coordinate representation of color #C7022E: hue angle of 346.6º 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 #C7022E is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB199246-
CMYK00.990.770.22
HSL346.6º98.01%39.41%-
HSV(B)346.6º98.99%78.04%-
XYZ24.0712.383.71-
YUV65.92116.77222.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 80.57%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=80.57%
G=0.81%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19924600.990.770.22346.698.0139.41
HexC722E0634D1615b6227
Octal30725601431152653314247
Binary1100011110101110011000111001101101101010110111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7022E; }

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

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

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

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

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

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

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

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