Html Css Color HEX #EE3E16 Orange Red

📋 copy color: '#EE3E16'

red 238 ◦ green 62 ◦ blue 22

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

Shades of Orange Red #EE3E16

Tints of Orange Red #EE3E16

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.25%

 BLUE value IS 22 (8.98% from 255) = 6.83%

R = 73.91%
G = 19.25%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE3E16 (or 0xEE3E16) is known color: Orange Red. HEX triplet: EE, 3E and 16. RGB value is (238,62,22). Sum of RGB (Red+Green+Blue) = 238+62+22=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3E16 is #11C1E9. Grayscale: #6E6E6E. Windows color (decimal): -1163754 or 1457902. OLE color: 1457902.

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

Color convert

RGB 238 62 22 -
CMYK 0 0.74 0.91 0.07
HSL 11.11º 0.86% 0.51% -
HSV(B) 11.11º 0.91% 0.93% -
XYZ 37.13 21.68 2.99 -
YUV 110.06 78.31 219.25 -
System Red Green Blue C M Y K H S L
Decimal 238 62 22 0 0.74 0.91 0.07 11.11 0.86 0.51
Hex EE 3E 16 0 4A 5B 7 B 56 33
Octal 356 76 26 0 112 133 7 13 126 63
Binary 11101110 111110 10110 0 1001010 1011011 111 1011 1010110 110011

Color Harmonies of #EE3E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3E16

Black with #EE3E16

Text Example


Text Example

White with #EE3E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3E16; }

 p { color: rgb(238,62,22); }

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

background-color css

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

 a { background-color: rgb(238,62,22); }

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

border-color css

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

 span { border-color: rgb(238,62,22); }

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