Html Css Color HEX #EE390D Orange Red

📋 copy color: '#EE390D'

red 238 ◦ green 57 ◦ blue 13

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

Shades of Orange Red #EE390D

Tints of Orange Red #EE390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 77.27%
G = 18.51%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE390D (or 0xEE390D) is known color: Orange Red. HEX triplet: EE, 39 and 0D. RGB value is (238,57,13). Sum of RGB (Red+Green+Blue) = 238+57+13=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE390D is #11C6F2. Grayscale: #6A6A6A. Windows color (decimal): -1165043 or 866798. OLE color: 866798.

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

Color convert

RGB 238 57 13 -
CMYK 0 0.76 0.95 0.07
HSL 11.73º 0.9% 0.49% -
HSV(B) 11.73º 0.95% 0.93% -
XYZ 36.8 21.13 2.52 -
YUV 106.1 75.47 222.08 -
System Red Green Blue C M Y K H S L
Decimal 238 57 13 0 0.76 0.95 0.07 11.73 0.9 0.49
Hex EE 39 D 0 4C 5F 7 C 5A 31
Octal 356 71 15 0 114 137 7 14 132 61
Binary 11101110 111001 1101 0 1001100 1011111 111 1100 1011010 110001

Color Harmonies of #EE390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE390D

Black with #EE390D

Text Example


Text Example

White with #EE390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE390D; }

 p { color: rgb(238,57,13); }

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

background-color css

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

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

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

border-color css

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

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

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