Html Css Color HEX #EE3814 Orange Red

📋 copy color: '#EE3814'

red 238 ◦ green 56 ◦ blue 20

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

Shades of Orange Red #EE3814

Tints of Orange Red #EE3814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 75.8%
G = 17.83%
B = 6.37%

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

#EE3814 (or 0xEE3814) is known color: Orange Red. HEX triplet: EE, 38 and 14. RGB value is (238,56,20). Sum of RGB (Red+Green+Blue) = 238+56+20=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3814 is #11C7EB. Grayscale: #6A6A6A. Windows color (decimal): -1165292 or 1325294. OLE color: 1325294.

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

Color convert

RGB 238 56 20 -
CMYK 0 0.76 0.92 0.07
HSL 9.91º 0.87% 0.51% -
HSV(B) 9.91º 0.92% 0.93% -
XYZ 36.8 21.06 2.79 -
YUV 106.31 79.3 221.93 -
System Red Green Blue C M Y K H S L
Decimal 238 56 20 0 0.76 0.92 0.07 9.91 0.87 0.51
Hex EE 38 14 0 4C 5C 7 A 57 33
Octal 356 70 24 0 114 134 7 12 127 63
Binary 11101110 111000 10100 0 1001100 1011100 111 1010 1010111 110011

Color Harmonies of #EE3814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3814

Black with #EE3814

Text Example


Text Example

White with #EE3814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3814; }

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

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

background-color css

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

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

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

border-color css

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

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

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