#C90824

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

Shades of Venetian Red #C90824

Tints of Venetian Red #C90824

Color information

#C90824 (or 0xC90824) is unknown color: approx Venetian Red. HEX triplet: C9, 08 and 24. RGB value is (201,8,36). Sum of RGB (Red+Green+Blue) = 201+8+36=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C90824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90824 is #36F7DB. Grayscale: #444444. Windows color (decimal): -3602396 or 2361545. OLE color: 2361545.

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

Color convert

RGB201836-
CMYK00.960.820.21
HSL351.3º92.34%40.98%-
HSV(B)351.3º96.02%78.82%-
XYZ24.4912.722.83-
YUV68.9109.44222.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 82.04%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 36 (14.45% from 255) = 14.69%
R=82.04%
G=3.27%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20183600.960.820.21351.392.3440.98
HexC9824060521515f5c29
Octal311104401401222553713451
Binary110010011000100100011000001010010101011010111111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90824; }

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

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

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

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

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

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

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

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