Html Css Color HEX #EE0900 Red

📋 copy color: '#EE0900'

red 238 ◦ green 9 ◦ blue 0

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

Shades of Red #EE0900

Tints of Red #EE0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.64%

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

R = 96.36%
G = 3.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE0900 (or 0xEE0900) is known color: Red. HEX triplet: EE, 09 and 00. RGB value is (238,9,0). Sum of RGB (Red+Green+Blue) = 238+9+0=247 (32% of max value = 765). Red value is 238 (93.36% from 255 or 96.36% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0900 is #11F6FF. Grayscale: #4C4C4C. Windows color (decimal): -1177344 or 2542. OLE color: 2542.

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

Color convert

RGB 238 9 0 -
CMYK 0 0.96 1 0.07
HSL 2.27º 1% 0.47% -
HSV(B) 2.27º 1% 0.93% -
XYZ 35.36 18.37 1.68 -
YUV 76.45 84.87 243.23 -
System Red Green Blue C M Y K H S L
Decimal 238 9 0 0 0.96 1 0.07 2.27 1 0.47
Hex EE 9 0 0 60 64 7 2 64 2F
Octal 356 11 0 0 140 144 7 2 144 57
Binary 11101110 1001 0 0 1100000 1100100 111 10 1100100 101111

Color Harmonies of #EE0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0900

Black with #EE0900

Text Example


Text Example

White with #EE0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0900; }

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

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

background-color css

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

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

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

border-color css

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

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

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