Html Css Color HEX #E64011 Orange Red

📋 copy color: '#E64011'

red 230 ◦ green 64 ◦ blue 17

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

Shades of Orange Red #E64011

Tints of Orange Red #E64011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.47%

R = 73.95%
G = 20.58%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E64011 (or 0xE64011) is known color: Orange Red. HEX triplet: E6, 40 and 11. RGB value is (230,64,17). Sum of RGB (Red+Green+Blue) = 230+64+17=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E64011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64011 is #19BFEE. Grayscale: #6C6C6C. Windows color (decimal): -1687535 or 1130726. OLE color: 1130726.

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

Color convert

RGB 230 64 17 -
CMYK 0 0.72 0.93 0.10
HSL 13.24º 0.86% 0.48% -
HSV(B) 13.24º 0.93% 0.9% -
XYZ 34.57 20.53 2.67 -
YUV 108.28 76.5 214.82 -
System Red Green Blue C M Y K H S L
Decimal 230 64 17 0 0.72 0.93 0.10 13.24 0.86 0.48
Hex E6 40 11 0 48 5D A D 56 30
Octal 346 100 21 0 110 135 12 15 126 60
Binary 11100110 1000000 10001 0 1001000 1011101 1010 1101 1010110 110000

Color Harmonies of #E64011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64011

Black with #E64011

Text Example


Text Example

White with #E64011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64011; }

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

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

background-color css

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

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

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

border-color css

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

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

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