#E90602

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

Shades of Red #E90602

Tints of Red #E90602

Color information

#E90602 (or 0xE90602) is unknown color: approx Red. HEX triplet: E9, 06 and 02. RGB value is (233,6,2). Sum of RGB (Red+Green+Blue) = 233+6+2=241 (31% of max value = 765). Red value is 233 (91.41% from 255 or 96.68% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 233 - color contains mainly: red. Hex color #E90602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90602 is #16F9FD. Grayscale: #494949. Windows color (decimal): -1505790 or 132841. OLE color: 132841.

HSL color Cylindrical-coordinate representation of color #E90602: hue angle of 1.04º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90602 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB23362-
CMYK00.970.990.09
HSL1.04º98.3%46.08%-
HSV(B)1.04º99.14%91.37%-
XYZ33.6817.461.65-
YUV73.4287.71241.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 96.68%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=96.68%
G=2.49%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336200.970.990.091.0498.346.08
HexE9620616391622e
Octal35162014114311114256
Binary1110100111010011000011100011100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90602; }

 p { color: rgb(233,6,2); }

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

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

 a { background-color: rgb(233,6,2); }

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

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

 span { border-color: rgb(233,6,2); }

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