Html Css Color HEX #EE0702 Red

📋 copy color: '#EE0702'

red 238 ◦ green 7 ◦ blue 2

#EE0702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #EE0702

Tints of Red #EE0702

RGB

 RED value IS 238 (93.36% from 255) = 96.36%

 GREEN value IS 7 (3.13% from 255) = 2.83%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 96.36%
G = 2.83%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE0702 (or 0xEE0702) is known color: Red. HEX triplet: EE, 07 and 02. RGB value is (238,7,2). Sum of RGB (Red+Green+Blue) = 238+7+2=247 (32% of max value = 765). Red value is 238 (93.36% from 255 or 96.36% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0702 is #11F8FD. Grayscale: #4B4B4B. Windows color (decimal): -1177854 or 133102. OLE color: 133102.

HSL color Cylindrical-coordinate representation of color #EE0702: hue angle of 1.27º 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 #EE0702 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 7 2 -
CMYK 0 0.97 0.99 0.07
HSL 1.27º 0.98% 0.47% -
HSV(B) 1.27º 0.99% 0.93% -
XYZ 35.35 18.33 1.73 -
YUV 75.5 86.53 243.91 -
System Red Green Blue C M Y K H S L
Decimal 238 7 2 0 0.97 0.99 0.07 1.27 0.98 0.47
Hex EE 7 2 0 61 63 7 1 62 2F
Octal 356 7 2 0 141 143 7 1 142 57
Binary 11101110 111 10 0 1100001 1100011 111 1 1100010 101111

Color Harmonies of #EE0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0702

Black with #EE0702

Text Example


Text Example

White with #EE0702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0702; }

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

 H1.HeaderClassName
 {
   color: #EE0702;
 }
 .AnyTagClassName
 {
   color: #EE0702;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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