#C3091F

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

Shades of Venetian Red #C3091F

Tints of Venetian Red #C3091F

Color information

#C3091F (or 0xC3091F) is unknown color: approx Venetian Red. HEX triplet: C3, 09 and 1F. RGB value is (195,9,31). Sum of RGB (Red+Green+Blue) = 195+9+31=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C3091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3091F is #3CF6E0. Grayscale: #434343. Windows color (decimal): -3995361 or 2034115. OLE color: 2034115.

HSL color Cylindrical-coordinate representation of color #C3091F: hue angle of 352.9º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3091F is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB195931-
CMYK00.950.840.24
HSL352.9º91.18%40%-
HSV(B)352.9º95.38%76.47%-
XYZ22.8511.92.39-
YUV67.12107.62219.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 82.98%
GREEN value IS 9 (3.91% from 255) = 3.83%
BLUE value IS 31 (12.5% from 255) = 13.19%
R=82.98%
G=3.83%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19593100.950.840.24352.991.1840
HexC391F05F54181615b28
Octal303113701371243054113350
Binary11000011100111111010111111010100110001011000011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3091F; }

 p { color: rgb(195,9,31); }

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

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

 a { background-color: rgb(195,9,31); }

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

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

 span { border-color: rgb(195,9,31); }

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