Html Css Color HEX #EE3502 Orange Red

📋 copy color: '#EE3502'

red 238 ◦ green 53 ◦ blue 2

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

Shades of Orange Red #EE3502

Tints of Orange Red #EE3502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 81.23%
G = 18.09%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE3502 (or 0xEE3502) is known color: Orange Red. HEX triplet: EE, 35 and 02. RGB value is (238,53,2). Sum of RGB (Red+Green+Blue) = 238+53+2=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3502 is #11CAFD. Grayscale: #666666. Windows color (decimal): -1166078 or 144878. OLE color: 144878.

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

Color convert

RGB 238 53 2 -
CMYK 0 0.78 0.99 0.07
HSL 12.97º 0.98% 0.47% -
HSV(B) 12.97º 0.99% 0.93% -
XYZ 36.54 20.73 2.13 -
YUV 102.5 71.29 224.65 -
System Red Green Blue C M Y K H S L
Decimal 238 53 2 0 0.78 0.99 0.07 12.97 0.98 0.47
Hex EE 35 2 0 4E 63 7 D 62 2F
Octal 356 65 2 0 116 143 7 15 142 57
Binary 11101110 110101 10 0 1001110 1100011 111 1101 1100010 101111

Color Harmonies of #EE3502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3502

Black with #EE3502

Text Example


Text Example

White with #EE3502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3502; }

 p { color: rgb(238,53,2); }

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

background-color css

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

 a { background-color: rgb(238,53,2); }

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

border-color css

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

 span { border-color: rgb(238,53,2); }

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