Html Css Color HEX #EE3816 Orange Red

📋 copy color: '#EE3816'

red 238 ◦ green 56 ◦ blue 22

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

Shades of Orange Red #EE3816

Tints of Orange Red #EE3816

RGB

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

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

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

R = 75.32%
G = 17.72%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE3816 (or 0xEE3816) is known color: Orange Red. HEX triplet: EE, 38 and 16. RGB value is (238,56,22). Sum of RGB (Red+Green+Blue) = 238+56+22=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3816 is #11C7E9. Grayscale: #6A6A6A. Windows color (decimal): -1165290 or 1456366. OLE color: 1456366.

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

Color convert

RGB 238 56 22 -
CMYK 0 0.76 0.91 0.07
HSL 9.44º 0.86% 0.51% -
HSV(B) 9.44º 0.91% 0.93% -
XYZ 36.82 21.06 2.88 -
YUV 106.54 80.3 221.76 -
System Red Green Blue C M Y K H S L
Decimal 238 56 22 0 0.76 0.91 0.07 9.44 0.86 0.51
Hex EE 38 16 0 4C 5B 7 9 56 33
Octal 356 70 26 0 114 133 7 11 126 63
Binary 11101110 111000 10110 0 1001100 1011011 111 1001 1010110 110011

Color Harmonies of #EE3816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3816

Black with #EE3816

Text Example


Text Example

White with #EE3816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3816; }

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

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

background-color css

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

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

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

border-color css

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

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

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