Html Css Color HEX #E4400D Orange Red

📋 copy color: '#E4400D'

red 228 ◦ green 64 ◦ blue 13

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

Shades of Orange Red #E4400D

Tints of Orange Red #E4400D

RGB

 RED value IS 228 (89.45% from 255) = 74.75%

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

 BLUE value IS 13 (5.47% from 255) = 4.26%

R = 74.75%
G = 20.98%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4400D (or 0xE4400D) is known color: Orange Red. HEX triplet: E4, 40 and 0D. RGB value is (228,64,13). Sum of RGB (Red+Green+Blue) = 228+64+13=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E4400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4400D is #1BBFF2. Grayscale: #6B6B6B. Windows color (decimal): -1818611 or 868580. OLE color: 868580.

HSL color Cylindrical-coordinate representation of color #E4400D: hue angle of 14.23º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4400D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 64 13 -
CMYK 0 0.72 0.94 0.11
HSL 14.23º 0.89% 0.47% -
HSV(B) 14.23º 0.94% 0.89% -
XYZ 33.9 20.19 2.49 -
YUV 107.22 74.83 214.15 -
System Red Green Blue C M Y K H S L
Decimal 228 64 13 0 0.72 0.94 0.11 14.23 0.89 0.47
Hex E4 40 D 0 48 5E B E 59 2F
Octal 344 100 15 0 110 136 13 16 131 57
Binary 11100100 1000000 1101 0 1001000 1011110 1011 1110 1011001 101111

Color Harmonies of #E4400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4400D

Black with #E4400D

Text Example


Text Example

White with #E4400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4400D; }

 p { color: rgb(228,64,13); }

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

background-color css

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

 a { background-color: rgb(228,64,13); }

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

border-color css

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

 span { border-color: rgb(228,64,13); }

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