#C90C1A

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

Shades of Venetian Red #C90C1A

Tints of Venetian Red #C90C1A

Color information

#C90C1A (or 0xC90C1A) is unknown color: approx Venetian Red. HEX triplet: C9, 0C and 1A. RGB value is (201,12,26). Sum of RGB (Red+Green+Blue) = 201+12+26=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C1A is #36F3E5. Grayscale: #464646. Windows color (decimal): -3601382 or 1707209. OLE color: 1707209.

HSL color Cylindrical-coordinate representation of color #C90C1A: hue angle of 355.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C1A is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB2011226-
CMYK00.940.870.21
HSL355.56º88.73%41.76%-
HSV(B)355.56º94.03%78.82%-
XYZ24.4112.762.15-
YUV70.11103.12221.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 84.10%
GREEN value IS 12 (5.08% from 255) = 5.02%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=84.10%
G=5.02%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201122600.940.870.21355.5688.7341.76
HexC9C1A05E5715164592a
Octal311143201361272554413152
Binary11001001110011010010111101010111101011011001001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90C1A; }

 p { color: rgb(201,12,26); }

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

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

 a { background-color: rgb(201,12,26); }

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

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

 span { border-color: rgb(201,12,26); }

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