#c90c1c

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

Shades of Venetian Red #C90C1C

Tints of Venetian Red #C90C1C

Color information

#C90C1C (or 0xC90C1C) is unknown color: approx Venetian Red. HEX triplet: C9, 0C and 1C. RGB value is (201,12,28). Sum of RGB (Red+Green+Blue) = 201+12+28=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C1C is #36F3E3. Grayscale: #464646. Windows color (decimal): -3601380 or 1838281. OLE color: 1838281.

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

Color convert

RGB2011228-
CMYK00.940.860.21
HSL354.92º88.73%41.76%-
HSV(B)354.92º94.03%78.82%-
XYZ24.4312.762.27-
YUV70.34104.12221.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 83.40%
GREEN value IS 12 (5.08% from 255) = 4.98%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=83.40%
G=4.98%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201122800.940.860.21354.9288.7341.76
HexC9C1C05E5615163592a
Octal311143401361262554313152
Binary11001001110011100010111101010110101011011000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c90c1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c90c1c; }

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

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

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

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

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

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

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

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