#C90509

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

Shades of Venetian Red #C90509

Tints of Venetian Red #C90509

Color information

#C90509 (or 0xC90509) is unknown color: approx Venetian Red. HEX triplet: C9, 05 and 09. RGB value is (201,5,9). Sum of RGB (Red+Green+Blue) = 201+5+9=215 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.49% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 201 - color contains mainly: red. Hex color #C90509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90509 is #36FAF6. Grayscale: #404040. Windows color (decimal): -3603191 or 591305. OLE color: 591305.

HSL color Cylindrical-coordinate representation of color #C90509: hue angle of 358.78º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB20159-
CMYK00.980.960.21
HSL358.78º95.15%40.39%-
HSV(B)358.78º97.51%78.82%-
XYZ24.1912.551.41-
YUV64.0696.93225.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 93.49%
GREEN value IS 5 (2.34% from 255) = 2.33%
BLUE value IS 9 (3.91% from 255) = 4.19%
R=93.49%
G=2.33%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015900.980.960.21358.7895.1540.39
HexC95906260151675f28
Octal31151101421402554713750
Binary110010011011001011000101100000101011011001111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90509; }

 p { color: rgb(201,5,9); }

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

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

 a { background-color: rgb(201,5,9); }

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

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

 span { border-color: rgb(201,5,9); }

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