#EE0802

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

Shades of Red #EE0802

Tints of Red #EE0802

Color information

#EE0802 (or 0xEE0802) is unknown color: approx Red. HEX triplet: EE, 08 and 02. RGB value is (238,8,2). Sum of RGB (Red+Green+Blue) = 238+8+2=248 (32% of max value = 765). Red value is 238 (93.36% from 255 or 95.97% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0802 is #11F7FD. Grayscale: #4C4C4C. Windows color (decimal): -1177598 or 133358. OLE color: 133358.

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

Color convert

RGB23882-
CMYK00.970.990.07
HSL1.53º98.33%47.06%-
HSV(B)1.53º99.16%93.33%-
XYZ35.3618.361.74-
YUV76.0986.2243.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 95.97%
GREEN value IS 8 (3.52% from 255) = 3.23%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=95.97%
G=3.23%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388200.970.990.071.5398.3347.06
HexEE820616372622f
Octal35610201411437214257
Binary11101110100010011000011100011111101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0802; }

 p { color: rgb(238,8,2); }

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

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

 a { background-color: rgb(238,8,2); }

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

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

 span { border-color: rgb(238,8,2); }

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