#C9080F

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

Shades of Venetian Red #C9080F

Tints of Venetian Red #C9080F

Color information

#C9080F (or 0xC9080F) is unknown color: approx Venetian Red. HEX triplet: C9, 08 and 0F. RGB value is (201,8,15). Sum of RGB (Red+Green+Blue) = 201+8+15=224 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.73% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 201 - color contains mainly: red. Hex color #C9080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9080F is #36F7F0. Grayscale: #424242. Windows color (decimal): -3602417 or 985289. OLE color: 985289.

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

Color convert

RGB201815-
CMYK00.960.930.21
HSL357.82º92.34%40.98%-
HSV(B)357.82º96.02%78.82%-
XYZ24.2612.631.61-
YUV66.598.94223.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 89.73%
GREEN value IS 8 (3.52% from 255) = 3.57%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=89.73%
G=3.57%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20181500.960.930.21357.8292.3440.98
HexC98F0605D151665c29
Octal311101701401352554613451
Binary1100100110001111011000001011101101011011001101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9080F; }

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

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

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

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

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

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

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

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