Html Css Color HEX #EE3914 Orange Red

📋 copy color: '#EE3914'

red 238 ◦ green 57 ◦ blue 20

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

Shades of Orange Red #EE3914

Tints of Orange Red #EE3914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 75.56%
G = 18.1%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE3914 (or 0xEE3914) is known color: Orange Red. HEX triplet: EE, 39 and 14. RGB value is (238,57,20). Sum of RGB (Red+Green+Blue) = 238+57+20=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3914 is #11C6EB. Grayscale: #6B6B6B. Windows color (decimal): -1165036 or 1325550. OLE color: 1325550.

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

Color convert

RGB 238 57 20 -
CMYK 0 0.76 0.92 0.07
HSL 10.18º 0.87% 0.51% -
HSV(B) 10.18º 0.92% 0.93% -
XYZ 36.85 21.15 2.8 -
YUV 106.9 78.97 221.51 -
System Red Green Blue C M Y K H S L
Decimal 238 57 20 0 0.76 0.92 0.07 10.18 0.87 0.51
Hex EE 39 14 0 4C 5C 7 A 57 33
Octal 356 71 24 0 114 134 7 12 127 63
Binary 11101110 111001 10100 0 1001100 1011100 111 1010 1010111 110011

Color Harmonies of #EE3914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3914

Black with #EE3914

Text Example


Text Example

White with #EE3914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3914; }

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

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

background-color css

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

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

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

border-color css

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

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

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