Html Css Color HEX #E8380F Orange Red

📋 copy color: '#E8380F'

red 232 ◦ green 56 ◦ blue 15

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

Shades of Orange Red #E8380F

Tints of Orange Red #E8380F

RGB

 RED value IS 232 (91.02% from 255) = 76.57%

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

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 76.57%
G = 18.48%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8380F (or 0xE8380F) is known color: Orange Red. HEX triplet: E8, 38 and 0F. RGB value is (232,56,15). Sum of RGB (Red+Green+Blue) = 232+56+15=303 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.57% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 232 - color contains mainly: red. Hex color #E8380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8380F is #17C7F0. Grayscale: #686868. Windows color (decimal): -1558513 or 997608. OLE color: 997608.

HSL color Cylindrical-coordinate representation of color #E8380F: hue angle of 11.34º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8380F is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 56 15 -
CMYK 0 0.76 0.94 0.09
HSL 11.34º 0.88% 0.48% -
HSV(B) 11.34º 0.94% 0.91% -
XYZ 34.78 20.02 2.48 -
YUV 103.95 77.81 219.33 -
System Red Green Blue C M Y K H S L
Decimal 232 56 15 0 0.76 0.94 0.09 11.34 0.88 0.48
Hex E8 38 F 0 4C 5E 9 B 58 30
Octal 350 70 17 0 114 136 11 13 130 60
Binary 11101000 111000 1111 0 1001100 1011110 1001 1011 1011000 110000

Color Harmonies of #E8380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8380F

Black with #E8380F

Text Example


Text Example

White with #E8380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8380F; }

 p { color: rgb(232,56,15); }

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

background-color css

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

 a { background-color: rgb(232,56,15); }

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

border-color css

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

 span { border-color: rgb(232,56,15); }

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