#C9091E

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

Shades of Venetian Red #C9091E

Tints of Venetian Red #C9091E

Color information

#C9091E (or 0xC9091E) is unknown color: approx Venetian Red. HEX triplet: C9, 09 and 1E. RGB value is (201,9,30). Sum of RGB (Red+Green+Blue) = 201+9+30=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C9091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9091E is #36F6E1. Grayscale: #444444. Windows color (decimal): -3602146 or 1968585. OLE color: 1968585.

HSL color Cylindrical-coordinate representation of color #C9091E: hue angle of 353.44º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9091E is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB201930-
CMYK00.960.850.21
HSL353.44º91.43%41.18%-
HSV(B)353.44º95.52%78.82%-
XYZ24.4212.712.39-
YUV68.8106.11222.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 83.75%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 30 (12.11% from 255) = 12.5%
R=83.75%
G=3.75%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20193000.960.850.21353.4491.4341.18
HexC991E06055151615b29
Octal311113601401252554113351
Binary11001001100111110011000001010101101011011000011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9091E; }

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

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

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

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

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

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

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

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