Html Css Color HEX #EE0200 Red

📋 copy color: '#EE0200'

red 238 ◦ green 2 ◦ blue 0

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

Shades of Red #EE0200

Tints of Red #EE0200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 99.17%
G = 0.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE0200 (or 0xEE0200) is known color: Red. HEX triplet: EE, 02 and 00. RGB value is (238,2,0). Sum of RGB (Red+Green+Blue) = 238+2+0=240 (31% of max value = 765). Red value is 238 (93.36% from 255 or 99.17% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0200 is #11FDFF. Grayscale: #484848. Windows color (decimal): -1179136 or 750. OLE color: 750.

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

Color convert

RGB 238 2 0 -
CMYK 0 0.99 1 0.07
HSL 0.5º 1% 0.47% -
HSV(B) 0.5º 1% 0.93% -
XYZ 35.28 18.22 1.66 -
YUV 72.34 87.19 246.16 -
System Red Green Blue C M Y K H S L
Decimal 238 2 0 0 0.99 1 0.07 0.5 1 0.47
Hex EE 2 0 0 63 64 7 1 64 2F
Octal 356 2 0 0 143 144 7 1 144 57
Binary 11101110 10 0 0 1100011 1100100 111 1 1100100 101111

Color Harmonies of #EE0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0200

Black with #EE0200

Text Example


Text Example

White with #EE0200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0200; }

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

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

background-color css

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

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

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

border-color css

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

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

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