#C9032A

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

Shades of Venetian Red #C9032A

Tints of Venetian Red #C9032A

Color information

#C9032A (or 0xC9032A) is unknown color: approx Venetian Red. HEX triplet: C9, 03 and 2A. RGB value is (201,3,42). Sum of RGB (Red+Green+Blue) = 201+3+42=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C9032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9032A is #36FCD5. Grayscale: #424242. Windows color (decimal): -3603670 or 2753481. OLE color: 2753481.

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

Color convert

RGB201342-
CMYK00.990.790.21
HSL348.18º97.06%40%-
HSV(B)348.18º98.51%78.82%-
XYZ24.5412.653.34-
YUV66.65114.1223.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 81.71%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=81.71%
G=1.22%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20134200.990.790.21348.1897.0640
HexC932A0634F1515c6128
Octal31135201431172553414150
Binary1100100111101010011000111001111101011010111001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9032A; }

 p { color: rgb(201,3,42); }

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

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

 a { background-color: rgb(201,3,42); }

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

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

 span { border-color: rgb(201,3,42); }

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