#C90823

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

Shades of Venetian Red #C90823

Tints of Venetian Red #C90823

Color information

#C90823 (or 0xC90823) is unknown color: approx Venetian Red. HEX triplet: C9, 08 and 23. RGB value is (201,8,35). Sum of RGB (Red+Green+Blue) = 201+8+35=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C90823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90823 is #36F7DC. Grayscale: #444444. Windows color (decimal): -3602397 or 2296009. OLE color: 2296009.

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

Color convert

RGB201835-
CMYK00.960.830.21
HSL351.61º92.34%40.98%-
HSV(B)351.61º96.02%78.82%-
XYZ24.4812.712.75-
YUV68.78108.94222.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 82.38%
GREEN value IS 8 (3.52% from 255) = 3.28%
BLUE value IS 35 (14.06% from 255) = 14.34%
R=82.38%
G=3.28%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20183500.960.830.21351.6192.3440.98
HexC982306053151605c29
Octal311104301401232554013451
Binary110010011000100011011000001010011101011011000001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90823; }

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

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

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

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

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

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

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

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