Html Css Color HEX #E4400C Orange Red

📋 copy color: '#E4400C'

red 228 ◦ green 64 ◦ blue 12

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

Shades of Orange Red #E4400C

Tints of Orange Red #E4400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 75%
G = 21.05%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4400C (or 0xE4400C) is known color: Orange Red. HEX triplet: E4, 40 and 0C. RGB value is (228,64,12). Sum of RGB (Red+Green+Blue) = 228+64+12=304 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 228 - color contains mainly: red. Hex color #E4400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4400C is #1BBFF3. Grayscale: #6B6B6B. Windows color (decimal): -1818612 or 803044. OLE color: 803044.

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

Color convert

RGB 228 64 12 -
CMYK 0 0.72 0.95 0.11
HSL 14.44º 0.9% 0.47% -
HSV(B) 14.44º 0.95% 0.89% -
XYZ 33.89 20.19 2.46 -
YUV 107.11 74.33 214.23 -
System Red Green Blue C M Y K H S L
Decimal 228 64 12 0 0.72 0.95 0.11 14.44 0.9 0.47
Hex E4 40 C 0 48 5F B E 5A 2F
Octal 344 100 14 0 110 137 13 16 132 57
Binary 11100100 1000000 1100 0 1001000 1011111 1011 1110 1011010 101111

Color Harmonies of #E4400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4400C

Black with #E4400C

Text Example


Text Example

White with #E4400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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