Html Css Color HEX #EE3E0A Orange Red

📋 copy color: '#EE3E0A'

red 238 ◦ green 62 ◦ blue 10

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

Shades of Orange Red #EE3E0A

Tints of Orange Red #EE3E0A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20%

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 76.77%
G = 20%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE3E0A (or 0xEE3E0A) is known color: Orange Red. HEX triplet: EE, 3E and 0A. RGB value is (238,62,10). Sum of RGB (Red+Green+Blue) = 238+62+10=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3E0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3E0A is #11C1F5. Grayscale: #6D6D6D. Windows color (decimal): -1163766 or 671470. OLE color: 671470.

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

Color convert

RGB 238 62 10 -
CMYK 0 0.74 0.96 0.07
HSL 13.68º 0.92% 0.49% -
HSV(B) 13.68º 0.96% 0.93% -
XYZ 37.04 21.64 2.51 -
YUV 108.7 72.31 220.23 -
System Red Green Blue C M Y K H S L
Decimal 238 62 10 0 0.74 0.96 0.07 13.68 0.92 0.49
Hex EE 3E A 0 4A 60 7 E 5C 31
Octal 356 76 12 0 112 140 7 16 134 61
Binary 11101110 111110 1010 0 1001010 1100000 111 1110 1011100 110001

Color Harmonies of #EE3E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3E0A

Black with #EE3E0A

Text Example


Text Example

White with #EE3E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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