Html Css Color HEX #EE0A08 Red

📋 copy color: '#EE0A08'

red 238 ◦ green 10 ◦ blue 8

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

Shades of Red #EE0A08

Tints of Red #EE0A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 92.97%
G = 3.91%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE0A08 (or 0xEE0A08) is known color: Red. HEX triplet: EE, 0A and 08. RGB value is (238,10,8). Sum of RGB (Red+Green+Blue) = 238+10+8=256 (33% of max value = 765). Red value is 238 (93.36% from 255 or 92.97% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0A08 is #11F5F7. Grayscale: #4E4E4E. Windows color (decimal): -1177080 or 527086. OLE color: 527086.

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

Color convert

RGB 238 10 8 -
CMYK 0 0.96 0.97 0.07
HSL 0.52º 0.93% 0.48% -
HSV(B) 0.52º 0.97% 0.93% -
XYZ 35.41 18.41 1.92 -
YUV 77.94 88.54 242.16 -
System Red Green Blue C M Y K H S L
Decimal 238 10 8 0 0.96 0.97 0.07 0.52 0.93 0.48
Hex EE A 8 0 60 61 7 1 5D 30
Octal 356 12 10 0 140 141 7 1 135 60
Binary 11101110 1010 1000 0 1100000 1100001 111 1 1011101 110000

Color Harmonies of #EE0A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A08

Black with #EE0A08

Text Example


Text Example

White with #EE0A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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