#C90002

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

Shades of Venetian Red #C90002

Tints of Venetian Red #C90002

Color information

#C90002 (or 0xC90002) is unknown color: approx Venetian Red. HEX triplet: C9, 00 and 02. RGB value is (201,0,2). Sum of RGB (Red+Green+Blue) = 201+0+2=203 (26% of max value = 765). Red value is 201 (78.91% from 255 or 99.01% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 201 - color contains mainly: red. Hex color #C90002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90002 is #36FFFD. Grayscale: #3C3C3C. Windows color (decimal): -3604478 or 131273. OLE color: 131273.

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

Color convert

RGB20102-
CMYK010.990.21
HSL359.4º100%39.41%-
HSV(B)359.4º100%78.82%-
XYZ24.112.421.18-
YUV60.3395.09228.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 99.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=99.01%
G=0%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20102010.990.21359.410039.41
HexC90206463151676427
Octal3110201441432554714447
Binary11001001010011001001100011101011011001111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90002; }

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

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

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

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

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

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

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

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