Html Css Color HEX #EE2525 Red Orange

📋 copy color: '#EE2525'

red 238 ◦ green 37 ◦ blue 37

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

Shades of Red Orange #EE2525

Tints of Red Orange #EE2525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 76.28%
G = 11.86%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE2525 (or 0xEE2525) is known color: Red Orange. HEX triplet: EE, 25 and 25. RGB value is (238,37,37). Sum of RGB (Red+Green+Blue) = 238+37+37=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2525 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2525 is #11DADA. Grayscale: #616161. Windows color (decimal): -1170139 or 2434542. OLE color: 2434542.

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

Color convert

RGB 238 37 37 -
CMYK 0 0.84 0.84 0.07
HSL 0.86% 0.54% -
HSV(B) 0.84% 0.93% -
XYZ 36.26 19.63 3.63 -
YUV 97.1 94.09 228.5 -
System Red Green Blue C M Y K H S L
Decimal 238 37 37 0 0.84 0.84 0.07 0 0.86 0.54
Hex EE 25 25 0 54 54 7 0 56 36
Octal 356 45 45 0 124 124 7 0 126 66
Binary 11101110 100101 100101 0 1010100 1010100 111 0 1010110 110110

Color Harmonies of #EE2525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2525

Black with #EE2525

Text Example


Text Example

White with #EE2525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2525; }

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

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

background-color css

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

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

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

border-color css

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

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

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