Html Css Color HEX #E64110 Orange Red

📋 copy color: '#E64110'

red 230 ◦ green 65 ◦ blue 16

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

Shades of Orange Red #E64110

Tints of Orange Red #E64110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.9%

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 73.95%
G = 20.9%
B = 5.14%

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

#E64110 (or 0xE64110) is known color: Orange Red. HEX triplet: E6, 41 and 10. RGB value is (230,65,16). Sum of RGB (Red+Green+Blue) = 230+65+16=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E64110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64110 is #19BEEF. Grayscale: #6D6D6D. Windows color (decimal): -1687280 or 1065446. OLE color: 1065446.

HSL color Cylindrical-coordinate representation of color #E64110: hue angle of 13.74º degrees, saturation: 0.87, 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 #E64110 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 65 16 -
CMYK 0 0.72 0.93 0.10
HSL 13.74º 0.87% 0.48% -
HSV(B) 13.74º 0.93% 0.9% -
XYZ 34.62 20.64 2.65 -
YUV 108.75 75.66 214.48 -
System Red Green Blue C M Y K H S L
Decimal 230 65 16 0 0.72 0.93 0.10 13.74 0.87 0.48
Hex E6 41 10 0 48 5D A E 57 30
Octal 346 101 20 0 110 135 12 16 127 60
Binary 11100110 1000001 10000 0 1001000 1011101 1010 1110 1010111 110000

Color Harmonies of #E64110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64110

Black with #E64110

Text Example


Text Example

White with #E64110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64110; }

 p { color: rgb(230,65,16); }

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

background-color css

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

 a { background-color: rgb(230,65,16); }

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

border-color css

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

 span { border-color: rgb(230,65,16); }

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