#C90F1B

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

Shades of Venetian Red #C90F1B

Tints of Venetian Red #C90F1B

Color information

#C90F1B (or 0xC90F1B) is unknown color: approx Venetian Red. HEX triplet: C9, 0F and 1B. RGB value is (201,15,27). Sum of RGB (Red+Green+Blue) = 201+15+27=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90F1B is #36F0E4. Grayscale: #484848. Windows color (decimal): -3600613 or 1773513. OLE color: 1773513.

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

Color convert

RGB2011527-
CMYK00.930.870.21
HSL356.13º86.11%42.35%-
HSV(B)356.13º92.54%78.82%-
XYZ24.4612.842.23-
YUV71.98102.62220.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 82.72%
GREEN value IS 15 (6.25% from 255) = 6.17%
BLUE value IS 27 (10.94% from 255) = 11.11%
R=82.72%
G=6.17%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201152700.930.870.21356.1386.1142.35
HexC9F1B05D5715164562a
Octal311173301351272554412652
Binary11001001111111011010111011010111101011011001001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90F1B; }

 p { color: rgb(201,15,27); }

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

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

 a { background-color: rgb(201,15,27); }

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

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

 span { border-color: rgb(201,15,27); }

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