Html Css Color HEX #EE2826 Red Orange

📋 copy color: '#EE2826'

red 238 ◦ green 40 ◦ blue 38

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

Shades of Red Orange #EE2826

Tints of Red Orange #EE2826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

 BLUE value IS 38 (15.23% from 255) = 12.03%

R = 75.32%
G = 12.66%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE2826 (or 0xEE2826) is known color: Red Orange. HEX triplet: EE, 28 and 26. RGB value is (238,40,38). Sum of RGB (Red+Green+Blue) = 238+40+38=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2826 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2826 is #11D7D9. Grayscale: #636363. Windows color (decimal): -1169370 or 2500846. OLE color: 2500846.

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

Color convert

RGB 238 40 38 -
CMYK 0 0.83 0.84 0.07
HSL 0.6º 0.85% 0.54% -
HSV(B) 0.6º 0.84% 0.93% -
XYZ 36.37 19.83 3.75 -
YUV 98.97 93.6 227.16 -
System Red Green Blue C M Y K H S L
Decimal 238 40 38 0 0.83 0.84 0.07 0.6 0.85 0.54
Hex EE 28 26 0 53 54 7 1 55 36
Octal 356 50 46 0 123 124 7 1 125 66
Binary 11101110 101000 100110 0 1010011 1010100 111 1 1010101 110110

Color Harmonies of #EE2826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2826

Black with #EE2826

Text Example


Text Example

White with #EE2826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2826; }

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

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

background-color css

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

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

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

border-color css

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

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

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