#C7091A

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

Shades of Venetian Red #C7091A

Tints of Venetian Red #C7091A

Color information

#C7091A (or 0xC7091A) is unknown color: approx Venetian Red. HEX triplet: C7, 09 and 1A. RGB value is (199,9,26). Sum of RGB (Red+Green+Blue) = 199+9+26=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C7091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7091A is #38F6E5. Grayscale: #434343. Windows color (decimal): -3733222 or 1706439. OLE color: 1706439.

HSL color Cylindrical-coordinate representation of color #C7091A: hue angle of 354.63º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7091A is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB199926-
CMYK00.950.870.22
HSL354.63º91.35%40.78%-
HSV(B)354.63º95.48%78.04%-
XYZ23.8412.412.12-
YUV67.75104.45221.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 85.04%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 26 (10.55% from 255) = 11.11%
R=85.04%
G=3.85%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19992600.950.870.22354.6391.3540.78
HexC791A05F57161635b29
Octal307113201371272654313351
Binary11000111100111010010111111010111101101011000111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7091A; }

 p { color: rgb(199,9,26); }

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

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

 a { background-color: rgb(199,9,26); }

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

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

 span { border-color: rgb(199,9,26); }

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