Html Css Color HEX #EE2520 Red Orange

📋 copy color: '#EE2520'

red 238 ◦ green 37 ◦ blue 32

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

Shades of Red Orange #EE2520

Tints of Red Orange #EE2520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.42%

R = 77.52%
G = 12.05%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE2520 (or 0xEE2520) is known color: Red Orange. HEX triplet: EE, 25 and 20. RGB value is (238,37,32). Sum of RGB (Red+Green+Blue) = 238+37+32=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2520 is #11DADF. Grayscale: #606060. Windows color (decimal): -1170144 or 2106862. OLE color: 2106862.

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

Color convert

RGB 238 37 32 -
CMYK 0 0.84 0.87 0.07
HSL 1.46º 0.86% 0.53% -
HSV(B) 1.46º 0.87% 0.93% -
XYZ 36.18 19.6 3.24 -
YUV 96.53 91.59 228.91 -
System Red Green Blue C M Y K H S L
Decimal 238 37 32 0 0.84 0.87 0.07 1.46 0.86 0.53
Hex EE 25 20 0 54 57 7 1 56 35
Octal 356 45 40 0 124 127 7 1 126 65
Binary 11101110 100101 100000 0 1010100 1010111 111 1 1010110 110101

Color Harmonies of #EE2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2520

Black with #EE2520

Text Example


Text Example

White with #EE2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2520; }

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

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

background-color css

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

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

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

border-color css

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

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

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