Html Css Color HEX #E62E14 Harley Davidson Orange

📋 copy color: '#E62E14'

red 230 ◦ green 46 ◦ blue 20

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

Shades of Harley Davidson Orange #E62E14

Tints of Harley Davidson Orange #E62E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.54%

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 77.7%
G = 15.54%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E62E14 (or 0xE62E14) is known color: Harley Davidson Orange. HEX triplet: E6, 2E and 14. RGB value is (230,46,20). Sum of RGB (Red+Green+Blue) = 230+46+20=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62E14 is #19D1EB. Grayscale: #626262. Windows color (decimal): -1692140 or 1322726. OLE color: 1322726.

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

Color convert

RGB 230 46 20 -
CMYK 0 0.8 0.91 0.10
HSL 7.43º 0.84% 0.49% -
HSV(B) 7.43º 0.91% 0.9% -
XYZ 33.74 18.83 2.52 -
YUV 98.05 83.96 222.11 -
System Red Green Blue C M Y K H S L
Decimal 230 46 20 0 0.8 0.91 0.10 7.43 0.84 0.49
Hex E6 2E 14 0 50 5B A 7 54 31
Octal 346 56 24 0 120 133 12 7 124 61
Binary 11100110 101110 10100 0 1010000 1011011 1010 111 1010100 110001

Color Harmonies of #E62E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62E14

Black with #E62E14

Text Example


Text Example

White with #E62E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62E14; }

 p { color: rgb(230,46,20); }

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

background-color css

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

 a { background-color: rgb(230,46,20); }

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

border-color css

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

 span { border-color: rgb(230,46,20); }

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