#C90F16

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

Shades of Venetian Red #C90F16

Tints of Venetian Red #C90F16

Color information

#C90F16 (or 0xC90F16) is unknown color: approx Venetian Red. HEX triplet: C9, 0F and 16. RGB value is (201,15,22). Sum of RGB (Red+Green+Blue) = 201+15+22=238 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.45% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90F16 is #36F0E9. Grayscale: #474747. Windows color (decimal): -3600618 or 1445833. OLE color: 1445833.

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

Color convert

RGB2011522-
CMYK00.930.890.21
HSL357.74º86.11%42.35%-
HSV(B)357.74º92.54%78.82%-
XYZ24.412.821.95-
YUV71.41100.12220.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 84.45%
GREEN value IS 15 (6.25% from 255) = 6.30%
BLUE value IS 22 (8.98% from 255) = 9.24%
R=84.45%
G=6.30%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201152200.930.890.21357.7486.1142.35
HexC9F1605D5915166562a
Octal311172601351312554612652
Binary11001001111110110010111011011001101011011001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90F16; }

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

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

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

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

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

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

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

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