#C90911

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

Shades of Venetian Red #C90911

Tints of Venetian Red #C90911

Color information

#C90911 (or 0xC90911) is unknown color: approx Venetian Red. HEX triplet: C9, 09 and 11. RGB value is (201,9,17). Sum of RGB (Red+Green+Blue) = 201+9+17=227 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.55% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 201 - color contains mainly: red. Hex color #C90911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90911 is #36F6EE. Grayscale: #434343. Windows color (decimal): -3602159 or 1116617. OLE color: 1116617.

HSL color Cylindrical-coordinate representation of color #C90911: hue angle of 357.5º 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 #C90911 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB201917-
CMYK00.960.920.21
HSL357.5º91.43%41.18%-
HSV(B)357.5º95.52%78.82%-
XYZ24.2912.651.69-
YUV67.3299.61223.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 88.55%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=88.55%
G=3.96%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20191700.960.920.21357.591.4341.18
HexC99110605C151665b29
Octal311112101401342554613351
Binary11001001100110001011000001011100101011011001101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90911; }

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

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

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

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

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

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

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

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