Html Css Color HEX #EE0A00 Red

📋 copy color: '#EE0A00'

red 238 ◦ green 10 ◦ blue 0

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

Shades of Red #EE0A00

Tints of Red #EE0A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

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

R = 95.97%
G = 4.03%
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

#EE0A00 (or 0xEE0A00) is known color: Red. HEX triplet: EE, 0A and 00. RGB value is (238,10,0). Sum of RGB (Red+Green+Blue) = 238+10+0=248 (32% of max value = 765). Red value is 238 (93.36% from 255 or 95.97% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0A00 is #11F5FF. Grayscale: #4D4D4D. Windows color (decimal): -1177088 or 2798. OLE color: 2798.

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

Color convert

RGB 238 10 0 -
CMYK 0 0.96 1 0.07
HSL 2.52º 1% 0.47% -
HSV(B) 2.52º 1% 0.93% -
XYZ 35.37 18.39 1.69 -
YUV 77.03 84.54 242.81 -
System Red Green Blue C M Y K H S L
Decimal 238 10 0 0 0.96 1 0.07 2.52 1 0.47
Hex EE A 0 0 60 64 7 3 64 2F
Octal 356 12 0 0 140 144 7 3 144 57
Binary 11101110 1010 0 0 1100000 1100100 111 11 1100100 101111

Color Harmonies of #EE0A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A00

Black with #EE0A00

Text Example


Text Example

White with #EE0A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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