Html Css Color HEX #E64115 Harley Davidson Orange

📋 copy color: '#E64115'

red 230 ◦ green 65 ◦ blue 21

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

Shades of Harley Davidson Orange #E64115

Tints of Harley Davidson Orange #E64115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 72.78%
G = 20.57%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E64115 (or 0xE64115) is known color: Harley Davidson Orange. HEX triplet: E6, 41 and 15. RGB value is (230,65,21). Sum of RGB (Red+Green+Blue) = 230+65+21=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E64115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64115 is #19BEEA. Grayscale: #6D6D6D. Windows color (decimal): -1687275 or 1393126. OLE color: 1393126.

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

Color convert

RGB 230 65 21 -
CMYK 0 0.72 0.91 0.10
HSL 12.63º 0.83% 0.49% -
HSV(B) 12.63º 0.91% 0.9% -
XYZ 34.66 20.66 2.87 -
YUV 109.32 78.16 214.08 -
System Red Green Blue C M Y K H S L
Decimal 230 65 21 0 0.72 0.91 0.10 12.63 0.83 0.49
Hex E6 41 15 0 48 5B A D 53 31
Octal 346 101 25 0 110 133 12 15 123 61
Binary 11100110 1000001 10101 0 1001000 1011011 1010 1101 1010011 110001

Color Harmonies of #E64115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64115

Black with #E64115

Text Example


Text Example

White with #E64115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64115; }

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

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

background-color css

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

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

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

border-color css

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

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

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