#C6091E

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

Shades of Venetian Red #C6091E

Tints of Venetian Red #C6091E

Color information

#C6091E (or 0xC6091E) is unknown color: approx Venetian Red. HEX triplet: C6, 09 and 1E. RGB value is (198,9,30). Sum of RGB (Red+Green+Blue) = 198+9+30=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C6091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6091E is #39F6E1. Grayscale: #444444. Windows color (decimal): -3798754 or 1968582. OLE color: 1968582.

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

Color convert

RGB198930-
CMYK00.950.850.22
HSL353.33º91.3%40.59%-
HSV(B)353.33º95.45%77.65%-
XYZ23.6212.292.36-
YUV67.9106.62220.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 83.54%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=83.54%
G=3.80%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19893000.950.850.22353.3391.340.59
HexC691E05F55161615b29
Octal306113601371252654113351
Binary11000110100111110010111111010101101101011000011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6091E; }

 p { color: rgb(198,9,30); }

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

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

 a { background-color: rgb(198,9,30); }

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

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

 span { border-color: rgb(198,9,30); }

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