Html Css Color HEX #E64215 Harley Davidson Orange

📋 copy color: '#E64215'

red 230 ◦ green 66 ◦ blue 21

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

Shades of Harley Davidson Orange #E64215

Tints of Harley Davidson Orange #E64215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

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

R = 72.56%
G = 20.82%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E64215 (or 0xE64215) is known color: Harley Davidson Orange. HEX triplet: E6, 42 and 15. RGB value is (230,66,21). Sum of RGB (Red+Green+Blue) = 230+66+21=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E64215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64215 is #19BDEA. Grayscale: #6E6E6E. Windows color (decimal): -1687019 or 1393382. OLE color: 1393382.

HSL color Cylindrical-coordinate representation of color #E64215: hue angle of 12.92º 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 #E64215 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 66 21 -
CMYK 0 0.71 0.91 0.10
HSL 12.92º 0.83% 0.49% -
HSV(B) 12.92º 0.91% 0.9% -
XYZ 34.72 20.77 2.89 -
YUV 109.91 77.83 213.66 -
System Red Green Blue C M Y K H S L
Decimal 230 66 21 0 0.71 0.91 0.10 12.92 0.83 0.49
Hex E6 42 15 0 47 5B A D 53 31
Octal 346 102 25 0 107 133 12 15 123 61
Binary 11100110 1000010 10101 0 1000111 1011011 1010 1101 1010011 110001

Color Harmonies of #E64215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64215

Black with #E64215

Text Example


Text Example

White with #E64215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64215; }

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

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

background-color css

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

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

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

border-color css

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

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

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