#c90423

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

Shades of Venetian Red #C90423

Tints of Venetian Red #C90423

Color information

#C90423 (or 0xC90423) is unknown color: approx Venetian Red. HEX triplet: C9, 04 and 23. RGB value is (201,4,35). Sum of RGB (Red+Green+Blue) = 201+4+35=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C90423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90423 is #36FBDC. Grayscale: #424242. Windows color (decimal): -3603421 or 2294985. OLE color: 2294985.

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

Color convert

RGB201435-
CMYK00.980.830.21
HSL350.56º96.1%40.2%-
HSV(B)350.56º98.01%78.82%-
XYZ24.4312.632.74-
YUV66.44110.27223.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 83.75%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 35 (14.06% from 255) = 14.58%
R=83.75%
G=1.67%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20143500.980.830.21350.5696.140.2
HexC9423062531515f6028
Octal31144301421232553714050
Binary11001001100100011011000101010011101011010111111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c90423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c90423; }

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

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

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

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

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

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

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

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