Html Css Color HEX #EE2421 Red Orange

📋 copy color: '#EE2421'

red 238 ◦ green 36 ◦ blue 33

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

Shades of Red Orange #EE2421

Tints of Red Orange #EE2421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 77.52%
G = 11.73%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE2421 (or 0xEE2421) is known color: Red Orange. HEX triplet: EE, 24 and 21. RGB value is (238,36,33). Sum of RGB (Red+Green+Blue) = 238+36+33=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2421 is #11DBDE. Grayscale: #606060. Windows color (decimal): -1170399 or 2172142. OLE color: 2172142.

HSL color Cylindrical-coordinate representation of color #EE2421: 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 #EE2421 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 36 33 -
CMYK 0 0.85 0.86 0.07
HSL 0.88º 0.86% 0.53% -
HSV(B) 0.88º 0.86% 0.93% -
XYZ 36.17 19.55 3.31 -
YUV 96.06 92.42 229.24 -
System Red Green Blue C M Y K H S L
Decimal 238 36 33 0 0.85 0.86 0.07 0.88 0.86 0.53
Hex EE 24 21 0 55 56 7 1 56 35
Octal 356 44 41 0 125 126 7 1 126 65
Binary 11101110 100100 100001 0 1010101 1010110 111 1 1010110 110101

Color Harmonies of #EE2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2421

Black with #EE2421

Text Example


Text Example

White with #EE2421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2421; }

 p { color: rgb(238,36,33); }

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

background-color css

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

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

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

border-color css

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

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

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