Html Css Color HEX #EE2522 Red Orange

📋 copy color: '#EE2522'

red 238 ◦ green 37 ◦ blue 34

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

Shades of Red Orange #EE2522

Tints of Red Orange #EE2522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

 BLUE value IS 34 (13.67% from 255) = 11%

R = 77.02%
G = 11.97%
B = 11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE2522 (or 0xEE2522) is known color: Red Orange. HEX triplet: EE, 25 and 22. RGB value is (238,37,34). Sum of RGB (Red+Green+Blue) = 238+37+34=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2522 is #11DADD. Grayscale: #606060. Windows color (decimal): -1170142 or 2237934. OLE color: 2237934.

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

Color convert

RGB 238 37 34 -
CMYK 0 0.84 0.86 0.07
HSL 0.88º 0.86% 0.53% -
HSV(B) 0.88º 0.86% 0.93% -
XYZ 36.21 19.62 3.39 -
YUV 96.76 92.59 228.74 -
System Red Green Blue C M Y K H S L
Decimal 238 37 34 0 0.84 0.86 0.07 0.88 0.86 0.53
Hex EE 25 22 0 54 56 7 1 56 35
Octal 356 45 42 0 124 126 7 1 126 65
Binary 11101110 100101 100010 0 1010100 1010110 111 1 1010110 110101

Color Harmonies of #EE2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2522

Black with #EE2522

Text Example


Text Example

White with #EE2522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2522; }

 p { color: rgb(238,37,34); }

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

background-color css

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

 a { background-color: rgb(238,37,34); }

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

border-color css

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

 span { border-color: rgb(238,37,34); }

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