Html Css Color HEX #EE0A04 Red

📋 copy color: '#EE0A04'

red 238 ◦ green 10 ◦ blue 4

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

Shades of Red #EE0A04

Tints of Red #EE0A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 94.44%
G = 3.97%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE0A04 (or 0xEE0A04) is known color: Red. HEX triplet: EE, 0A and 04. RGB value is (238,10,4). Sum of RGB (Red+Green+Blue) = 238+10+4=252 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.44% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0A04 is #11F5FB. Grayscale: #4D4D4D. Windows color (decimal): -1177084 or 264942. OLE color: 264942.

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

Color convert

RGB 238 10 4 -
CMYK 0 0.96 0.98 0.07
HSL 1.54º 0.97% 0.47% -
HSV(B) 1.54º 0.98% 0.93% -
XYZ 35.39 18.4 1.8 -
YUV 77.49 86.54 242.49 -
System Red Green Blue C M Y K H S L
Decimal 238 10 4 0 0.96 0.98 0.07 1.54 0.97 0.47
Hex EE A 4 0 60 62 7 2 61 2F
Octal 356 12 4 0 140 142 7 2 141 57
Binary 11101110 1010 100 0 1100000 1100010 111 10 1100001 101111

Color Harmonies of #EE0A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A04

Black with #EE0A04

Text Example


Text Example

White with #EE0A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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