Html Css Color HEX #E64004 Orange Red

📋 copy color: '#E64004'

red 230 ◦ green 64 ◦ blue 4

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

Shades of Orange Red #E64004

Tints of Orange Red #E64004

RGB

 RED value IS 230 (90.23% from 255) = 77.18%

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

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 77.18%
G = 21.48%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E64004 (or 0xE64004) is known color: Orange Red. HEX triplet: E6, 40 and 04. RGB value is (230,64,4). Sum of RGB (Red+Green+Blue) = 230+64+4=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E64004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64004 is #19BFFB. Grayscale: #6B6B6B. Windows color (decimal): -1687548 or 278758. OLE color: 278758.

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

Color convert

RGB 230 64 4 -
CMYK 0 0.72 0.98 0.10
HSL 15.93º 0.97% 0.46% -
HSV(B) 15.93º 0.98% 0.9% -
XYZ 34.49 20.5 2.25 -
YUV 106.79 70 215.88 -
System Red Green Blue C M Y K H S L
Decimal 230 64 4 0 0.72 0.98 0.10 15.93 0.97 0.46
Hex E6 40 4 0 48 62 A 10 61 2E
Octal 346 100 4 0 110 142 12 20 141 56
Binary 11100110 1000000 100 0 1001000 1100010 1010 10000 1100001 101110

Color Harmonies of #E64004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64004

Black with #E64004

Text Example


Text Example

White with #E64004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64004; }

 p { color: rgb(230,64,4); }

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

background-color css

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

 a { background-color: rgb(230,64,4); }

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

border-color css

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

 span { border-color: rgb(230,64,4); }

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