#C90222

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

Shades of Venetian Red #C90222

Tints of Venetian Red #C90222

Color information

#C90222 (or 0xC90222) is unknown color: approx Venetian Red. HEX triplet: C9, 02 and 22. RGB value is (201,2,34). Sum of RGB (Red+Green+Blue) = 201+2+34=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C90222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90222 is #36FDDD. Grayscale: #414141. Windows color (decimal): -3603934 or 2228937. OLE color: 2228937.

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

Color convert

RGB201234-
CMYK00.990.830.21
HSL350.35º98.03%39.8%-
HSV(B)350.35º99%78.82%-
XYZ24.412.582.65-
YUV65.15110.43224.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 84.81%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 34 (13.67% from 255) = 14.35%
R=84.81%
G=0.84%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20123400.990.830.21350.3598.0339.8
HexC9222063531515e6228
Octal31124201431232553614250
Binary1100100110100010011000111010011101011010111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90222; }

 p { color: rgb(201,2,34); }

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

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

 a { background-color: rgb(201,2,34); }

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

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

 span { border-color: rgb(201,2,34); }

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