Html Css Color HEX #E5400B Orange Red

📋 copy color: '#E5400B'

red 229 ◦ green 64 ◦ blue 11

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

Shades of Orange Red #E5400B

Tints of Orange Red #E5400B

RGB

 RED value IS 229 (89.84% from 255) = 75.33%

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

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

R = 75.33%
G = 21.05%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5400B (or 0xE5400B) is known color: Orange Red. HEX triplet: E5, 40 and 0B. RGB value is (229,64,11). Sum of RGB (Red+Green+Blue) = 229+64+11=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E5400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5400B is #1ABFF4. Grayscale: #6B6B6B. Windows color (decimal): -1753077 or 737509. OLE color: 737509.

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

Color convert

RGB 229 64 11 -
CMYK 0 0.72 0.95 0.10
HSL 14.59º 0.91% 0.47% -
HSV(B) 14.59º 0.95% 0.9% -
XYZ 34.21 20.35 2.44 -
YUV 107.29 73.66 214.81 -
System Red Green Blue C M Y K H S L
Decimal 229 64 11 0 0.72 0.95 0.10 14.59 0.91 0.47
Hex E5 40 B 0 48 5F A F 5B 2F
Octal 345 100 13 0 110 137 12 17 133 57
Binary 11100101 1000000 1011 0 1001000 1011111 1010 1111 1011011 101111

Color Harmonies of #E5400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5400B

Black with #E5400B

Text Example


Text Example

White with #E5400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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