Html Css Color HEX #E02E14 Harley Davidson Orange

📋 copy color: '#E02E14'

red 224 ◦ green 46 ◦ blue 20

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

Shades of Harley Davidson Orange #E02E14

Tints of Harley Davidson Orange #E02E14

RGB

 RED value IS 224 (87.89% from 255) = 77.24%

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

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

R = 77.24%
G = 15.86%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E02E14 (or 0xE02E14) is known color: Harley Davidson Orange. HEX triplet: E0, 2E and 14. RGB value is (224,46,20). Sum of RGB (Red+Green+Blue) = 224+46+20=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02E14 is #1FD1EB. Grayscale: #606060. Windows color (decimal): -2085356 or 1322720. OLE color: 1322720.

HSL color Cylindrical-coordinate representation of color #E02E14: hue angle of 7.65º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E02E14 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 46 20 -
CMYK 0 0.79 0.91 0.12
HSL 7.65º 0.84% 0.48% -
HSV(B) 7.65º 0.91% 0.88% -
XYZ 31.84 17.85 2.43 -
YUV 96.26 84.97 219.11 -
System Red Green Blue C M Y K H S L
Decimal 224 46 20 0 0.79 0.91 0.12 7.65 0.84 0.48
Hex E0 2E 14 0 4F 5B C 8 54 30
Octal 340 56 24 0 117 133 14 10 124 60
Binary 11100000 101110 10100 0 1001111 1011011 1100 1000 1010100 110000

Color Harmonies of #E02E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02E14

Black with #E02E14

Text Example


Text Example

White with #E02E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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