Html Css Color HEX #E8400B Orange Red

📋 copy color: '#E8400B'

red 232 ◦ green 64 ◦ blue 11

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

Shades of Orange Red #E8400B

Tints of Orange Red #E8400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.85%

 BLUE value IS 11 (4.69% from 255) = 3.58%

R = 75.57%
G = 20.85%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8400B (or 0xE8400B) is known color: Orange Red. HEX triplet: E8, 40 and 0B. RGB value is (232,64,11). Sum of RGB (Red+Green+Blue) = 232+64+11=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E8400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8400B is #17BFF4. Grayscale: #6C6C6C. Windows color (decimal): -1556469 or 737512. OLE color: 737512.

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

Color convert

RGB 232 64 11 -
CMYK 0 0.72 0.95 0.09
HSL 14.39º 0.91% 0.48% -
HSV(B) 14.39º 0.95% 0.91% -
XYZ 35.17 20.85 2.49 -
YUV 108.19 73.16 216.31 -
System Red Green Blue C M Y K H S L
Decimal 232 64 11 0 0.72 0.95 0.09 14.39 0.91 0.48
Hex E8 40 B 0 48 5F 9 E 5B 30
Octal 350 100 13 0 110 137 11 16 133 60
Binary 11101000 1000000 1011 0 1001000 1011111 1001 1110 1011011 110000

Color Harmonies of #E8400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8400B

Black with #E8400B

Text Example


Text Example

White with #E8400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8400B; }

 p { color: rgb(232,64,11); }

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

background-color css

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

 a { background-color: rgb(232,64,11); }

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

border-color css

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

 span { border-color: rgb(232,64,11); }

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