Html Css Color HEX #EE2625 Red Orange

📋 copy color: '#EE2625'

red 238 ◦ green 38 ◦ blue 37

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

Shades of Red Orange #EE2625

Tints of Red Orange #EE2625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

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

R = 76.04%
G = 12.14%
B = 11.82%

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

#EE2625 (or 0xEE2625) is known color: Red Orange. HEX triplet: EE, 26 and 25. RGB value is (238,38,37). Sum of RGB (Red+Green+Blue) = 238+38+37=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2625 is #11D9DA. Grayscale: #616161. Windows color (decimal): -1169883 or 2434798. OLE color: 2434798.

HSL color Cylindrical-coordinate representation of color #EE2625: hue angle of 0.3º 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 #EE2625 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 38 37 -
CMYK 0 0.84 0.84 0.07
HSL 0.3º 0.86% 0.54% -
HSV(B) 0.3º 0.84% 0.93% -
XYZ 36.29 19.7 3.64 -
YUV 97.69 93.76 228.08 -
System Red Green Blue C M Y K H S L
Decimal 238 38 37 0 0.84 0.84 0.07 0.3 0.86 0.54
Hex EE 26 25 0 54 54 7 0 56 36
Octal 356 46 45 0 124 124 7 0 126 66
Binary 11101110 100110 100101 0 1010100 1010100 111 0 1010110 110110

Color Harmonies of #EE2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2625

Black with #EE2625

Text Example


Text Example

White with #EE2625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2625; }

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

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

background-color css

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

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

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

border-color css

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

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

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